[128546] trunk/dports/perl/p5-crypt-ssleay/Portfile

devans at macports.org devans at macports.org
Sat Nov 22 16:20:41 PST 2014


Revision: 128546
          https://trac.macports.org/changeset/128546
Author:   devans at macports.org
Date:     2014-11-22 16:20:41 -0800 (Sat, 22 Nov 2014)
Log Message:
-----------
p5-crypt-ssleay: update to version 0.72, add perl branches 5.18 5.20, dependencies.

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

Modified: trunk/dports/perl/p5-crypt-ssleay/Portfile
===================================================================
--- trunk/dports/perl/p5-crypt-ssleay/Portfile	2014-11-23 00:13:06 UTC (rev 128545)
+++ trunk/dports/perl/p5-crypt-ssleay/Portfile	2014-11-23 00:20:41 UTC (rev 128546)
@@ -4,8 +4,8 @@
 PortSystem          1.0
 PortGroup           perl5 1.0
 
-perl5.branches      5.8 5.10 5.12 5.14 5.16
-perl5.setup         Crypt-SSLeay 0.64
+perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
+perl5.setup         Crypt-SSLeay 0.72
 maintainers         nomaintainer
 license             {Artistic GPL}
 description         module to add SSL support to LWP
@@ -14,14 +14,19 @@
 
 platforms           darwin
 
-checksums           rmd160  ea23812768b38265845ff82024218b024b1df38d \
-                    sha256  eae61cf7aa64d79385b764010d8d77d09477e034c52fc3dfe68d0a13be78217c
+checksums           rmd160  11c78b3d06b58753a4c94905fc45fc129d3ccfef \
+                    sha256  f5d34f813677829857cf8a0458623db45b4d9c2311daaebe446f9e01afa9ffe8
 
 if {${perl5.major} != ""} {
+    depends_build-append \
+                    port:p${perl5.major}-path-class \
+                    port:p${perl5.major}-try-tiny
+
     depends_lib-append \
                     port:openssl \
+                    port:p${perl5.major}-lwp-protocol-https \
                     port:p${perl5.major}-mime-base64
-                      
+    
     configure.env   C_INCLUDE_PATH="${prefix}/include" \
                     LIBRARY_PATH="${prefix}/lib"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141122/c72ebc6d/attachment.html>


More information about the macports-changes mailing list