net/p5-IO-Socket-INET6: Update to 2.73

- update 2.72 -> 2.73
 - Starting with ver. 2.73 this module is marked as
   "deprecated in favour of IO::Socket::IP" (that is of net/p5-IO-Socket-IP),
   but some ports are still essentially depend on the present port

Changelog: https://metacpan.org/release/SHLOMIF/IO-Socket-INET6-2.73/source/ChangeLog

PR:		275267
Approved by:	jmohacsi@bsd.hu (maintainer)
This commit is contained in:
Sergei Vyshenski 2023-11-22 22:09:36 +01:00 committed by Robert Clausecker
parent 446645af26
commit e2995955b8
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