Ticket #43348: Portfile-pass.diff
File Portfile-pass.diff, 1.2 KB (added by john@…, 11 years ago) |
---|
-
Portfile
old new 2 2 # $Id: Portfile 116890 2014-02-09 16:18:46Z cal@macports.org $ 3 3 PortSystem 1.0 4 4 name pass 5 version 1.4.2 6 revision 3 5 version 1.5 7 6 maintainers macports.swinbank.org:john openmaintainer 8 7 categories security 9 8 description ${name} is the standard unix password manager … … 11 10 platforms darwin 12 11 supported_archs noarch 13 12 homepage http://zx2c4.com/projects/password-store/ 13 license GPL-2+ 14 14 15 15 depends_run port:git-core \ 16 16 port:gnupg2 \ … … 22 22 distname password-store-${version} 23 23 use_xz yes 24 24 25 checksums rmd160 8f496a3c302ebe56bbbab002401e1a3efe1e1eaa \26 sha256 a10a8016a3d6bb32891a9a4086ac0a049587db1a55c1ac3b431c66189bc1a30225 checksums rmd160 599e0c35e0511874093341e34971f75bfb8f91fa \ 26 sha256 6d3f327b039bb64157662d3d11af5ecebd3774b886ad6e52a684654d9914a8f3 27 27 28 28 patchfiles Makefile.diff \ 29 29 patch-getopt-path.diff