From steve@mouf.net  Sat Sep 24 21:09:02 2011
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 A91271065673
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 24 Sep 2011 21:08:57 +0000 (UTC)
	(envelope-from steve@mouf.net)
Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2])
	by mx1.freebsd.org (Postfix) with ESMTP id 4FE9B8FC14
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 24 Sep 2011 21:08:57 +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 p8OL80hG038966
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Sat, 24 Sep 2011 17:08:01 -0400 (EDT)
	(envelope-from steve@meatwad.mouf.net)
Received: (from steve@localhost)
	by meatwad.mouf.net (8.14.5/8.14.5/Submit) id p8OKI3KG074081;
	Sat, 24 Sep 2011 16:18:03 -0400 (EDT)
	(envelope-from steve)
Message-Id: <201109242018.p8OKI3KG074081@meatwad.mouf.net>
Date: Sat, 24 Sep 2011 16:18:03 -0400 (EDT)
From: Steve Wills <swills@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: cjk32@cam.ac.uk
Subject: [PATCH] devel/p5-Data-Dumper-Concise: Fix TEST_DEPENDS
X-Send-Pr-Version: 3.113
X-GNATS-Notify: cjk32@cam.ac.uk

>Number:         160997
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Data-Dumper-Concise: Fix 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:   Sat Sep 24 21:10:12 UTC 2011
>Closed-Date:    Sat Sep 24 21:14:32 UTC 2011
>Last-Modified:  Sat Sep 24 21:20:12 UTC 2011
>Originator:     Steve Wills
>Release:        FreeBSD 9.0-BETA2 amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 9.0-BETA2 FreeBSD 9.0-BETA2 #4: Sun Sep 18 10:33:08 EDT 2011
>Description:
Fix reference to non-existant port in TEST_DEPENDS

Port maintainer (cjk32@cam.ac.uk) is cc'd.

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

--- p5-Data-Dumper-Concise-2.020.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Data-Dumper-Concise/Makefile,v
retrieving revision 1.7
diff -u -u -r1.7 Makefile
--- Makefile	3 Mar 2011 08:22:01 -0000	1.7
+++ Makefile	21 Sep 2011 21:37:48 -0000
@@ -18,7 +18,7 @@
 BUILD_DEPENDS=	p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper
 RUN_DEPENDS=	p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper
 
-TEST_DEPENDS =	p5-Error-Simple>=0:${PORTSDIR}/devel/p5-Error-Simple
+TEST_DEPENDS =	p5-Error>=0:${PORTSDIR}/lang/p5-Error
 
 OPTIONS=	ARGNAMES "Enable DwarnN subroutine" On
 
--- p5-Data-Dumper-Concise-2.020.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Sep 24 21:10:28 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=160997 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Sep 24 21:10:33 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160997 
Responsible-Changed-From-To: perl->swills 
Responsible-Changed-By: swills 
Responsible-Changed-When: Sat Sep 24 21:13:08 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160997 
State-Changed-From-To: feedback->closed 
State-Changed-By: swills 
State-Changed-When: Sat Sep 24 21:14:31 UTC 2011 
State-Changed-Why:  
Committed. 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: cjk32@cam.ac.uk
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/160997: [PATCH] devel/p5-Data-Dumper-Concise: Fix TEST_DEPENDS
Date: Sat, 24 Sep 2011 21:10:31 UT

 Maintainer of devel/p5-Data-Dumper-Concise,
 
 Please note that PR ports/160997 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/160997
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/160997: commit references a PR
Date: Sat, 24 Sep 2011 21:14:35 +0000 (UTC)

 swills      2011-09-24 21:14:21 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-Data-Dumper-Concise Makefile 
   Log:
   - Fix TEST_DEPENDS reference to non-existant port
   - Reset maintainer to perl@ due to maintainers email bouncing
   
   PR:             ports/160997
   Submitted by:   swills (me)
   
   Revision  Changes    Path
   1.8       +2 -2      ports/devel/p5-Data-Dumper-Concise/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:
