[60231] trunk/dports/mail/signing-party/Portfile

milosh at macports.org milosh at macports.org
Fri Nov 6 11:03:08 PST 2009


Revision: 60231
          http://trac.macports.org/changeset/60231
Author:   milosh at macports.org
Date:     2009-11-06 11:03:06 -0800 (Fri, 06 Nov 2009)
Log Message:
-----------
Update signing-party to v1.1.2

Modified Paths:
--------------
    trunk/dports/mail/signing-party/Portfile

Modified: trunk/dports/mail/signing-party/Portfile
===================================================================
--- trunk/dports/mail/signing-party/Portfile	2009-11-06 18:54:00 UTC (rev 60230)
+++ trunk/dports/mail/signing-party/Portfile	2009-11-06 19:03:06 UTC (rev 60231)
@@ -3,7 +3,7 @@
 PortSystem  1.0
 
 name        signing-party
-version     1.0
+version     1.1.2
 categories  mail security
 maintainers milosh openmaintainer
 platforms   darwin
@@ -17,8 +17,9 @@
 distname        ${name}_${version}
 worksrcdir      ${name}-${version}
 extract.suffix  .orig.tar.gz
-checksums       md5 fcfb3fd403e4e6ce0e95adf7b7d69717 \
-                sha1 caffdd9f48cf0b2d3c5651ed1f6845e5cac56c67
+checksums       md5     0e67bd43e3db40a6f002b98e9e5f3604 \
+                sha1    353a260510c7c12df80441145a85db8d93574291 \
+                rmd160  e6cf9e892b6946d4ce6d68c2ff0490467a7354b9
 use_configure   no
 
 depends_lib path:bin/perl:perl5 \
@@ -32,6 +33,8 @@
         reinplace "s|/usr/bin/perl|${prefix}/bin/perl|" \
         ${worksrcpath}/caff/caff ${worksrcpath}/caff/pgp-clean \
         ${worksrcpath}/caff/pgp-fixkey ${worksrcpath}/gpg-key2ps/gpg-key2ps \
+        ${worksrcpath}/gpgdir/bump_version.pl ${worksrcpath}/gpgdir/gpgdir \
+        ${worksrcpath}/gpgdir/install.pl \
         ${worksrcpath}/gpglist/gpglist ${worksrcpath}/gpgsigs/gpgsigs \
         ${worksrcpath}/keylookup/keylookup ${worksrcpath}/sig2dot/sig2dot \
         ${worksrcpath}/springgraph/springgraph
@@ -39,11 +42,11 @@
 
 destroot    {
         xinstall -m 0755 ${worksrcpath}/caff/caff ${worksrcpath}/caff/pgp-clean ${worksrcpath}/caff/pgp-fixkey ${destroot}${prefix}/bin
-        xinstall -m 0755  ${worksrcpath}/gpg-key2ps/gpg-key2ps ${worksrcpath}/gpg-mailkeys/gpg-mailkeys ${worksrcpath}/gpglist/gpglist ${worksrcpath}/gpgparticipants/gpgparticipants ${worksrcpath}/gpgsigs/gpgsigs ${worksrcpath}/keylookup/keylookup ${worksrcpath}/sig2dot/sig2dot ${worksrcpath}/springgraph/springgraph ${destroot}${prefix}/bin
+        xinstall -m 0755  ${worksrcpath}/gpg-key2ps/gpg-key2ps ${worksrcpath}/gpg-mailkeys/gpg-mailkeys ${worksrcpath}/gpglist/gpglist ${worksrcpath}/gpgparticipants/gpgparticipants ${worksrcpath}/gpgsigs/gpgsigs ${worksrcpath}/gpgwrap/bin/gpgwrap ${worksrcpath}/keyanalyze/keyanalyze ${worksrcpath}/keyanalyze/process_keys ${worksrcpath}/keylookup/keylookup ${worksrcpath}/sig2dot/sig2dot ${worksrcpath}/springgraph/springgraph ${destroot}${prefix}/bin
         xinstall -m 0644 ${worksrcpath}/caff/caff.1 ${worksrcpath}/caff/pgp-clean.1 ${worksrcpath}/caff/pgp-fixkey.1 ${destroot}${prefix}/share/man/man1
-        xinstall -m 0644 ${worksrcpath}/gpg-key2ps/gpg-key2ps.1 ${worksrcpath}/gpg-mailkeys/gpg-mailkeys.1 ${worksrcpath}/gpglist/gpglist.1 ${worksrcpath}/gpgparticipants/gpgparticipants.1 ${worksrcpath}/sig2dot/sig2dot.1 ${worksrcpath}/springgraph/springgraph.1 ${worksrcpath}/gpgsigs/gpgsigs.1 ${worksrcpath}/keylookup/keylookup.1 ${destroot}${prefix}/share/man/man1
+        xinstall -m 0644 ${worksrcpath}/gpg-key2ps/gpg-key2ps.1 ${worksrcpath}/gpg-mailkeys/gpg-mailkeys.1 ${worksrcpath}/gpglist/gpglist.1 ${worksrcpath}/gpgparticipants/gpgparticipants.1 ${worksrcpath}/gpgwrap/doc/gpgwrap.1 ${worksrcpath}/sig2dot/sig2dot.1 ${worksrcpath}/springgraph/springgraph.1 ${worksrcpath}/gpgsigs/gpgsigs.1 ${worksrcpath}/keyanalyze/keyanalyze.1 ${worksrcpath}/keylookup/keylookup.1 ${destroot}${prefix}/share/man/man1
         xinstall -d ${destroot}${prefix}/share/doc/signing-party
-        xinstall -m 0644 ${worksrcpath}/caff/caffrc.sample ${worksrcpath}/gpg-mailkeys/example.gpg-mailkeysrc ${destroot}${prefix}/share/doc/signing-party
+        xinstall -m 0644 ${worksrcpath}/caff/caffrc.sample ${worksrcpath}/gpg-mailkeys/example.gpg-mailkeysrc ${worksrcpath}/gpgsigs/gpgsigs-eps-helper ${destroot}${prefix}/share/doc/signing-party
 }
 
 livecheck.type  regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091106/fbb01ade/attachment.html>


More information about the macports-changes mailing list