Ticket #12233: s-p.diff
File s-p.diff, 1.9 KB (added by ehainry@…, 17 years ago) |
---|
-
Portfile
old new 1 1 # $Id: Portfile 24141 2007-04-17 10:24:38Z ryandesign@macports.org $ 2 2 3 3 PortSystem 1.0 4 4 5 name signing-party 5 version 0.4. 96 version 0.4.12 6 7 categories mail security 7 8 maintainers ehainry@free.fr 8 9 platforms darwin … … 10 11 long_description \ 11 12 signing-party is a collection for all kinds of PGP/GnuPG related things, \ 12 13 including signing scripts, party preparation scripts, etc. 14 13 15 homepage http://pgp-tools.alioth.debian.org/ 14 16 master_sites http://ftp.debian.org/debian/pool/main/s/signing-party/ 15 17 distname ${name}_${version} 16 18 worksrcdir ${name}-${version} 17 19 extract.suffix .orig.tar.gz 18 checksums md5 422b4d27ea38b4dbac6e011bd56e072d20 checksums md5 9220783e4b6c57d88c2df7ae5fbf08db 19 21 use_configure no 22 20 23 depends_lib port:perl5.8 \ 21 24 port:p5-gnupg-interface \ 22 25 port:p5-text-iconv \ 23 26 port:p5-text-template \ 24 27 port:p5-mime-tools 25 depends_run bin:gpg:gnupg 28 depends_run bin:gpg:gnupg port:dialog 29 26 30 pre-build { 27 31 reinplace "s|/usr/bin/perl|${prefix}/bin/perl|" \ 28 32 ${worksrcpath}/caff/caff ${worksrcpath}/caff/pgp-clean \ … … 30 34 ${worksrcpath}/gpglist/gpglist ${worksrcpath}/gpgsigs/gpgsigs \ 31 35 ${worksrcpath}/keylookup/keylookup 32 36 } 37 33 38 destroot { 34 39 xinstall -m 0755 ${worksrcpath}/caff/caff ${worksrcpath}/caff/pgp-clean ${worksrcpath}/caff/pgp-fixkey ${destroot}${prefix}/bin 35 40 xinstall -m 0755 ${worksrcpath}/gpg-key2ps/gpg-key2ps ${worksrcpath}/gpg-mailkeys/gpg-mailkeys ${worksrcpath}/gpglist/gpglist ${worksrcpath}/gpgsigs/gpgsigs ${worksrcpath}/keylookup/keylookup ${destroot}${prefix}/bin … … 39 44 xinstall -m 0644 ${worksrcpath}/caff/caffrc.sample ${destroot}${prefix}/share/doc/signing-party 40 45 } 41 46 42 variant dialog {43 depends_run-append port:dialog44 }45 46 47 livecheck.check regex 47 48 livecheck.url http://packages.debian.org/unstable/misc/${name} 48 49 livecheck.regex ${name} .(\[0-9.\]+) 50