aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-OpenSSL-X509
diff options
context:
space:
mode:
authorPhilippe Audeoud <jadawin@FreeBSD.org>2010-08-25 14:55:02 +0000
committerPhilippe Audeoud <jadawin@FreeBSD.org>2010-08-25 14:55:02 +0000
commita579acbe068f4afd67789a68f04ad03c902ab24a (patch)
treef9f4fe5c673ba2eb11b99d588ccd08e5fe88c776 /security/p5-Crypt-OpenSSL-X509
parent6f51bebae1989677aef512ffa8b91d01dc2b48c1 (diff)
downloadports-a579acbe068f4afd67789a68f04ad03c902ab24a.tar.gz
ports-a579acbe068f4afd67789a68f04ad03c902ab24a.zip
- Update to 1.3
- Add patch because it doesn't compile with -Werror PR: ports/149418 Submitted by: Frederic Culot <frederic _AT_ culot.org>
Notes
Notes: svn path=/head/; revision=259973
Diffstat (limited to 'security/p5-Crypt-OpenSSL-X509')
-rw-r--r--security/p5-Crypt-OpenSSL-X509/Makefile3
-rw-r--r--security/p5-Crypt-OpenSSL-X509/distinfo6
-rw-r--r--security/p5-Crypt-OpenSSL-X509/files/patch-Makefile.PL11
3 files changed, 15 insertions, 5 deletions
diff --git a/security/p5-Crypt-OpenSSL-X509/Makefile b/security/p5-Crypt-OpenSSL-X509/Makefile
index 6aee7a7f42b5..033fe11067b2 100644
--- a/security/p5-Crypt-OpenSSL-X509/Makefile
+++ b/security/p5-Crypt-OpenSSL-X509/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= Crypt-OpenSSL-X509
-PORTVERSION= 1.0
-PORTREVISION= 1
+PORTVERSION= 1.3
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/security/p5-Crypt-OpenSSL-X509/distinfo b/security/p5-Crypt-OpenSSL-X509/distinfo
index 31434ba81964..bc9a160e3160 100644
--- a/security/p5-Crypt-OpenSSL-X509/distinfo
+++ b/security/p5-Crypt-OpenSSL-X509/distinfo
@@ -1,3 +1,3 @@
-MD5 (Crypt-OpenSSL-X509-1.0.tar.gz) = 634723860c0db6d755149eae9d401d97
-SHA256 (Crypt-OpenSSL-X509-1.0.tar.gz) = 5874b91b71b7907963a4e90504680576b0dae29d0b3025310d960de6233a8978
-SIZE (Crypt-OpenSSL-X509-1.0.tar.gz) = 37711
+MD5 (Crypt-OpenSSL-X509-1.3.tar.gz) = 1d33d511ce0c83682a5aa04dbed42ac6
+SHA256 (Crypt-OpenSSL-X509-1.3.tar.gz) = 7a493896af1b9e389ebdf31cd5e4ad6571c695025eaa278d40afc448dd42e898
+SIZE (Crypt-OpenSSL-X509-1.3.tar.gz) = 38296
diff --git a/security/p5-Crypt-OpenSSL-X509/files/patch-Makefile.PL b/security/p5-Crypt-OpenSSL-X509/files/patch-Makefile.PL
new file mode 100644
index 000000000000..f39e888ee117
--- /dev/null
+++ b/security/p5-Crypt-OpenSSL-X509/files/patch-Makefile.PL
@@ -0,0 +1,11 @@
+--- Makefile.PL.orig 2010-08-08 12:25:18.234910310 +0200
++++ Makefile.PL 2010-08-08 12:25:31.618794295 +0200
+@@ -50,7 +50,7 @@
+ }
+
+ cc_lib_links('crypto');
+-cc_optimize_flags('-g -Wall -Werror');
++cc_optimize_flags('-g -Wall');
+
+ auto_install();
+ WriteAll();