mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
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
This commit is contained in:
parent
4244970b31
commit
34248c92f6
7
UPDATING
7
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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user