summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-01-20 17:24:35 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-01-20 17:24:35 +0000
commit726ae69a399130f37da5a43e8ad87d58d8aecbe3 (patch)
tree51e249b7ef9bc4289d79002e02fc88efa57caead
parent052e521ddc8ef3332959ec15b49c40cd5db00536 (diff)
downloadfreebsd-ports-726ae69a399130f37da5a43e8ad87d58d8aecbe3.zip
- Update to 1.57
- Fix shebang - Simplify Makefile Changes: http://search.cpan.org/dist/Net-SSLeay/Changes
-rw-r--r--security/p5-Net-SSLeay/Makefile16
-rw-r--r--security/p5-Net-SSLeay/distinfo4
2 files changed, 6 insertions, 14 deletions
diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile
index e12aa15d83f9..77e080f3c704 100644
--- a/security/p5-Net-SSLeay/Makefile
+++ b/security/p5-Net-SSLeay/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Net-SSLeay
-PORTVERSION= 1.55
+PORTVERSION= 1.57
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -16,26 +16,18 @@ TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
OPTIONS_DEFINE= EXAMPLES
-USES= perl5
-USE_PERL5= configure
CONFIGURE_ENV= OPENSSL_PREFIX=${OPENSSLBASE}
-REINPLACE_ARGS= -i ''
+USES= perl5 shebangfix
USE_OPENSSL= yes
+USE_PERL5= configure
PORTEXAMPLES= *
-.include <bsd.port.options.mk>
-
-post-patch:
-.if ${PORT_OPTIONS:MEXAMPLES}
- @${REINPLACE_CMD} -e '1 s|/usr/bin/perl|${PERL}|' ${WRKSRC}/examples/*.pl
-.endif
+SHEBANG_FILES= examples/*.pl
post-install:
-.if ${PORT_OPTIONS:MEXAMPLES}
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${STAGEDIR}${EXAMPLESDIR}/
${INSTALL_DATA} ${WRKSRC}/examples/req.conf ${STAGEDIR}${EXAMPLESDIR}/req.conf
-.endif
.include <bsd.port.mk>
diff --git a/security/p5-Net-SSLeay/distinfo b/security/p5-Net-SSLeay/distinfo
index 49ad4c813f6f..ba8b41bf9fd3 100644
--- a/security/p5-Net-SSLeay/distinfo
+++ b/security/p5-Net-SSLeay/distinfo
@@ -1,2 +1,2 @@
-SHA256 (Net-SSLeay-1.55.tar.gz) = 8cd5f09722e07b4e436102cb3a4b93623d753c171665ca9752c3b39a62ea3a79
-SIZE (Net-SSLeay-1.55.tar.gz) = 394657
+SHA256 (Net-SSLeay-1.57.tar.gz) = 660f42833982eeb23c45f46da28627c3fefd6efdb33a34480db6a925055dc682
+SIZE (Net-SSLeay-1.57.tar.gz) = 398797