diff options
-rw-r--r-- | security/p5-Net-SSLeay/Makefile | 5 | ||||
-rw-r--r-- | security/p5-Net-SSLeay/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile index b2451487ba72..448e066e217c 100644 --- a/security/p5-Net-SSLeay/Makefile +++ b/security/p5-Net-SSLeay/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-SSLeay -PORTVERSION= 1.36 +PORTVERSION= 1.38 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -22,8 +22,9 @@ MAN3= Net::SSLeay.3 Net::SSLeay::Handle.3 .if !defined(NOPORTEXAMPLES) PORTEXAMPLES= * + post-install: - @${MKDIR} ${EXAMPLESDIR} + ${MKDIR} ${EXAMPLESDIR}/ ${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${EXAMPLESDIR}/ ${INSTALL_DATA} ${WRKSRC}/examples/req.conf ${EXAMPLESDIR}/req.conf .endif diff --git a/security/p5-Net-SSLeay/distinfo b/security/p5-Net-SSLeay/distinfo index b7468c7f2b72..bb60f6f2534a 100644 --- a/security/p5-Net-SSLeay/distinfo +++ b/security/p5-Net-SSLeay/distinfo @@ -1,2 +1,2 @@ -SHA256 (Net-SSLeay-1.36.tar.gz) = e262897263c5aa9096e39f7813c7cb7d4d05508ca406b173878c4ecddb2c53ce -SIZE (Net-SSLeay-1.36.tar.gz) = 145651 +SHA256 (Net-SSLeay-1.38.tar.gz) = 3f0a05aab0ba9cf8aa1abd45a0fa4c7b389ebd78dd9082a2c5c7456ba4f311a4 +SIZE (Net-SSLeay-1.38.tar.gz) = 151687 |