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

cal at macports.org cal at macports.org
Sun Jan 19 12:06:33 PST 2014


Revision: 116148
          https://trac.macports.org/changeset/116148
Author:   cal at macports.org
Date:     2014-01-19 12:06:33 -0800 (Sun, 19 Jan 2014)
Log Message:
-----------
signing-party: switch to perl 5.16

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

Modified: trunk/dports/mail/signing-party/Portfile
===================================================================
--- trunk/dports/mail/signing-party/Portfile	2014-01-19 20:06:17 UTC (rev 116147)
+++ trunk/dports/mail/signing-party/Portfile	2014-01-19 20:06:33 UTC (rev 116148)
@@ -5,6 +5,7 @@
 
 name                signing-party
 version             1.1.4
+revision            1
 categories          mail security
 maintainers         cal openmaintainer
 platforms           darwin
@@ -19,23 +20,22 @@
 distname            ${name}_${version}
 worksrcdir          ${name}-${version}
 extract.suffix      .orig.tar.gz
-checksums           md5     675f8f1edd01baa8b58a743927d13750 \
-                    sha1    092b7d644b7a8a8d2e82fd6ddb453ca58020ed31 \
-                    rmd160  fb7024f00b2c9f192004a8fa649d6122551f2471
+checksums           rmd160  fb7024f00b2c9f192004a8fa649d6122551f2471 \
+                    sha256  3d135437540ad1e5b3bb209ee90896a6b9153170eb0e4c93d018c1952fb80fa1
 
 patchfiles          gpgwrap-makefile-usingtherightcompiler.patch \
                     keyanalyze-makefile-usingtherightcompiler.patch
 
 use_configure       no
 
-depends_lib         port:perl5.12 \
-                    port:p5.12-class-methodmaker \
-                    port:p5.12-mailtools \
-                    port:p5.12-term-readkey \
-                    port:p5.12-gnupg-interface \
-                    port:p5.12-text-iconv \
-                    port:p5.12-text-template \
-                    port:p5.12-mime-tools \
+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:qprint
 depends_run         bin:gpg:gnupg \
                     port:dialog
@@ -46,7 +46,7 @@
                     CFLAGS="${configure.cflags} [get_canonical_archflags]"
 
 pre-build {
-    reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.12|" \
+    reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.16|" \
         ${worksrcpath}/caff/caff \
         ${worksrcpath}/caff/pgp-clean \
         ${worksrcpath}/caff/pgp-fixkey \
@@ -116,4 +116,3 @@
 livecheck.type      regex
 livecheck.url       http://packages.debian.org/unstable/misc/${name}
 livecheck.regex     ${name} .(\[0-9.\]+)
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140119/6daa594e/attachment.html>


More information about the macports-changes mailing list