[129075] trunk/dports/perl/p5-crypt-openssl-x509
devans at macports.org
devans at macports.org
Thu Dec 4 15:38:03 PST 2014
Revision: 129075
https://trac.macports.org/changeset/129075
Author: devans at macports.org
Date: 2014-12-04 15:38:03 -0800 (Thu, 04 Dec 2014)
Log Message:
-----------
p5-crypt-openssl-x509: update to version 1.805, add perl branches 5.18 5.20, minor white space.
Modified Paths:
--------------
trunk/dports/perl/p5-crypt-openssl-x509/Portfile
trunk/dports/perl/p5-crypt-openssl-x509/files/patch-Makefile.PL.diff
Modified: trunk/dports/perl/p5-crypt-openssl-x509/Portfile
===================================================================
--- trunk/dports/perl/p5-crypt-openssl-x509/Portfile 2014-12-04 23:10:35 UTC (rev 129074)
+++ trunk/dports/perl/p5-crypt-openssl-x509/Portfile 2014-12-04 23:38:03 UTC (rev 129075)
@@ -3,24 +3,24 @@
PortSystem 1.0
PortGroup perl5 1.0
-perl5.branches 5.10 5.12 5.14 5.16
-perl5.setup Crypt-OpenSSL-X509 1.6 ../by-authors/id/D/DA/DANIEL
-revision 3
+perl5.branches 5.10 5.12 5.14 5.16 5.18 5.20
+perl5.setup Crypt-OpenSSL-X509 1.805 ../by-authors/id/D/DA/DANIEL
license {Artistic-1 GPL}
maintainers nomaintainer
description Perl extension to OpenSSL's X509 API.
long_description ${description}
platforms darwin
-checksums sha1 549373039a2e4688bb9051f532bc8a2eebb5e19f \
- rmd160 ee213d277d3755a7a0b8dc9e0235fe2ffbfa37d0
+checksums rmd160 5b3b3dc481a805e01b850e658e5cc449ee828288 \
+ sha256 d44ec130b5df505f5191dba5806b159394c7b9ec2e2b12d4828db19b5a5e6599
if {${perl5.major} != ""} {
-depends_lib-append port:openssl
+ depends_lib-append \
+ port:openssl
-patchfiles patch-Makefile.PL.diff
+ patchfiles patch-Makefile.PL.diff
-post-patch {
- reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/Makefile.PL
+ post-patch {
+ reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/Makefile.PL
+ }
}
-}
Modified: trunk/dports/perl/p5-crypt-openssl-x509/files/patch-Makefile.PL.diff
===================================================================
--- trunk/dports/perl/p5-crypt-openssl-x509/files/patch-Makefile.PL.diff 2014-12-04 23:10:35 UTC (rev 129074)
+++ trunk/dports/perl/p5-crypt-openssl-x509/files/patch-Makefile.PL.diff 2014-12-04 23:38:03 UTC (rev 129075)
@@ -1,17 +1,23 @@
---- Makefile.PL.orig 2011-01-06 05:03:35.000000000 +1100
-+++ Makefile.PL 2012-06-29 17:18:56.000000000 +1000
-@@ -10,11 +10,11 @@
+--- Makefile.PL.orig 2014-11-22 07:28:22.000000000 -0800
++++ Makefile.PL 2014-12-04 15:32:06.000000000 -0800
+@@ -13,16 +13,16 @@
requires_external_cc();
--cc_inc_paths('/usr/include/openssl', '/usr/local/include/ssl', '/usr/local/ssl/include');
--cc_lib_paths('/usr/lib', '/usr/local/lib', '/usr/local/ssl/lib');
-+cc_inc_paths('@PREFIX@/include/ssl');
-+cc_lib_paths('@PREFIX@/lib');
+- inc '-I/usr/include/openssl -I/usr/local/include/ssl -I/usr/local/ssl/include';
++ inc '-I at PREFIX@/include/ssl';
- cc_lib_links('crypto');
--cc_optimize_flags('-O2 -g -Wall -Werror');
-+cc_optimize_flags('-O2 -g -Wall');
+- libs '-L/usr/lib -L/usr/local/lib -L/usr/local/ssl/lib -lcrypto';
++ libs '-L at PREFIX@/lib -lcrypto';
+ if ($Config::Config{myuname} =~ /darwin/i) {
+- cc_optimize_flags('-O2 -g -Wall -Werror -Wno-deprecated-declarations');
++ cc_optimize_flags('-O2 -g -Wall -Wno-deprecated-declarations');
+ } elsif ($Config::Config{myuname} =~ /sunos|solaris/i) {
+ # Any SunStudio flags?
+ } else {
+- cc_optimize_flags('-O2 -g -Wall -Werror');
++ cc_optimize_flags('-O2 -g -Wall');
+ }
+
auto_install();
- WriteAll();
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141204/81a91e1d/attachment.html>
More information about the macports-changes
mailing list