git: e2995955b849 - main - net/p5-IO-Socket-INET6: Update to 2.73

From: Robert Clausecker <fuz_at_FreeBSD.org>
Date: Thu, 22 Feb 2024 12:32:38 UTC
The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e2995955b849e094ce7426ab5a082541fbc27556

commit e2995955b849e094ce7426ab5a082541fbc27556
Author:     Sergei Vyshenski <svysh.fbsd@gmail.com>
AuthorDate: 2023-11-22 21:09:36 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2024-02-22 12:31:50 +0000

    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)
---
 net/p5-IO-Socket-INET6/Makefile  | 6 ++++--
 net/p5-IO-Socket-INET6/distinfo  | 5 +++--
 net/p5-IO-Socket-INET6/pkg-descr | 2 ++
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/net/p5-IO-Socket-INET6/Makefile b/net/p5-IO-Socket-INET6/Makefile
index 29ffc0523053..ca4136fc808a 100644
--- a/net/p5-IO-Socket-INET6/Makefile
+++ b/net/p5-IO-Socket-INET6/Makefile
@@ -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
diff --git a/net/p5-IO-Socket-INET6/distinfo b/net/p5-IO-Socket-INET6/distinfo
index 93870a89b227..3d0b59a09c3a 100644
--- a/net/p5-IO-Socket-INET6/distinfo
+++ b/net/p5-IO-Socket-INET6/distinfo
@@ -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
diff --git a/net/p5-IO-Socket-INET6/pkg-descr b/net/p5-IO-Socket-INET6/pkg-descr
index 9fef6de383f1..4746e47ac0de 100644
--- a/net/p5-IO-Socket-INET6/pkg-descr
+++ b/net/p5-IO-Socket-INET6/pkg-descr
@@ -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