New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #20135: file_4.26_to_5.03.diff

File file_4.26_to_5.03.diff, 2.2 KB (added by boeyms@…, 3 years ago)
  • files/patch-src-file.h.diff

     
    1 Prereq: 1.108 
    2 --- src/file.h.orig     16 Jul 2008 18:00:57 -0000      1.108 
    3 +++ src/file.h  2 Sep 2008 07:11:30 -0000       1.109 
    4 @@ -27,7 +27,7 @@ 
    5   */ 
    6  /* 
    7   * file.h - definitions for file(1) program 
    8 - * @(#)$File: file.h,v 1.108 2008/07/16 18:00:57 christos Exp $ 
    9 + * @(#)$File: file.h,v 1.109 2008/09/02 07:11:30 christos Exp $ 
    10   */ 
    11   
    12  #ifndef __file_h__ 
    13 @@ -302,7 +302,7 @@ 
    14         int last_match; 
    15         int last_cond;  /* used for error checking by parse() */ 
    16  #endif 
    17 -} *li; 
    18 +}; 
    19  struct magic_set { 
    20         struct mlist *mlist; 
    21         struct cont { 
  • Portfile

     
    44PortSystem 1.0 
    55 
    66name                file 
    7 version             4.26 
    8 revision            1 
     7version             5.03 
     8revision            0 
    99categories          sysutils 
    1010maintainers         jay.fm:jay-macports \ 
    1111                    openmaintainer 
     
    1616    tests, and language tests. The first test that succeeds causes the file \ 
    1717    type to be printed. 
    1818 
    19 homepage            ftp://ftp.astron.com/pub/${name}/ 
     19homepage            http://www.darwinsys.com/file/ 
    2020platforms           darwin 
    2121master_sites        ftp://ftp.fu-berlin.de/unix/tools/${name}/ \ 
    2222                    ftp://ftp.astron.com/pub/${name}/ \ 
    2323                    ftp://ftp.gw.com/mirrors/pub/unix/${name}/ 
    24 checksums           md5     74cd5466416136da30a4e69f74dbc7a0 \ 
    25                     sha1    412cdac5cd778d867e2d91a01b09858be1998ec3 \ 
    26                     rmd160      e8b84e01d1f43faedfe676afc92c2cba4a01ecdf 
     24checksums           md5     d05f08a53e5c2f51f8ee6a4758c0cc53 \ 
     25                    sha1    f659a4e1fa96fbdc99c924ea8e2dc07319f046c1 \ 
     26                    rmd160      bf9fcf85e40dc4ec9cdcdc806107dc88207c6e5b 
    2727 
    2828patchfiles          patch-lzma.diff \ 
    29                         patch-src-file.h.diff \ 
    3029                        patch-magic-Magdir-msdos.diff 
    3130 
    3231configure.args      --mandir=${prefix}/share/man \