Skip to content

Commit

Permalink
www/p5-AnyEvent-WebSocket-Client: Add missing *_DEPENDS
Browse files Browse the repository at this point in the history
- Update version requirement of *_DEPENDS
- Sort *_DEPENDS
- Remove MASTER_SITE_SUBDIR
- Fix TEST_DEPENDS
- Update pkg-descr
- Bump PORTREVISION for dependency change
- Take maintainership
  • Loading branch information
sunpoet committed Aug 16, 2023
1 parent a29f5f2 commit 0c51acb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
22 changes: 12 additions & 10 deletions www/p5-AnyEvent-WebSocket-Client/Makefile
@@ -1,24 +1,26 @@
PORTNAME= AnyEvent-WebSocket-Client
PORTVERSION= 0.55
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PLICEASE
#MASTER_SITE_SUBDIR= CPAN:PLICEASE
PKGNAMEPREFIX= p5-

MAINTAINER= ports@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= WebSocket client for AnyEvent
WWW= https://github.com/plicease/AnyEvent-WebSocket-Client

LICENSE= ART10

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-ws>0:net/p5-URI-ws \
p5-URI>0:net/p5-URI
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-AnyEvent>=7.13:devel/p5-AnyEvent \
p5-AnyEvent-Connector>=0.03:devel/p5-AnyEvent-Connector \
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
TEST_DEPENDS= p5-Test2-Suite>=0.000121:devel/p5-Test2-Suite

USES= perl5
USE_PERL5= configure
Expand Down
2 changes: 1 addition & 1 deletion www/p5-AnyEvent-WebSocket-Client/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1691764940
TIMESTAMP = 1691070002
SHA256 (AnyEvent-WebSocket-Client-0.55.tar.gz) = 55cf0ea6f93f8f4932ead5f9a89b027642ed60381a93528411c7e9331dd4c025
SIZE (AnyEvent-WebSocket-Client-0.55.tar.gz) = 48268
11 changes: 5 additions & 6 deletions www/p5-AnyEvent-WebSocket-Client/pkg-descr
@@ -1,6 +1,5 @@
This class provides an interface to interact with a web server that
provides services via the WebSocket protocol in an AnyEvent context.
It uses Protocol::WebSocket rather than reinventing the wheel. You could
use AnyEvent and Protocol::WebSocket directly if you wanted finer grain
control, but if that is not necessary then this class may save you some
time.
AnyEvent::WebSocket::Client provides an interface to interact with a web server
that provides services via the WebSocket protocol in an AnyEvent context. It
uses Protocol::WebSocket rather than reinventing the wheel. You could use
AnyEvent and Protocol::WebSocket directly if you wanted finer grain control, but
if that is not necessary then this class may save you some time.

0 comments on commit 0c51acb

Please sign in to comment.