[70721] trunk/dports/perl/p5-crypt-openssl-x509/Portfile

jmr at macports.org jmr at macports.org
Wed Aug 18 19:29:41 PDT 2010


Revision: 70721
          http://trac.macports.org/changeset/70721
Author:   jmr at macports.org
Date:     2010-08-18 19:29:39 -0700 (Wed, 18 Aug 2010)
Log Message:
-----------
p5-crypt-openssl-x509: update to 1.3; fixes #26141

Modified Paths:
--------------
    trunk/dports/perl/p5-crypt-openssl-x509/Portfile

Modified: trunk/dports/perl/p5-crypt-openssl-x509/Portfile
===================================================================
--- trunk/dports/perl/p5-crypt-openssl-x509/Portfile	2010-08-18 22:48:12 UTC (rev 70720)
+++ trunk/dports/perl/p5-crypt-openssl-x509/Portfile	2010-08-19 02:29:39 UTC (rev 70721)
@@ -3,10 +3,20 @@
 PortSystem              1.0
 PortGroup               perl5 1.0
 
-perl5.setup             Crypt-OpenSSL-X509 0.7
+perl5.setup             Crypt-OpenSSL-X509 1.3
 maintainers             nomaintainer
 description             Perl extension to OpenSSL's X509 API.
 long_description        ${description}
 
-checksums               md5 49d9481c82e764fa8fdd955a48b6c250
+checksums               md5 1d33d511ce0c83682a5aa04dbed42ac6 \
+                        sha1 bbbb616eef2717d7d0a44baef8d3eaa7b23e7600
 platforms               darwin
+
+depends_lib-append      port:openssl
+
+patchfiles              X509.xs.diff
+
+post-patch {
+    reinplace "s|/usr/include/openssl|${prefix}/include/openssl|g" ${worksrcpath}/Makefile.PL
+    reinplace "s|/usr/lib|${prefix}/lib|g" ${worksrcpath}/Makefile.PL
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100818/a7c33831/attachment.html>


More information about the macports-changes mailing list