Ticket #16345: md5deep.diff

File md5deep.diff, 1.5 KB (added by blb@…, 16 years ago)

diff to Portfile

  • Portfile

    old new  
    22
    33PortSystem          1.0
    44name                md5deep
    5 version             1.12
     5version             3.1
    66categories          security sysutils
    7 maintainers         blb@macports.org
     7maintainers         blb
    88description         Recursively compute digests on files/directories
    99long_description \
    1010   md5deep is a cross-platform set of programs to recursively compute \
     
    1515homepage            http://md5deep.sourceforge.net/
    1616master_sites        sourceforge
    1717
    18 checksums           md5 a86d2d2b25b8dfd4cee7a130ef388b28 \
    19                     sha1 a967f50d9aa63181351fc8ad561bae56daef174d \
    20                     rmd160 8a17f9cfb84a45c3a615967b72de3abfb03c0c1b
     18checksums           md5     e040566200cb282e7948ed9f5f0adff3 \
     19                    sha1    aa9743023fa53c7e8d9ed99558684d1d08b3188a \
     20                    rmd160  1358f04890aa64c158f962a55e9474241f330aac
    2121
    22 use_configure       no
     22configure.args      --mandir=${prefix}/share/man
    2323
    24 destroot.destdir    BIN=${destroot}${prefix}/bin \
    25                     MAN=${destroot}${prefix}/share/man/man1
     24use_parallel_build  yes
    2625
    2726post-destroot {
    2827   xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
    29    xinstall -m 644 -W ${worksrcpath} CHANGES README \
    30       ${destroot}${prefix}/share/doc/${name}
    31 }
    32 
    33 platform darwin {
    34    build.target mac
     28   xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS \
     29      README TODO ${destroot}${prefix}/share/doc/${name}
    3530}
    3631