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

cal at macports.org cal at macports.org
Mon Sep 28 16:01:03 PDT 2015


Revision: 140647
          https://trac.macports.org/changeset/140647
Author:   cal at macports.org
Date:     2015-09-28 16:01:03 -0700 (Mon, 28 Sep 2015)
Log Message:
-----------
signing-party: Update to 2.1, switch to perl 5.22, #48365

Seems to fix #48778 "cannot execute caff due to Perl syntax error" as well.

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

Modified: trunk/dports/mail/signing-party/Portfile
===================================================================
--- trunk/dports/mail/signing-party/Portfile	2015-09-28 22:58:38 UTC (rev 140646)
+++ trunk/dports/mail/signing-party/Portfile	2015-09-28 23:01:03 UTC (rev 140647)
@@ -4,9 +4,9 @@
 PortSystem          1.0
 
 name                signing-party
-version             2.0
-checksums           rmd160  6d1bda32cd549a9c17d18e3cf3f4793153c00d57 \
-                    sha256  cc23e48b2f06dee7cbf7b80ee4dfbed69908cb4584d3d5fa29ed7b2f962ec16e
+version             2.1
+checksums           rmd160  d50a5f1e9c366d0102341e38fd4606a228d13737 \
+                    sha256  ca87849a74ea4c271e92422bfe6b1be2bfe2c2de9a723bf11aa088e4ea88965d
 
 categories          mail security
 maintainers         cal openmaintainer
@@ -32,15 +32,15 @@
 depends_build       port:automake17 \
                     port:autoconf
 
-depends_lib         port:perl5.16 \
-                    port:p5.16-class-methodmaker \
-                    port:p5.16-mailtools \
-                    port:p5.16-term-readkey \
-                    port:p5.16-gnupg-interface \
-                    port:p5.16-text-iconv \
-                    port:p5.16-text-template \
-                    port:p5.16-mime-tools \
-                    port:p5.16-net-idn-encode \
+depends_lib         port:perl5.22 \
+                    port:p5.22-class-methodmaker \
+                    port:p5.22-mailtools \
+                    port:p5.22-term-readkey \
+                    port:p5.22-gnupg-interface \
+                    port:p5.22-text-iconv \
+                    port:p5.22-text-template \
+                    port:p5.22-mime-tools \
+                    port:p5.22-net-idn-encode \
                     port:qprint
 depends_run         port:gnupg \
                     port:dialog \
@@ -52,7 +52,7 @@
                     CFLAGS="${configure.cflags} [get_canonical_archflags]"
 
 pre-build {
-    reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.16|g" \
+    reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.22|g" \
         ${worksrcpath}/caff/caff \
         ${worksrcpath}/caff/pgp-clean \
         ${worksrcpath}/caff/pgp-fixkey \
@@ -73,21 +73,8 @@
         ${worksrcpath}/sig2dot/sig2dot \
         ${worksrcpath}/springgraph/springgraph
     reinplace "s|/usr/bin/python|${prefix}/bin/python2.7|g" \
-        ${worksrcpath}/keyart/keyart
-    # force using MacPorts GPG to avoid issues such as #46601
-    reinplace "s|@GPG_PATH@|${prefix}/bin/gpg|g" \
-        ${worksrcpath}/caff/caff \
-        ${worksrcpath}/caff/pgp-clean \
-        ${worksrcpath}/caff/pgp-fixkey \
-        ${worksrcpath}/gpg-key2latex/gpg-key2latex \
-        ${worksrcpath}/gpg-key2ps/gpg-key2ps \
-        ${worksrcpath}/gpg-mailkeys/gpg-mailkeys \
-        ${worksrcpath}/gpgdir/gpgdir \
-        ${worksrcpath}/gpglist/gpglist \
-        ${worksrcpath}/gpgparticipants/gpgparticipants \
-        ${worksrcpath}/gpgsigs/gpgsigs \
         ${worksrcpath}/keyart/keyart \
-        ${worksrcpath}/keylookup/keylookup
+        ${worksrcpath}/gpgparticipants/gpgparticipants-prefill
 }
 
 platform macosx {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150928/b2014d4c/attachment-0001.html>


More information about the macports-changes mailing list