ports/163036: [PATCH] www/p5-Protocol-WebSocket: fix dependency

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 3 11:50:13 UTC 2011


>Number:         163036
>Category:       ports
>Synopsis:       [PATCH] www/p5-Protocol-WebSocket: fix dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 03 11:50:12 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 9.0-PRERELEASE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 9.0-PRERELEASE FreeBSD 9.0-PRERELEASE #0: Sun Nov 20 12:43:06 CST 2011
>Description:
- Add missing dependency
- Bump PORTREVISION for dependency change
- Add missing trailing slash to WWW

Port maintainer (sec at 42.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- p5-Protocol-WebSocket-0.00906_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/p5-Protocol-WebSocket/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile	4 Nov 2011 14:26:58 -0000	1.3
+++ Makefile	3 Dec 2011 11:45:53 -0000
@@ -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 @@
 MAINTAINER=	sec at 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 \
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/www/p5-Protocol-WebSocket/pkg-descr,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-descr
--- pkg-descr	16 Apr 2011 13:39:45 -0000	1.1
+++ pkg-descr	3 Dec 2011 11:45:53 -0000
@@ -2,4 +2,4 @@
 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/
--- p5-Protocol-WebSocket-0.00906_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list