From steve@mouf.net  Thu May  3 02:48:46 2012
Return-Path: <steve@mouf.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 78C04106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  3 May 2012 02:48:46 +0000 (UTC)
	(envelope-from steve@mouf.net)
Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2])
	by mx1.freebsd.org (Postfix) with ESMTP id 1A9668FC15
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  3 May 2012 02:48:46 +0000 (UTC)
Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236])
	by mouf.net (8.14.4/8.14.4) with ESMTP id q432mfkv095121
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Wed, 2 May 2012 22:48:42 -0400 (EDT)
	(envelope-from steve@meatwad.mouf.net)
Received: (from steve@localhost)
	by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q432mcKw015038;
	Wed, 2 May 2012 22:48:38 -0400 (EDT)
	(envelope-from steve)
Message-Id: <201205030248.q432mcKw015038@meatwad.mouf.net>
Date: Wed, 2 May 2012 22:48:38 -0400 (EDT)
From: Steve Wills <swills@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: bill.brinzer@gmail.com
Subject: [PATCH] www/p5-Catalyst-Controller-RequestToken: add missing DEPENDS, add TEST_DEPENDS
X-Send-Pr-Version: 3.113
X-GNATS-Notify: bill.brinzer@gmail.com

>Number:         167544
>Category:       ports
>Synopsis:       [PATCH] www/p5-Catalyst-Controller-RequestToken: add missing DEPENDS, add TEST_DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    swills
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 03 02:50:09 UTC 2012
>Closed-Date:    Sat May 19 14:54:02 UTC 2012
>Last-Modified:  Sat May 19 15:00:12 UTC 2012
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #17 r233932: Thu Apr  5 22:13:25
>Description:
- Add missing DEPENDS
- Add TEST_DEPENDS

Port maintainer (bill.brinzer@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:

--- p5-Catalyst-Controller-RequestToken-0.06_3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/p5-Catalyst-Controller-RequestToken/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile	17 Sep 2011 07:06:37 -0000	1.4
+++ Makefile	3 May 2012 02:48:13 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	Catalyst-Controller-RequestToken
 PORTVERSION=	0.06
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,11 +15,13 @@
 MAINTAINER=	bill.brinzer@gmail.com
 COMMENT=	Generate and validate unique tokens across HTTP requests (anti-CSRF)
 
-BUILD_DEPENDS=	p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat
-RUN_DEPENDS=	p5-Catalyst-Action-RenderView>=0:${PORTSDIR}/www/p5-Catalyst-Action-RenderView \
-		p5-Catalyst-Plugin-Session>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \
+BUILD_DEPENDS=	p5-Catalyst-Action-RenderView>=0:${PORTSDIR}/www/p5-Catalyst-Action-RenderView \
 		p5-Catalyst-Plugin-Session-State-Cookie>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session-State-Cookie \
-		p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime
+		p5-Catalyst-Plugin-Session>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session \
+		p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
+		p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok
 
 PERL_CONFIGURE=	yes
 
--- p5-Catalyst-Controller-RequestToken-0.06_3.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu May 3 02:50:21 UTC 2012 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=167544 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu May 3 02:50:26 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: bill.brinzer@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/167544: [PATCH] www/p5-Catalyst-Controller-RequestToken: add missing DEPENDS, add TEST_DEPENDS
Date: Thu, 3 May 2012 02:50:24 UT

 Maintainer of www/p5-Catalyst-Controller-RequestToken,
 
 Please note that PR ports/167544 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/167544
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: perl->swills 
Responsible-Changed-By: swills 
Responsible-Changed-When: Fri May 4 17:48:04 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=167544 
State-Changed-From-To: feedback->closed 
State-Changed-By: swills 
State-Changed-When: Sat May 19 14:54:01 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/167544: commit references a PR
Date: Sat, 19 May 2012 14:54:05 +0000 (UTC)

 swills      2012-05-19 14:53:51 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/p5-Catalyst-Controller-RequestToken Makefile 
   Log:
   - Add missing DEPENDS
   - Add TEST_DEPENDS
   
   PR:             ports/167544
   Approved by:    maintainer timeout (bill.brinzer@gmail.com, >2 weeks)
   
   Revision  Changes    Path
   1.5       +7 -5      ports/www/p5-Catalyst-Controller-RequestToken/Makefile
 _______________________________________________
 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:
