git: 07213020e31d - main - net/p5-URI-ws: retire, it has been folded into net/p5-URI as of d090baf

From: Mathieu Arnold <mat_at_FreeBSD.org>
Date: Sun, 12 Oct 2025 08:07:06 UTC
The branch main has been updated by mat:

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

commit 07213020e31df8594071cbd2f08f842c4b5cdb22
Author:     Mathieu Arnold <mat@FreeBSD.org>
AuthorDate: 2025-10-12 07:45:56 +0000
Commit:     Mathieu Arnold <mat@FreeBSD.org>
CommitDate: 2025-10-12 08:06:25 +0000

    net/p5-URI-ws: retire, it has been folded into net/p5-URI as of d090baf
---
 MOVED                                     |  1 +
 net/Makefile                              |  1 -
 net/p5-URI-ws/Makefile                    | 22 ----------------------
 net/p5-URI-ws/distinfo                    |  2 --
 net/p5-URI-ws/pkg-descr                   |  2 --
 net/p5-URI-ws/pkg-plist                   |  4 ----
 www/p5-AnyEvent-WebSocket-Client/Makefile |  5 ++---
 www/p5-Catalyst-Runtime/Makefile          |  4 ++--
 8 files changed, 5 insertions(+), 36 deletions(-)

diff --git a/MOVED b/MOVED
index 5dc1a0720aa1..23451cfbe2f0 100644
--- a/MOVED
+++ b/MOVED
@@ -4799,3 +4799,4 @@ emulators/86Box@qt6|emulators/86Box|2025-10-08|Unflavorize port, as it is now qt
 net-p2p/tremotesf@qt5||2025-10-08|Upstream removed Qt 5 support
 net-p2p/tremotesf@qt6|net-p2p/tremotesf|2025-10-08|Qt 6 is the only supported version, de-flavorize
 sysutils/moor|textproc/moor|2025-10-10|Moved to a more appropriate category
+net/p5-URI-ws|net/p5-URI|2025-10-12|URI-ws was folded into URI
diff --git a/net/Makefile b/net/Makefile
index 229047267d99..751c946ddb65 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -911,7 +911,6 @@
     SUBDIR += p5-URI-Template-Restrict
     SUBDIR += p5-URI-cpan
     SUBDIR += p5-URI-db
-    SUBDIR += p5-URI-ws
     SUBDIR += p5-VM-EC2
     SUBDIR += p5-VM-EC2-Security-CredentialCache
     SUBDIR += p5-Validate-Net
diff --git a/net/p5-URI-ws/Makefile b/net/p5-URI-ws/Makefile
deleted file mode 100644
index 1421a298dfd8..000000000000
--- a/net/p5-URI-ws/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-PORTNAME=	URI-ws
-PORTVERSION=	0.03
-CATEGORIES=	net perl5
-MASTER_SITES=	CPAN
-PKGNAMEPREFIX=	p5-
-
-MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	WebSocket support for URI package
-WWW=		https://metacpan.org/release/URI-ws
-
-LICENSE=	ART10 GPLv1+
-LICENSE_COMB=	dual
-
-BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	p5-URI>=0:net/p5-URI
-
-USES=		perl5
-USE_PERL5=	configure
-
-NO_ARCH=	yes
-
-.include <bsd.port.mk>
diff --git a/net/p5-URI-ws/distinfo b/net/p5-URI-ws/distinfo
deleted file mode 100644
index 3f0220c75a35..000000000000
--- a/net/p5-URI-ws/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (URI-ws-0.03.tar.gz) = 6e6b0e4172acb6a53c222639c000608c2dd61d50848647482ac8600d50e541ef
-SIZE (URI-ws-0.03.tar.gz) = 11724
diff --git a/net/p5-URI-ws/pkg-descr b/net/p5-URI-ws/pkg-descr
deleted file mode 100644
index 8dfe493697f4..000000000000
--- a/net/p5-URI-ws/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-After URI::ws is installed, the URI package provides the same set of methods for
-WebSocket URIs as it does for HTTP ones. For secure WebSockets, see URI::wss.
diff --git a/net/p5-URI-ws/pkg-plist b/net/p5-URI-ws/pkg-plist
deleted file mode 100644
index b5684eb988b4..000000000000
--- a/net/p5-URI-ws/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-%%SITE_PERL%%/URI/ws.pm
-%%SITE_PERL%%/URI/wss.pm
-%%PERL5_MAN3%%/URI::ws.3.gz
-%%PERL5_MAN3%%/URI::wss.3.gz
diff --git a/www/p5-AnyEvent-WebSocket-Client/Makefile b/www/p5-AnyEvent-WebSocket-Client/Makefile
index d445992f9f83..8a07f08558bd 100644
--- a/www/p5-AnyEvent-WebSocket-Client/Makefile
+++ b/www/p5-AnyEvent-WebSocket-Client/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	AnyEvent-WebSocket-Client
 PORTVERSION=	0.55
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 #MASTER_SITE_SUBDIR=	CPAN:PLICEASE
@@ -18,8 +18,7 @@ RUN_DEPENDS=	p5-AnyEvent>=7.13:devel/p5-AnyEvent \
 		p5-Moo>=2.0:devel/p5-Moo \
 		p5-PerlX-Maybe>=0.003:devel/p5-PerlX-Maybe \
 		p5-Protocol-WebSocket>=0.20:www/p5-Protocol-WebSocket \
-		p5-URI>=1.53:net/p5-URI \
-		p5-URI-ws>=0:net/p5-URI-ws
+		p5-URI>=5.34:net/p5-URI
 TEST_DEPENDS=	p5-Test-Simple>=1.302200:devel/p5-Test-Simple
 
 USES=		perl5
diff --git a/www/p5-Catalyst-Runtime/Makefile b/www/p5-Catalyst-Runtime/Makefile
index 148d12d75179..9be4441b5f39 100644
--- a/www/p5-Catalyst-Runtime/Makefile
+++ b/www/p5-Catalyst-Runtime/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	Catalyst-Runtime
 PORTVERSION=	5.90132
+PORTREVISION=	1
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -51,8 +52,7 @@ RUN_DEPENDS=	p5-CGI-Simple>=1.109:www/p5-CGI-Simple \
 		p5-Tree-Simple>=1.15:devel/p5-Tree-Simple \
 		p5-Tree-Simple-VisitorFactory>=0:devel/p5-Tree-Simple-VisitorFactory \
 		p5-Try-Tiny>=0.17:lang/p5-Try-Tiny \
-		p5-URI>=1.65:net/p5-URI \
-		p5-URI-ws>=0.03:net/p5-URI-ws \
+		p5-URI>=5.34:net/p5-URI \
 		p5-libwww>=5.837:www/p5-libwww \
 		p5-namespace-clean>=0.23:devel/p5-namespace-clean
 TEST_DEPENDS=	p5-Term-Size-Any>=0:devel/p5-Term-Size-Any \