From steve@mouf.net  Fri Feb 10 18:51:16 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 41251106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 10 Feb 2012 18:51:16 +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 D3CB88FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 10 Feb 2012 18:51:15 +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 q1AIpCKs085538
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Fri, 10 Feb 2012 13:51:12 -0500 (EST)
	(envelope-from steve@meatwad.mouf.net)
Received: (from steve@localhost)
	by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1AIp5HD050474;
	Fri, 10 Feb 2012 13:51:05 -0500 (EST)
	(envelope-from steve)
Message-Id: <201202101851.q1AIp5HD050474@meatwad.mouf.net>
Date: Fri, 10 Feb 2012 13:51:05 -0500 (EST)
From: Steve Wills <swills@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: wenheping@gmail.com
Subject: [PATCH] devel/p5-Test-WWW-Declare: add TEST_DEPENDS to enable testing
X-Send-Pr-Version: 3.113
X-GNATS-Notify: wenheping@gmail.com

>Number:         164967
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Test-WWW-Declare: add TEST_DEPENDS to enable testing
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wen
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 10 19:00:25 UTC 2012
>Closed-Date:    Mon Feb 13 01:27:32 UTC 2012
>Last-Modified:  Mon Feb 13 01:30:08 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 #13 r230974: Fri Feb  3 23:48:36
>Description:
see patch

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

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

--- p5-Test-WWW-Declare-0.02.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Test-WWW-Declare/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	21 Jan 2012 17:39:08 -0000	1.2
+++ Makefile	10 Feb 2012 18:50:41 -0000
@@ -16,6 +16,7 @@
 
 BUILD_DEPENDS=	p5-Test-WWW-Mechanize>=0:${PORTSDIR}/devel/p5-Test-WWW-Mechanize
 RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-Tester>=0:${PORTSDIR}/devel/p5-Test-Tester
 
 PERL_CONFIGURE=	yes
 
--- p5-Test-WWW-Declare-0.02.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->wen 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Feb 10 19:00:37 UTC 2012 
Responsible-Changed-Why:  
wenheping@gmail.com => wen@ (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164967 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Feb 10 19:00:43 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: wenheping@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/164967: [PATCH] devel/p5-Test-WWW-Declare: add TEST_DEPENDS to enable testing
Date: Fri, 10 Feb 2012 19:00:40 UT

 Maintainer of devel/p5-Test-WWW-Declare,
 
 Please note that PR ports/164967 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/164967
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: wen 
State-Changed-When: Mon Feb 13 01:27:31 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/164967: commit references a PR
Date: Mon, 13 Feb 2012 01:26:28 +0000 (UTC)

 wen         2012-02-13 01:26:14 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-Test-WWW-Declare Makefile 
   Log:
   - Add TEST_DEPENDS
   
   PR:             ports/164967
   Submitted by:   swills@
   
   Revision  Changes    Path
   1.3       +1 -0      ports/devel/p5-Test-WWW-Declare/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:
