Ticket #47050: Portfile-pass.2.diff
File Portfile-pass.2.diff, 1.4 KB (added by john@…, 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 … … 15 15 license GPL-2+ 16 16 17 17 depends_run port:git \ 18 port:gnupg2 \19 18 port:pwgen \ 20 19 port:getopt \ 21 port:tree 20 port:tree \ 21 bin:gpg2:gnupg2 22 22 23 23 master_sites http://git.zx2c4.com/password-store/snapshot/ 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 30 patchfiles patch-Makefile.diff \ 31 patch-getopt-path.diff \ 32 patch-use_apple_mktemp.diff 31 patch-getopt-path.diff 33 32 34 33 post-patch { 35 34 reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/src/platform/darwin.sh