summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/p5-Crypt-OpenSSL-X509/Makefile8
-rw-r--r--security/p5-Crypt-OpenSSL-X509/distinfo5
-rw-r--r--security/p5-Crypt-OpenSSL-X509/files/patch-X509.xs20
-rw-r--r--security/p5-Crypt-OpenSSL-X509/pkg-plist2
4 files changed, 7 insertions, 28 deletions
diff --git a/security/p5-Crypt-OpenSSL-X509/Makefile b/security/p5-Crypt-OpenSSL-X509/Makefile
index 293f0742ddc8..a0c60b426b32 100644
--- a/security/p5-Crypt-OpenSSL-X509/Makefile
+++ b/security/p5-Crypt-OpenSSL-X509/Makefile
@@ -2,11 +2,10 @@
# $FreeBSD$
PORTNAME= Crypt-OpenSSL-X509
-PORTVERSION= 1.8.06
+PORTVERSION= 1.807
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension for OpenSSL X509 API
@@ -14,10 +13,9 @@ COMMENT= Perl extension for OpenSSL X509 API
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-USES= perl5
+USES= perl5 ssl
USE_PERL5= configure
-USE_OPENSSL= yes
-MAKE_ARGS+= PASTHRU_INC=-I${OPENSSLINC}
+MAKE_ARGS= PASTHRU_INC=-I${OPENSSLINC}
post-patch:
@${REINPLACE_CMD} -e '/cc_optimize_flags/ s| -Werror||' ${WRKSRC}/Makefile.PL
diff --git a/security/p5-Crypt-OpenSSL-X509/distinfo b/security/p5-Crypt-OpenSSL-X509/distinfo
index 7671a588236d..4ccd67f68741 100644
--- a/security/p5-Crypt-OpenSSL-X509/distinfo
+++ b/security/p5-Crypt-OpenSSL-X509/distinfo
@@ -1,2 +1,3 @@
-SHA256 (Crypt-OpenSSL-X509-1.806.tar.gz) = 950046cc5eac7611dd4c34c40d5570814c4dd2eb49209aa8301e9268dfc1e120
-SIZE (Crypt-OpenSSL-X509-1.806.tar.gz) = 45963
+TIMESTAMP = 1488262616
+SHA256 (Crypt-OpenSSL-X509-1.807.tar.gz) = 5ac7ba3d74863ae6cf2b8a8df912be7f7a5337037b65adeca80f9274bf00ba0c
+SIZE (Crypt-OpenSSL-X509-1.807.tar.gz) = 45947
diff --git a/security/p5-Crypt-OpenSSL-X509/files/patch-X509.xs b/security/p5-Crypt-OpenSSL-X509/files/patch-X509.xs
deleted file mode 100644
index e32c9ce0e86a..000000000000
--- a/security/p5-Crypt-OpenSSL-X509/files/patch-X509.xs
+++ /dev/null
@@ -1,20 +0,0 @@
---- X509.xs.orig 2013-12-01 17:14:25 UTC
-+++ X509.xs
-@@ -181,7 +181,7 @@ static HV* hv_exts(X509* x509, int no_na
- sv_2mortal((SV*)RETVAL);
- c = X509_get_ext_count(x509);
-
-- if ( ! c > 0 ) {
-+ if ( c <= 0 ) {
- croak("No extensions found\n");
- }
-
-@@ -860,7 +860,7 @@ extension(x509, i)
-
- c = X509_get_ext_count(x509);
-
-- if (!c > 0) {
-+ if (c <= 0) {
- croak("No extensions found\n");
- } else if (i >= c || i < 0) {
- croak("Requested extension index out of range\n");
diff --git a/security/p5-Crypt-OpenSSL-X509/pkg-plist b/security/p5-Crypt-OpenSSL-X509/pkg-plist
index 38670e8478ff..311c5134e09c 100644
--- a/security/p5-Crypt-OpenSSL-X509/pkg-plist
+++ b/security/p5-Crypt-OpenSSL-X509/pkg-plist
@@ -1,3 +1,3 @@
-%%PERL5_MAN3%%/Crypt::OpenSSL::X509.3.gz
%%SITE_ARCH%%/Crypt/OpenSSL/X509.pm
%%SITE_ARCH%%/auto/Crypt/OpenSSL/X509/X509.so
+%%PERL5_MAN3%%/Crypt::OpenSSL::X509.3.gz