From sunpoet@sunpoet.net  Sat Dec  3 11:46:57 2011
Return-Path: <sunpoet@sunpoet.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 702081065675
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  3 Dec 2011 11:46:57 +0000 (UTC)
	(envelope-from sunpoet@sunpoet.net)
Received: from sunpoet.net (sunpoet.net [220.133.12.240])
	by mx1.freebsd.org (Postfix) with ESMTP id 3ECE88FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  3 Dec 2011 11:46:54 +0000 (UTC)
Received: by sunpoet.net (Postfix, from userid 1000)
	id E4D9F3209; Sat,  3 Dec 2011 19:46:40 +0800 (CST)
Message-Id: <20111203114640.E4D9F3209@sunpoet.net>
Date: Sat,  3 Dec 2011 19:46:40 +0800 (CST)
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: sec@42.org
Subject: [PATCH] www/p5-Protocol-WebSocket: fix dependency
X-Send-Pr-Version: 3.113
X-GNATS-Notify: sec@42.org

>Number:         163036
>Category:       ports
>Synopsis:       [PATCH] www/p5-Protocol-WebSocket: fix dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 03 11:50:12 UTC 2011
>Closed-Date:    Thu Dec 22 15:45:50 UTC 2011
>Last-Modified:  Thu Dec 22 15:50:10 UTC 2011
>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@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@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:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Dec 3 11:50:22 UTC 2011 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=163036 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Dec 3 11:50:28 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=163036 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: sec@42.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/163036: [PATCH] www/p5-Protocol-WebSocket: fix dependency
Date: Sat, 3 Dec 2011 11:50:26 UT

 Maintainer of www/p5-Protocol-WebSocket,
 
 Please note that PR ports/163036 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/163036
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: perl->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Sat Dec 3 12:02:32 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=163036 
State-Changed-From-To: feedback->closed 
State-Changed-By: sunpoet 
State-Changed-When: Thu Dec 22 15:45:48 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=163036 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/163036: commit references a PR
Date: Thu, 22 Dec 2011 15:45:51 +0000 (UTC)

 sunpoet     2011-12-22 15:45:36 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/p5-Protocol-WebSocket Makefile pkg-descr 
   Log:
   - 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)
   
   Revision  Changes    Path
   1.4       +4 -0      ports/www/p5-Protocol-WebSocket/Makefile
   1.2       +1 -1      ports/www/p5-Protocol-WebSocket/pkg-descr
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
