- Update to 1.8.2 (1.800.2)

- Remove outdated OSVERSION check

Changes:	http://search.cpan.org/dist/Crypt-OpenSSL-X509/Changes
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2011-06-11 14:46:12 +00:00
parent d1c3c90043
commit 0c8457bf5d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=275379
3 changed files with 7 additions and 20 deletions

View File

@ -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>

View File

@ -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

View File

@ -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();