Ticket #16345: md5deep.diff
File md5deep.diff, 1.5 KB (added by blb@…, 16 years ago) |
---|
-
Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 name md5deep 5 version 1.125 version 3.1 6 6 categories security sysutils 7 maintainers blb @macports.org7 maintainers blb 8 8 description Recursively compute digests on files/directories 9 9 long_description \ 10 10 md5deep is a cross-platform set of programs to recursively compute \ … … 15 15 homepage http://md5deep.sourceforge.net/ 16 16 master_sites sourceforge 17 17 18 checksums md5 a86d2d2b25b8dfd4cee7a130ef388b28\19 sha1 a967f50d9aa63181351fc8ad561bae56daef174d\20 rmd160 8a17f9cfb84a45c3a615967b72de3abfb03c0c1b18 checksums md5 e040566200cb282e7948ed9f5f0adff3 \ 19 sha1 aa9743023fa53c7e8d9ed99558684d1d08b3188a \ 20 rmd160 1358f04890aa64c158f962a55e9474241f330aac 21 21 22 use_configure no 22 configure.args --mandir=${prefix}/share/man 23 23 24 destroot.destdir BIN=${destroot}${prefix}/bin \ 25 MAN=${destroot}${prefix}/share/man/man1 24 use_parallel_build yes 26 25 27 26 post-destroot { 28 27 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} 35 30 } 36 31