Ticket #47050: Portfile-pass.diff
File Portfile-pass.diff, 1.1 KB (added by edwin@…, 10 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name pass 7 version 1.6. 37 version 1.6.5 8 8 maintainers macports.swinbank.org:john openmaintainer 9 9 categories security 10 10 description ${name} is the standard unix password manager … … 24 24 distname password-store-${version} 25 25 use_xz yes 26 26 27 checksums rmd160 1a1311b67942a0a490af5c20376483a4a5240101\28 sha256 d419d40aa165c1f893e994dd706733374a9db8cf5314124702a061e70e0340f727 checksums rmd160 76e50eaef02163dc23c155ade34b88e965ac6f30 \ 28 sha256 337a39767e6a8e69b2bcc549f27ff3915efacea57e5334c6068fcb72331d7315 29 29 30 patchfiles patch-Makefile.diff \ 31 patch-getopt-path.diff \ 32 patch-use_apple_mktemp.diff 33 34 post-patch { 35 reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/src/platform/darwin.sh 36 } 30 patchfiles patch-Makefile.diff 37 31 38 32 use_configure no 39 33 build {}