aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjadawin <jadawin@FreeBSD.org>2010-08-25 22:55:02 +0800
committerjadawin <jadawin@FreeBSD.org>2010-08-25 22:55:02 +0800
commit258e8503d210b9e9c365b39e7e89e7f0697ec3c2 (patch)
treeecf8d3f6b2c944d60d3eef84b69cb5874e24dd45
parent202102392f541ec5ab2674f523beb97624eb05ab (diff)
downloadfreebsd-ports-gnome-258e8503d210b9e9c365b39e7e89e7f0697ec3c2.tar.gz
freebsd-ports-gnome-258e8503d210b9e9c365b39e7e89e7f0697ec3c2.tar.zst
freebsd-ports-gnome-258e8503d210b9e9c365b39e7e89e7f0697ec3c2.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>
-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();