svn commit: r301755 - head/security/p5-Crypt-SSLeay
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Jul 30 19:40:24 UTC 2012
Author: sunpoet
Date: Mon Jul 30 19:40:23 2012
New Revision: 301755
URL: http://svn.freebsd.org/changeset/ports/301755
Log:
- Update to 0.60
- Add LICENSE
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/Crypt-SSLeay/Changes
Modified:
head/security/p5-Crypt-SSLeay/Makefile (contents, props changed)
head/security/p5-Crypt-SSLeay/distinfo (contents, props changed)
Modified: head/security/p5-Crypt-SSLeay/Makefile
==============================================================================
--- head/security/p5-Crypt-SSLeay/Makefile Mon Jul 30 19:39:16 2012 (r301754)
+++ head/security/p5-Crypt-SSLeay/Makefile Mon Jul 30 19:40:23 2012 (r301755)
@@ -6,8 +6,7 @@
#
PORTNAME= Crypt-SSLeay
-PORTVERSION= 0.58
-PORTREVISION= 2
+PORTVERSION= 0.60
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -15,11 +14,24 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Perl5 interface to allow p5-libwww LWP to make https connections
-PERL_CONFIGURE= yes
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-LWP-Protocol-https>=6.02:${PORTSDIR}/www/p5-LWP-Protocol-https
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-Try-Tiny>=0.09:${PORTSDIR}/lang/p5-Try-Tiny
+
CONFIGURE_ARGS= --lib=${OPENSSLBASE} --no-live-tests
MAKE_ARGS= PASTHRU_INC=-I${OPENSSLINC}
+PERL_CONFIGURE= yes
USE_OPENSSL= yes
MAN3= Crypt::SSLeay.3 Net::SSL.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501001
+TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
+.endif
+
+.include <bsd.port.post.mk>
Modified: head/security/p5-Crypt-SSLeay/distinfo
==============================================================================
--- head/security/p5-Crypt-SSLeay/distinfo Mon Jul 30 19:39:16 2012 (r301754)
+++ head/security/p5-Crypt-SSLeay/distinfo Mon Jul 30 19:40:23 2012 (r301755)
@@ -1,2 +1,2 @@
-SHA256 (Crypt-SSLeay-0.58.tar.gz) = 1e714c5bcb28bc2547619a9b11e5b270a3c34113f85f091cd72556ae9805e02e
-SIZE (Crypt-SSLeay-0.58.tar.gz) = 123845
+SHA256 (Crypt-SSLeay-0.60.tar.gz) = add41ef0087f986bad6611fe9c38b15c3941298c66f46ac19d2619db44894b02
+SIZE (Crypt-SSLeay-0.60.tar.gz) = 128062
More information about the svn-ports-head
mailing list