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

mas at macports.org mas at macports.org
Mon Jan 24 22:06:54 PST 2011


Revision: 75440
          http://trac.macports.org/changeset/75440
Author:   mas at macports.org
Date:     2011-01-24 22:06:54 -0800 (Mon, 24 Jan 2011)
Log Message:
-----------
Add --lib to configure.args for explicit openssl selection (fixes #25607)

Add p5-mime-base64 to list of prerequisites

Update to 0.58

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

Modified: trunk/dports/perl/p5-crypt-ssleay/Portfile
===================================================================
--- trunk/dports/perl/p5-crypt-ssleay/Portfile	2011-01-25 06:06:28 UTC (rev 75439)
+++ trunk/dports/perl/p5-crypt-ssleay/Portfile	2011-01-25 06:06:54 UTC (rev 75440)
@@ -3,17 +3,22 @@
 PortSystem            1.0
 PortGroup             perl5 1.0
 
-perl5.setup           Crypt-SSLeay 0.57
-revision              1
+perl5.setup           Crypt-SSLeay 0.58
+revision              0
 maintainers           mas openmaintainer
 description           module to add SSL support to LWP
 long_description      ${description}
-homepage              http://search.cpan.org/~hampton/${distname}/
+homepage              http://search.cpan.org/~nanis/${distname}/
 
 platforms             darwin
 
-checksums             md5 82264180f5911dce33dbd85e24b1f36b \
-                      sha1 6e83137fac79a37346a5f862b6d6cf3fdeefe721 \
-                      rmd160 81b9f9da6a74f39e14bce176249b3c30f667912d
+checksums             md5 fbf3d12e58462cee00ea63239c0b13c7 \
+                      sha1 62f31de72a1ccd9608d70ac967ba888bd48054ca
 
-depends_lib-append    lib:libssl:openssl
+depends_lib-append    lib:libssl:openssl \
+                      port:p5-mime-base64
+
+configure.env         C_INCLUDE_PATH="${prefix}/include" \
+                      LIBRARY_PATH="${prefix}/lib"
+
+configure.args-append "--lib=${prefix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110124/d251e075/attachment.html>


More information about the macports-changes mailing list