aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-OpenSSL-X509
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-06-11 14:46:12 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-06-11 14:46:12 +0000
commit0c8457bf5d9995279a53ba9171fddc8c5840efec (patch)
treec4d17abd390e7a4f92e3c7bf0339294333d544fd /security/p5-Crypt-OpenSSL-X509
parentd1c3c90043d8a4458a97b7c57c814fec1610eda9 (diff)
downloadports-0c8457bf5d9995279a53ba9171fddc8c5840efec.tar.gz
ports-0c8457bf5d9995279a53ba9171fddc8c5840efec.zip
- Update to 1.8.2 (1.800.2)
- Remove outdated OSVERSION check Changes: http://search.cpan.org/dist/Crypt-OpenSSL-X509/Changes
Notes
Notes: svn path=/head/; revision=275379
Diffstat (limited to 'security/p5-Crypt-OpenSSL-X509')
-rw-r--r--security/p5-Crypt-OpenSSL-X509/Makefile12
-rw-r--r--security/p5-Crypt-OpenSSL-X509/distinfo4
-rw-r--r--security/p5-Crypt-OpenSSL-X509/files/patch-Makefile.PL11
3 files changed, 7 insertions, 20 deletions
diff --git a/security/p5-Crypt-OpenSSL-X509/Makefile b/security/p5-Crypt-OpenSSL-X509/Makefile
index bcc4643542c8..ff44a4ca895f 100644
--- a/security/p5-Crypt-OpenSSL-X509/Makefile
+++ b/security/p5-Crypt-OpenSSL-X509/Makefile
@@ -6,10 +6,11 @@
#
PORTNAME= Crypt-OpenSSL-X509
-PORTVERSION= 1.4
+PORTVERSION= 1.8.2
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
+DISTNAME= ${PORTNAME}-${PORTVERSION:R}00.${PORTVERSION:E}
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension for OpenSSL X509 API
@@ -18,10 +19,7 @@ PERL_CONFIGURE= yes
MAN3= Crypt::OpenSSL::X509.3
-.include <bsd.port.pre.mk>
+post-patch:
+ @${REINPLACE_CMD} -e '/^cc_optimize_flags/ s| -Werror||' ${WRKSRC}/Makefile.PL
-.if ${OSVERSION} < 700000
-BROKEN= does not compile on 6.X
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/security/p5-Crypt-OpenSSL-X509/distinfo b/security/p5-Crypt-OpenSSL-X509/distinfo
index 782ab7d76a8a..36c420c77efa 100644
--- a/security/p5-Crypt-OpenSSL-X509/distinfo
+++ b/security/p5-Crypt-OpenSSL-X509/distinfo
@@ -1,2 +1,2 @@
-SHA256 (Crypt-OpenSSL-X509-1.4.tar.gz) = c146373edde8a2cb8f11e465a2d545d2b775937e4df13d0f0c99e1709fb77966
-SIZE (Crypt-OpenSSL-X509-1.4.tar.gz) = 38383
+SHA256 (Crypt-OpenSSL-X509-1.800.2.tar.gz) = 6d6221363c32268f0dda28ba3ba4a59f66e6fcfbda6926ab5c858070efb83637
+SIZE (Crypt-OpenSSL-X509-1.800.2.tar.gz) = 42544
diff --git a/security/p5-Crypt-OpenSSL-X509/files/patch-Makefile.PL b/security/p5-Crypt-OpenSSL-X509/files/patch-Makefile.PL
deleted file mode 100644
index f39e888ee117..000000000000
--- a/security/p5-Crypt-OpenSSL-X509/files/patch-Makefile.PL
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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();