summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-02-28 09:47:47 +0000
committersunpoet <sunpoet@FreeBSD.org>2017-02-28 09:47:47 +0000
commite24aa3710039aca9a7b9900544983e7cf6286e3d (patch)
tree0f4c03994fa8aa9824d0f2d4d2050ac266fa397e
parent5c3e25a09f75232c7a707fae9ed447354b3fbbb7 (diff)
downloadFreeBSD-ports-e24aa3710039aca9a7b9900544983e7cf6286e3d.zip
FreeBSD-ports-e24aa3710039aca9a7b9900544983e7cf6286e3d.tar.gz
Update to 1.807
- Use real PORTVERSION - Use = instead of += for MAKE_ARGS - Use USES=ssl - Sort PLIST Changes: http://search.cpan.org/dist/Crypt-OpenSSL-X509/Changes
-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 293f074..a0c60b4 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 7671a58..4ccd67f 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 e32c9ce..0000000
--- 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 38670e8..311c513 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
OpenPOWER on IntegriCloud