From pgollucci@frieza.p6m7g8.net  Thu Jun 10 05:07:42 2010
Return-Path: <pgollucci@frieza.p6m7g8.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 65D67106567A
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 10 Jun 2010 05:07:42 +0000 (UTC)
	(envelope-from pgollucci@frieza.p6m7g8.net)
Received: from frieza.p6m7g8.net (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239])
	by mx1.freebsd.org (Postfix) with ESMTP id 21ED98FC20
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 10 Jun 2010 05:07:41 +0000 (UTC)
Received: from frieza.p6m7g8.net (localhost [127.0.0.1])
	by frieza.p6m7g8.net (8.14.4/8.14.4) with ESMTP id o5A57flA097482;
	Thu, 10 Jun 2010 01:07:41 -0400 (EDT)
	(envelope-from pgollucci@frieza.p6m7g8.net)
Received: (from pgollucci@localhost)
	by frieza.p6m7g8.net (8.14.4/8.14.4/Submit) id o5A57e6r097481;
	Thu, 10 Jun 2010 01:07:40 -0400 (EDT)
	(envelope-from pgollucci)
Message-Id: <201006100507.o5A57e6r097481@frieza.p6m7g8.net>
Date: Thu, 10 Jun 2010 01:07:40 -0400 (EDT)
From: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: fernan@iib.unsam.edu.ar
Subject: [PATCH] www/p5-Catalyst-Plugin-Params-Nested: update to 0.03
X-Send-Pr-Version: 3.113
X-GNATS-Notify: fernan@iib.unsam.edu.ar

>Number:         147751
>Category:       ports
>Synopsis:       [PATCH] www/p5-Catalyst-Plugin-Params-Nested: update to 0.03
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pgollucci
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 10 05:10:03 UTC 2010
>Closed-Date:    Mon Aug 23 00:59:47 UTC 2010
>Last-Modified:  Mon Aug 23 00:59:47 UTC 2010
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
RideCharge Inc / TaxiMagic
>Environment:
System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Mon Apr 26 16:20:00 EDT 2010
>Description:
- Update to 0.03

Port maintainer (fernan@iib.unsam.edu.ar) is cc'd.

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

--- p5-Catalyst-Plugin-Params-Nested-0.03.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/p5-Catalyst-Plugin-Params-Nested/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile	17 Apr 2008 14:29:49 -0000	1.3
+++ Makefile	10 Jun 2010 04:58:06 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Catalyst-Plugin-Params-Nested
-PORTVERSION=	0.02
+PORTVERSION=	0.03
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -16,7 +16,8 @@
 
 BUILD_DEPENDS=	p5-CGI-Expand>=1.06:${PORTSDIR}/www/p5-CGI-Expand \
 		p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject
-RUN_DEPENDS=	${BUILD_DEPENDS} \
+RUN_DEPENDS=	p5-CGI-Expand>=1.06:${PORTSDIR}/www/p5-CGI-Expand \
+		p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject \
 		p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime
 
 PERL_CONFIGURE=	5.8.1+
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/p5-Catalyst-Plugin-Params-Nested/distinfo,v
retrieving revision 1.1
diff -u -u -r1.1 distinfo
--- distinfo	12 Jan 2007 21:54:05 -0000	1.1
+++ distinfo	10 Jun 2010 04:23:41 -0000
@@ -1,3 +1,3 @@
-MD5 (Catalyst-Plugin-Params-Nested-0.02.tar.gz) = 96a048308a51ca8e79789522f0a64522
-SHA256 (Catalyst-Plugin-Params-Nested-0.02.tar.gz) = 28e1a0b4d42c4ae428b7929aaf8464c3adc23d2ab08c0f1e0e7f91d035f8bd40
-SIZE (Catalyst-Plugin-Params-Nested-0.02.tar.gz) = 4043
+MD5 (Catalyst-Plugin-Params-Nested-0.03.tar.gz) = b56e23119bc93d7b1eec42ed35e44fc0
+SHA256 (Catalyst-Plugin-Params-Nested-0.03.tar.gz) = c1cbbfa5f7963627de116b4ce272f9eb0905145548912274a5759c8a23bc6980
+SIZE (Catalyst-Plugin-Params-Nested-0.03.tar.gz) = 16383
--- p5-Catalyst-Plugin-Params-Nested-0.03.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Jun 10 05:10:32 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: fernan@iib.unsam.edu.ar
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/147751: [PATCH] www/p5-Catalyst-Plugin-Params-Nested: update to 0.03
Date: Thu, 10 Jun 2010 05:10:30 UT

 Maintainer of www/p5-Catalyst-Plugin-Params-Nested,
 
 Please note that PR ports/147751 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/147751
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Thu Jun 10 05:27:53 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

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

From: Fernan Aguero <fernan@iib.unsam.edu.ar>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/147751: [PATCH] www/p5-Catalyst-Plugin-Params-Nested: 
	update to 0.03
Date: Thu, 10 Jun 2010 16:58:21 -0300

 On Thu, Jun 10, 2010 at 2:10 AM, Edwin Groothuis <edwin@freebsd.org> wrote:
 > Maintainer of www/p5-Catalyst-Plugin-Params-Nested,
 >
 > Please note that PR ports/147751 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:
 > =A0 =A0http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/147751
 
 Approved, thanks!
 
 --=20
 fernan
State-Changed-From-To: feedback->open 
State-Changed-By: pgollucci 
State-Changed-When: Thu Jun 10 21:24:48 UTC 2010 
State-Changed-Why:  
Maintainer approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147751 
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Mon Aug 23 00:59:46 UTC 2010 
State-Changed-Why:  
duplicate of 147410 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147751 
>Unformatted:
