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

milosh at macports.org milosh at macports.org
Mon Apr 14 02:44:25 PDT 2008


Revision: 36005
          http://trac.macosforge.org/projects/macports/changeset/36005
Author:   milosh at macports.org
Date:     2008-04-14 02:44:22 -0700 (Mon, 14 Apr 2008)

Log Message:
-----------
update signing-party to v 1.0

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

Modified: trunk/dports/mail/signing-party/Portfile
===================================================================
--- trunk/dports/mail/signing-party/Portfile	2008-04-14 08:17:23 UTC (rev 36004)
+++ trunk/dports/mail/signing-party/Portfile	2008-04-14 09:44:22 UTC (rev 36005)
@@ -3,7 +3,7 @@
 PortSystem  1.0
 
 name        signing-party
-version     0.4.13
+version     1.0
 categories  mail security
 maintainers milosh openmaintainer
 platforms   darwin
@@ -17,7 +17,8 @@
 distname        ${name}_${version}
 worksrcdir      ${name}-${version}
 extract.suffix  .orig.tar.gz
-checksums       md5 8ea26079934599521928b3a9e6e59b4c
+checksums       md5 fcfb3fd403e4e6ce0e95adf7b7d69717 \
+                sha1 caffdd9f48cf0b2d3c5651ed1f6845e5cac56c67
 use_configure   no
 
 depends_lib port:perl5.8 \
@@ -32,16 +33,17 @@
         ${worksrcpath}/caff/caff ${worksrcpath}/caff/pgp-clean \
         ${worksrcpath}/caff/pgp-fixkey ${worksrcpath}/gpg-key2ps/gpg-key2ps \
         ${worksrcpath}/gpglist/gpglist ${worksrcpath}/gpgsigs/gpgsigs \
-        ${worksrcpath}/keylookup/keylookup
+        ${worksrcpath}/keylookup/keylookup ${worksrcpath}/sig2dot/sig2dot \
+        ${worksrcpath}/springgraph/springgraph
 }
 
 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}/gpgsigs/gpgsigs ${worksrcpath}/keylookup/keylookup ${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 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}/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}/sig2dot/sig2dot.1 ${worksrcpath}/springgraph/springgraph.1 ${worksrcpath}/gpgsigs/gpgsigs.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 ${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
 }
 
 livecheck.check regex

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080414/0c1fb49b/attachment.html


More information about the macports-changes mailing list