aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2011-12-22 23:45:36 +0800
committersunpoet <sunpoet@FreeBSD.org>2011-12-22 23:45:36 +0800
commitf9906fcd5790c0909bb702fd307e668c1554cca2 (patch)
tree2211ea144afa93bb2ca916faaeb3706dc8e5849c /www
parentd9b3d434cb98e6726ab7a1c079b6df1ccfb671ce (diff)
downloadfreebsd-ports-gnome-f9906fcd5790c0909bb702fd307e668c1554cca2.tar.gz
freebsd-ports-gnome-f9906fcd5790c0909bb702fd307e668c1554cca2.tar.zst
freebsd-ports-gnome-f9906fcd5790c0909bb702fd307e668c1554cca2.zip
- Add missing dependency: security/p5-Digest-SHA1
- Bump PORTREVISION for dependency change - Add missing trailing slash to WWW PR: ports/163036 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 19 days)
Diffstat (limited to 'www')
-rw-r--r--www/p5-Protocol-WebSocket/Makefile4
-rw-r--r--www/p5-Protocol-WebSocket/pkg-descr2
2 files changed, 5 insertions, 1 deletions
diff --git a/www/p5-Protocol-WebSocket/Makefile b/www/p5-Protocol-WebSocket/Makefile
index 25bc967977a6..b4b8b1952d56 100644
--- a/www/p5-Protocol-WebSocket/Makefile
+++ b/www/p5-Protocol-WebSocket/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Protocol-WebSocket
PORTVERSION= 0.00906
+PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:VTI
@@ -15,6 +16,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sec@42.org
COMMENT= Client/server WebSocket message and frame parser/constructor
+BUILD_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1
+RUN_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1
+
PERL_CONFIGURE= yes
MAN3= Protocol::WebSocket.3 \
diff --git a/www/p5-Protocol-WebSocket/pkg-descr b/www/p5-Protocol-WebSocket/pkg-descr
index 36e43162f9e4..15758bacfd97 100644
--- a/www/p5-Protocol-WebSocket/pkg-descr
+++ b/www/p5-Protocol-WebSocket/pkg-descr
@@ -2,4 +2,4 @@ Client/server WebSocket message and frame parser/constructor. This
module does not provide a WebSocket server or client, but is made for
using in http servers or clients to provide WebSocket support
-WWW: http://search.cpan.org/dist/Protocol-WebSocket
+WWW: http://search.cpan.org/dist/Protocol-WebSocket/