diff options
author | Lewis Cook <lcook@FreeBSD.org> | 2021-01-24 16:48:25 +0000 |
---|---|---|
committer | Lewis Cook <lcook@FreeBSD.org> | 2021-01-24 16:48:25 +0000 |
commit | cfb01cecd94e5877deff32b336a428ef6f162ed8 (patch) | |
tree | f2f887182404298ff95f5d0b7892ea63efb5b8a3 /security/p5-IO-Socket-SSL | |
parent | 7a3c39b3170aa289885ce6b90d53b3aa26a3cd84 (diff) |
security/p5-IO-Socket-SSL: Update to 2.069
While here, pet portclippy.
Changes: https://metacpan.org/changes/distribution/IO-Socket-SSL
PR: 252950
Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D28321
Notes
Notes:
svn path=/head/; revision=562490
Diffstat (limited to 'security/p5-IO-Socket-SSL')
-rw-r--r-- | security/p5-IO-Socket-SSL/Makefile | 13 | ||||
-rw-r--r-- | security/p5-IO-Socket-SSL/distinfo | 6 |
2 files changed, 9 insertions, 10 deletions
diff --git a/security/p5-IO-Socket-SSL/Makefile b/security/p5-IO-Socket-SSL/Makefile index 019768e41bef..24443cde1eb5 100644 --- a/security/p5-IO-Socket-SSL/Makefile +++ b/security/p5-IO-Socket-SSL/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= IO-Socket-SSL -PORTVERSION= 2.068 +PORTVERSION= 2.069 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,23 +18,22 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Net-SSLeay>=1.59:security/p5-Net-SSLeay \ p5-Mozilla-CA>=20130114:www/p5-Mozilla-CA -NO_ARCH= yes USES= perl5 shebangfix USE_PERL5= configure +SHEBANG_FILES= example/ssl_mitm.pl CONFIGURE_ENV= NO_NETWORK_TESTING=yes -OPTIONS_DEFINE= EXAMPLES IDN IPV6 -IPV6_RUN_DEPENDS= p5-IO-Socket-INET6>0:net/p5-IO-Socket-INET6 - INSTALL_TARGET= pure_install -PORTEXAMPLES= * +NO_ARCH= yes -SHEBANG_FILES= example/ssl_mitm.pl +PORTEXAMPLES= * +OPTIONS_DEFINE= EXAMPLES IDN IPV6 IDN_BUILD_DEPENDS= p5-URI>=1.50:net/p5-URI IDN_RUN_DEPENDS= ${IDN_BUILD_DEPENDS} +IPV6_RUN_DEPENDS= p5-IO-Socket-INET6>0:net/p5-IO-Socket-INET6 post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ diff --git a/security/p5-IO-Socket-SSL/distinfo b/security/p5-IO-Socket-SSL/distinfo index e74c79bb7efc..5f85c50e1154 100644 --- a/security/p5-IO-Socket-SSL/distinfo +++ b/security/p5-IO-Socket-SSL/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1585771299 -SHA256 (IO-Socket-SSL-2.068.tar.gz) = 4420fc0056f1827b4dd1245eacca0da56e2182b4ef6fc078f107dc43c3fb8ff9 -SIZE (IO-Socket-SSL-2.068.tar.gz) = 248709 +TIMESTAMP = 1611428453 +SHA256 (IO-Socket-SSL-2.069.tar.gz) = d83c2cae5e8a22ab49c9f2d964726625e9efe56490d756a48a7b149a3d6e278d +SIZE (IO-Socket-SSL-2.069.tar.gz) = 247983 |