svn commit: r562490 - head/security/p5-IO-Socket-SSL
Lewis Cook
lcook at FreeBSD.org
Sun Jan 24 16:48:26 UTC 2021
Author: lcook
Date: Sun Jan 24 16:48:25 2021
New Revision: 562490
URL: https://svnweb.freebsd.org/changeset/ports/562490
Log:
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 at gmail.com> (maintainer)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D28321
Modified:
head/security/p5-IO-Socket-SSL/Makefile
head/security/p5-IO-Socket-SSL/distinfo
Modified: head/security/p5-IO-Socket-SSL/Makefile
==============================================================================
--- head/security/p5-IO-Socket-SSL/Makefile Sun Jan 24 16:30:30 2021 (r562489)
+++ head/security/p5-IO-Socket-SSL/Makefile Sun Jan 24 16:48:25 2021 (r562490)
@@ -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
+NO_ARCH= yes
+
PORTEXAMPLES= *
-SHEBANG_FILES= example/ssl_mitm.pl
-
+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}/
Modified: head/security/p5-IO-Socket-SSL/distinfo
==============================================================================
--- head/security/p5-IO-Socket-SSL/distinfo Sun Jan 24 16:30:30 2021 (r562489)
+++ head/security/p5-IO-Socket-SSL/distinfo Sun Jan 24 16:48:25 2021 (r562490)
@@ -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
More information about the svn-ports-head
mailing list