Ticket #11636: Portfile.patch

File Portfile.patch, 1.6 KB (added by usx303@…, 16 years ago)

Portfile patch

  • (a) Portfile vs. (b) Portfile-new

    a b  
    33PortSystem 1.0
    44
    55name            foremost
    6 version         0.69
     6version         1.5.4
    77categories      sysutils
    88maintainers     md@hudora.de
    99platforms       darwin
     
    1212their headers and footers. Foremost can work on image files, such as those \
    1313generated by dd, Safeback, Encase, etc, or directly on a drive. The headers \
    1414and footers are specified by a configuration file, so you can pick and \
    15 choose which headers you want to look for. 
     15choose which headers you want to look for.
    1616master_sites    sourceforge
    1717homepage        http://foremost.sourceforge.net/
    18 checksums       md5 c52a0aa87180a5331f28acbb6563e9b2
    19 patchfiles      patch-Makefile patch-foremost.h
     18checksums       md5 55395b1fef1039a88e02d81682347f6d \
     19                sha1 af075ea068bf1a83d7b37852dd7c60308e46f5de \
     20                rmd160 34a490742f7b112d72e1075351fa93d9511da995
     21
    2022use_configure   no
    2123
    2224platform darwin {
    2325        build.target    mac
     26        destroot.args   BIN=${destroot}${prefix}/bin \
     27                        MAN=${destroot}${prefix}/share/man/man1 \
     28                        CONF=${destroot}${prefix}/etc
    2429}
    2530
    26 destroot.destdir PREFIX=${destroot}${prefix}
    2731post-destroot   {
    2832        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
    29         xinstall -m 644 -W ${worksrcpath} README CHANGES TODO \
     33        xinstall -m 644 -W ${worksrcpath} README CHANGES \
    3034                ${destroot}${prefix}/share/doc/${name}
    3135        xinstall -m 644 -W ${worksrcpath} foremost.conf \
    3236                ${destroot}${prefix}/etc/foremost.conf.sample