Index: head/security/p5-Crypt-OpenSSL-X509/files/patch-X509.xs =================================================================== --- head/security/p5-Crypt-OpenSSL-X509/files/patch-X509.xs (revision 435033) +++ head/security/p5-Crypt-OpenSSL-X509/files/patch-X509.xs (nonexistent) @@ -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"); Property changes on: head/security/p5-Crypt-OpenSSL-X509/files/patch-X509.xs ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/security/p5-Crypt-OpenSSL-X509/Makefile =================================================================== --- head/security/p5-Crypt-OpenSSL-X509/Makefile (revision 435033) +++ head/security/p5-Crypt-OpenSSL-X509/Makefile (revision 435034) @@ -1,34 +1,32 @@ # Created by: kftseng@iyard.org # $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 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 post-install: ${STRIP_CMD} ${STAGEDIR}${SITE_ARCH}/auto/Crypt/OpenSSL/X509/X509.so .include .if ${SSL_DEFAULT:Mopenssl-devel} BROKEN= Does not build with openssl-devel .endif .include Index: head/security/p5-Crypt-OpenSSL-X509/distinfo =================================================================== --- head/security/p5-Crypt-OpenSSL-X509/distinfo (revision 435033) +++ head/security/p5-Crypt-OpenSSL-X509/distinfo (revision 435034) @@ -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 Index: head/security/p5-Crypt-OpenSSL-X509/pkg-plist =================================================================== --- head/security/p5-Crypt-OpenSSL-X509/pkg-plist (revision 435033) +++ head/security/p5-Crypt-OpenSSL-X509/pkg-plist (revision 435034) @@ -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