Ticket #44255: Portfile-pass.diff
File Portfile-pass.diff, 1.3 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.1 8 revision 1 7 version 1.6.3 9 8 maintainers macports.swinbank.org:john openmaintainer 10 9 categories security 11 10 description ${name} is the standard unix password manager 12 11 long_description ${description} 13 12 platforms darwin 14 13 supported_archs noarch 15 homepage http:// zx2c4.com/projects/password-store/14 homepage http://www.passwordstore.org/ 16 15 license GPL-2+ 17 16 18 17 depends_run port:git \ … … 25 24 distname password-store-${version} 26 25 use_xz yes 27 26 28 checksums rmd160 a5bb1d7d8aecb8900a5b5b0b6ba68963d2bca778\29 sha256 3c154d556c53c76b1a0ccacdc108c34f1fdb4a36fab28a6d2f42f0218429088127 checksums rmd160 1a1311b67942a0a490af5c20376483a4a5240101 \ 28 sha256 d419d40aa165c1f893e994dd706733374a9db8cf5314124702a061e70e0340f7 30 29 31 30 patchfiles patch-Makefile.diff \ 32 patch-getopt-path.diff 31 patch-getopt-path.diff \ 32 patch-use_apple_mktemp.diff 33 33 34 34 post-patch { 35 35 reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/src/platform/darwin.sh