aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Net-SSLeay
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-04-25 17:56:36 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-04-25 17:56:36 +0000
commitc485f43514c5d123059768cd3e6e03510dff71d5 (patch)
treecb12f383c63bb96ca4c081be68a5418926d5b5ab /security/p5-Net-SSLeay
parent17b6e307dc46e8af0cda9a761b7df7c4910a6695 (diff)
downloadports-c485f43514c5d123059768cd3e6e03510dff71d5.tar.gz
ports-c485f43514c5d123059768cd3e6e03510dff71d5.zip
- Update to 1.48
- Fix shebang line of perl scripts in PORTEXAMPLES Changes: http://search.cpan.org/dist/Net-SSLeay/Changes
Notes
Notes: svn path=/head/; revision=295513
Diffstat (limited to 'security/p5-Net-SSLeay')
-rw-r--r--security/p5-Net-SSLeay/Makefile8
-rw-r--r--security/p5-Net-SSLeay/distinfo4
2 files changed, 9 insertions, 3 deletions
diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile
index d889e52965ad..220da6bdfce3 100644
--- a/security/p5-Net-SSLeay/Makefile
+++ b/security/p5-Net-SSLeay/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Net-SSLeay
-PORTVERSION= 1.47
+PORTVERSION= 1.48
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -20,12 +20,18 @@ TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
PERL_CONFIGURE= yes
CONFIGURE_ENV= OPENSSL_PREFIX=${OPENSSLBASE}
+REINPLACE_ARGS= -i ''
USE_OPENSSL= yes
MAN3= Net::SSLeay.3 Net::SSLeay::Handle.3
PORTEXAMPLES= *
+post-patch:
+.if !defined(NOPORTEXAMPLES)
+ @${REINPLACE_CMD} -e '1 s|/usr/bin/perl|${PERL}|' ${WRKSRC}/examples/*.pl
+.endif
+
post-install:
.if !defined(NOPORTEXAMPLES)
${MKDIR} ${EXAMPLESDIR}/
diff --git a/security/p5-Net-SSLeay/distinfo b/security/p5-Net-SSLeay/distinfo
index 2270650b6f7e..bc01731130cb 100644
--- a/security/p5-Net-SSLeay/distinfo
+++ b/security/p5-Net-SSLeay/distinfo
@@ -1,2 +1,2 @@
-SHA256 (Net-SSLeay-1.47.tar.gz) = d614c20fba6f914bf820bb51715f655464aeb10f03d26f5c7b2a55feaea4b6b6
-SIZE (Net-SSLeay-1.47.tar.gz) = 383254
+SHA256 (Net-SSLeay-1.48.tar.gz) = 630d857e797a11dd67433198b0458ad810d5f265d9ba0be5b93e73b629e4be6f
+SIZE (Net-SSLeay-1.48.tar.gz) = 383871