[131039] trunk/dports/perl/p5-crypt-openpgp/Portfile

devans at macports.org devans at macports.org
Mon Jan 5 02:36:55 PST 2015


Revision: 131039
          https://trac.macports.org/changeset/131039
Author:   devans at macports.org
Date:     2015-01-05 02:36:54 -0800 (Mon, 05 Jan 2015)
Log Message:
-----------
p5-crypt-openpgp: update to version 1.08, add perl branches 5.18 5.20, dependencies.

Modified Paths:
--------------
    trunk/dports/perl/p5-crypt-openpgp/Portfile

Modified: trunk/dports/perl/p5-crypt-openpgp/Portfile
===================================================================
--- trunk/dports/perl/p5-crypt-openpgp/Portfile	2015-01-05 10:34:07 UTC (rev 131038)
+++ trunk/dports/perl/p5-crypt-openpgp/Portfile	2015-01-05 10:36:54 UTC (rev 131039)
@@ -4,8 +4,8 @@
 PortSystem          1.0
 PortGroup           perl5 1.0
 
-perl5.branches      5.16
-perl5.setup         Crypt-OpenPGP 1.06
+perl5.branches      5.16 5.18 5.20
+perl5.setup         Crypt-OpenPGP 1.08
 license             {Artistic-1 GPL}
 maintainers         nomaintainer
 description         Pure-Perl OpenPGP implementation
@@ -16,24 +16,29 @@
                     both those that support the standard and those \
                     that preceded it.
 
-checksums           rmd160 2b0a3115acfe64428333659bbc99fe9d69b1a986 \
-                    sha256 3155430644bfe2d1798d9693ca0760aa66a24782bdb0323c33afe176ac5aa394
-
 platforms           darwin
-supported_archs     noarch
 
+checksums           rmd160  e7f9493508cc94e9ce4c3690740f2a46834895fe \
+                    sha256  27a6bc06ba3d0f02f90d00b280e21a77b38e8a6edd17b8a0e8b322c3d682f6c9
+
 if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-test-exception
+
     depends_lib-append \
+                    port:p${perl5.major}-alt-crypt-rsa-bigint \
+                    port:p${perl5.major}-crypt-blowfish \
+                    port:p${perl5.major}-crypt-cast5_pp \
+                    port:p${perl5.major}-crypt-des_ede3 \
                     port:p${perl5.major}-crypt-dsa \
-                    port:p${perl5.major}-crypt-blowfish \
-                    port:p${perl5.major}-crypt-CAST5 \
-                    port:p${perl5.major}-crypt-DES \
-                    port:p${perl5.major}-crypt-IDEA \
-                    port:p${perl5.major}-crypt-RIPEMD160 \
-                    port:p${perl5.major}-crypt-Rijndael \
-                    port:p${perl5.major}-crypt-RSA \
-                    port:p${perl5.major}-crypt-Twofish \
+                    port:p${perl5.major}-crypt-idea \
+                    port:p${perl5.major}-crypt-rijndael \
+                    port:p${perl5.major}-crypt-ripemd160 \
+                    port:p${perl5.major}-crypt-twofish \
+                    port:p${perl5.major}-digest-sha1 \
                     port:p${perl5.major}-file-homedir \
                     port:p${perl5.major}-libwww-perl \
                     port:p${perl5.major}-uri
+
+    supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150105/3003ef6e/attachment.html>


More information about the macports-changes mailing list