git: 67764cad3dbb - main - security/p5-IO-Socket-SSL: Interchange dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Jul 2023 17:25:34 UTC
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=67764cad3dbb31379c1fffef50a919da1196ee62 commit 67764cad3dbb31379c1fffef50a919da1196ee62 Author: Sergei Vyshenski <svysh.fbsd@gmail.com> AuthorDate: 2023-06-30 18:08:49 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-07-05 17:21:10 +0000 security/p5-IO-Socket-SSL: Interchange dependency - As CPAN suggests: https://metacpan.org/pod/IO::Socket::INET6 remove dependency of this port from deprecated net/p5-IO-Socket-INET6, and add dependency from recommended net/p5-IO-Socket-IP instead - The upstream code of module IO::Socket::SSL already gives preference to IO::Socket::IP instead of IO::Socket::INET6, https://metacpan.org/release/SULLR/IO-Socket-SSL-2.083/source/lib/IO/Socket/SSL.pm - bump PORTREVISION PR: 272296 MFH: 2023Q3 --- security/p5-IO-Socket-SSL/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/p5-IO-Socket-SSL/Makefile b/security/p5-IO-Socket-SSL/Makefile index 66f0a9cf7c14..106bf5f1c072 100644 --- a/security/p5-IO-Socket-SSL/Makefile +++ b/security/p5-IO-Socket-SSL/Makefile @@ -1,5 +1,6 @@ PORTNAME= IO-Socket-SSL DISTVERSION= 2.083 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -31,7 +32,7 @@ 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 +IPV6_RUN_DEPENDS= p5-IO-Socket-IP>0:net/p5-IO-Socket-IP post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/