net/p5-IO-Socket-INET6: sync with upstream

Taken from: FreeBSD
This commit is contained in:
Franco Fichtner 2024-02-23 11:14:09 +01:00
parent e616017f13
commit 4b66e952f7
3 changed files with 9 additions and 4 deletions

View File

@ -1,6 +1,5 @@
PORTNAME= IO-Socket-INET6
PORTVERSION= 2.72
PORTREVISION= 1
DISTVERSION= 2.73
CATEGORIES= net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SHLOMIF
@ -15,6 +14,9 @@ LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Socket6>=0.12:net/p5-Socket6
TEST_DEPENDS= p5-Test-Pod-Coverage>=1.04:devel/p5-Test-Pod-Coverage \
p5-Test-Pod>=1.14:devel/p5-Test-Pod \
p5-Test-TrailingSpace>=0:devel/p5-Test-TrailingSpace
USES= perl5
USE_PERL5= configure

View File

@ -1,2 +1,3 @@
SHA256 (IO-Socket-INET6-2.72.tar.gz) = 85e020fa179284125fc1d08e60a9022af3ec1271077fe14b133c1785cdbf1ebb
SIZE (IO-Socket-INET6-2.72.tar.gz) = 27615
TIMESTAMP = 1700685367
SHA256 (IO-Socket-INET6-2.73.tar.gz) = b6da746853253d5b4ac43191b4f69a4719595ee13a7ca676a8054cf36e6d16bb
SIZE (IO-Socket-INET6-2.73.tar.gz) = 27786

View File

@ -3,3 +3,5 @@ in the AF_INET6 domain. It is built upon the IO::Socket interface and
inherits all the methods defined by IO::Socket. As a consequence, this module
is protocol independent, it can run both IPv6 & IPv4, when DNS names are
passed.
Deprecated in favour of port net/p5-IO-Socket-IP