git: 34248c92f6be - main - www/p5-AnyEvent-WebSocket-Client: Update to 0.55

From: Rodrigo Osorio <rodrigo_at_FreeBSD.org>
Date: Sun, 13 Aug 2023 07:33:54 UTC
The branch main has been updated by rodrigo:

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

commit 34248c92f6bedee4192977778a338a1e51f22423
Author:     Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2023-08-11 14:50:39 +0000
Commit:     Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2023-08-13 07:15:38 +0000

    www/p5-AnyEvent-WebSocket-Client: Update to 0.55
    
    Major changes 0.45:
        * add env_proxy property to AnyEvent::WebSocket::Client
        * Compatibility with 0.22
    Major changes 0.47:
        * Add max_fragments attribute ot AnyEvent::WebSocket::Client
        * Add max_fragments attribute ot AnyEvent::WebSocket::Connection
    Major changes 0.49:
        * Fixed a bug where adding next_message callback within a next_message
          callback was called immediately with the same message
    Major changes 0.51:
        * You may now overide the host and port when using the
          AnyEvent::WebSocket::Client's connect method.
    Major changes 0.53:
        * Add missing timeout from test that could otherwise hang with a
          broken combination of Debian Buster / Net::SSLeay / AnyEvent.
    Major changes 0.54:
        * Delay loading AnyEvent::Connector until needed
    Major changes 0.55:
        * Fix the default code for close to be 1000
        WARNING: change in behavior
    
    Full changelog: https://metacpan.org/dist/AnyEvent-WebSocket-Client/changes
---
 UPDATING                                  |  7 +++++++
 www/p5-AnyEvent-WebSocket-Client/Makefile | 15 ++++++++-------
 www/p5-AnyEvent-WebSocket-Client/distinfo |  6 +++---
 3 files changed, 18 insertions(+), 10 deletions(-)

diff --git a/UPDATING b/UPDATING
index 28a832dea598..b9708858467c 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,13 @@ they are unavoidable.
 You should get into the habit of checking this file for changes each time
 you update your ports collection, before attempting any port upgrades.
 
+20230811:
+  AFFECTS: users of www/p5-AnyEvent-WebSocket-Client
+  AUTHOR: rodrigo@FreeBSD.org
+
+  The update to AnyEvent-WebSocket-Client 0.55 introduce a change in behavior:
+  close() default return code is now 1000 instead of 1005
+
 20230730:
   AFFECTS: users of lang/perl5*
   AUTHOR: delphij@FreeBSD.org
diff --git a/www/p5-AnyEvent-WebSocket-Client/Makefile b/www/p5-AnyEvent-WebSocket-Client/Makefile
index 0038ad130632..63d28640e6bf 100644
--- a/www/p5-AnyEvent-WebSocket-Client/Makefile
+++ b/www/p5-AnyEvent-WebSocket-Client/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	AnyEvent-WebSocket-Client
-PORTVERSION=	0.44
-PORTREVISION=	1
+PORTVERSION=	0.55
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:PLICEASE
@@ -12,16 +11,18 @@ WWW=		https://github.com/plicease/AnyEvent-WebSocket-Client
 
 LICENSE=	ART10
 
-BUILD_DEPENDS=	p5-AnyEvent>0:devel/p5-AnyEvent
-RUN_DEPENDS:=	${BUILD_DEPENDS} \
+BUILD_DEPENDS=	p5-AnyEvent>0:devel/p5-AnyEvent \
+		p5-Test2-Suite>0:devel/p5-Test2-Suite
+RUN_DEPENDS:=	p5-AnyEvent>0:devel/p5-AnyEvent \
 		p5-Moo>0:devel/p5-Moo \
 		p5-PerlX-Maybe>0:devel/p5-PerlX-Maybe \
 		p5-Protocol-WebSocket>0:www/p5-Protocol-WebSocket \
-		p5-URI>0:net/p5-URI \
-		p5-URI-ws>0:net/p5-URI-ws
+		p5-URI-ws>0:net/p5-URI-ws \
+		p5-URI>0:net/p5-URI
 
-NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>
diff --git a/www/p5-AnyEvent-WebSocket-Client/distinfo b/www/p5-AnyEvent-WebSocket-Client/distinfo
index 133e0a634f8c..4ad888efb4d9 100644
--- a/www/p5-AnyEvent-WebSocket-Client/distinfo
+++ b/www/p5-AnyEvent-WebSocket-Client/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1513219500
-SHA256 (AnyEvent-WebSocket-Client-0.44.tar.gz) = 2c20cad73904142512a8da679be37567df35928fa4da256c6e39fa38f1b8a6ec
-SIZE (AnyEvent-WebSocket-Client-0.44.tar.gz) = 46140
+TIMESTAMP = 1691764940
+SHA256 (AnyEvent-WebSocket-Client-0.55.tar.gz) = 55cf0ea6f93f8f4932ead5f9a89b027642ed60381a93528411c7e9331dd4c025
+SIZE (AnyEvent-WebSocket-Client-0.55.tar.gz) = 48268