From steve@mouf.net  Sun Feb  5 03:01:14 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 5046D10656A3
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  5 Feb 2012 03:01:14 +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 37C528FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  5 Feb 2012 03:01:13 +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 q15319fI072006
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Sat, 4 Feb 2012 22:01:09 -0500 (EST)
	(envelope-from steve@meatwad.mouf.net)
Received: (from steve@localhost)
	by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q15319na036562;
	Sat, 4 Feb 2012 22:01:09 -0500 (EST)
	(envelope-from steve)
Message-Id: <201202050301.q15319na036562@meatwad.mouf.net>
Date: Sat, 4 Feb 2012 22:01:09 -0500 (EST)
From: Steve Wills <swills@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: geraud@gcu.info
Subject: [PATCH] devel/p5-Log-Dispatchouli: add missing BUILD_DEPENDS and RUN_DEPENDS, add TEST_DEPENDS to enable testing
X-Send-Pr-Version: 3.113
X-GNATS-Notify: geraud@gcu.info

>Number:         164782
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Log-Dispatchouli: add missing BUILD_DEPENDS and RUN_DEPENDS, add TEST_DEPENDS to enable testing
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    swills
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 05 03:10:12 UTC 2012
>Closed-Date:    Sat Feb 25 21:09:37 UTC 2012
>Last-Modified:  Sat Feb 25 21:10:17 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 (geraud@gcu.info) is cc'd.

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

--- p5-Log-Dispatchouli-2.005_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Log-Dispatchouli/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	20 Sep 2011 10:12:00 -0000	1.1
+++ Makefile	5 Feb 2012 03:00:31 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Log-Dispatchouli
 PORTVERSION=	2.005
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -21,8 +22,11 @@
 		p5-Log-Dispatch-Array>=0:${PORTSDIR}/devel/p5-Log-Dispatch-Array \
 		p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
 		p5-Sub-Exporter-GlobExporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter-GlobExporter \
-		p5-String-Flogger>=0:${PORTSDIR}/textproc/p5-String-Flogger
+		p5-String-Flogger>=0:${PORTSDIR}/textproc/p5-String-Flogger \
+		p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny
 BUILD_DEPENDS:=	${RUN_DEPENDS}
+TEST_DEPENDS=	p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \
+		p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
 
 PERL_CONFIGURE=	yes
 
@@ -30,4 +34,10 @@
 	Log::Dispatchouli::Global.3 \
 	Log::Dispatchouli::Proxy.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501400
+TEST_DEPENDS+=	p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
+.endif
+
+.include <bsd.port.post.mk>
--- p5-Log-Dispatchouli-2.005_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Feb 5 03:10:26 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=164782 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sun Feb 5 03:10:31 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: geraud@gcu.info
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/164782: [PATCH] devel/p5-Log-Dispatchouli: add missing BUILD_DEPENDS and RUN_DEPENDS, add TEST_DEPENDS to enable testing
Date: Sun, 5 Feb 2012 03:10:29 UT

 Maintainer of devel/p5-Log-Dispatchouli,
 
 Please note that PR ports/164782 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/164782
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: perl->swills 
Responsible-Changed-By: swills 
Responsible-Changed-When: Sun Feb 5 03:31:04 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164782 
Responsible-Changed-From-To: swills->geraud@gcu.info 
Responsible-Changed-By: swills 
Responsible-Changed-When: Wed Feb 15 02:40:59 UTC 2012 
Responsible-Changed-Why:  
Back to maintainer since this is more than simple TEST_DEPENDS 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164782 
Responsible-Changed-From-To: geraud@gcu.info->swills 
Responsible-Changed-By: swills 
Responsible-Changed-When: Sun Feb 19 15:48:50 UTC 2012 
Responsible-Changed-Why:  
Timeout 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164782 
State-Changed-From-To: feedback->closed 
State-Changed-By: swills 
State-Changed-When: Sat Feb 25 21:09:36 UTC 2012 
State-Changed-Why:  
Committed. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/164782: commit references a PR
Date: Sat, 25 Feb 2012 21:09:39 +0000 (UTC)

 swills      2012-02-25 21:09:29 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-Log-Dispatchouli Makefile 
   Log:
   - Add missing BUILD_DEPENDS and RUN_DEPENDS
   - Bump PORTREVISION due to new RUN_DEPENDS
   - Add TEST_DEPENDS to enable testing
   
   PR:             ports/164782
   Submitted by:   swills (myself)
   Approved by:    maintainer timeout (geraud@gcu.info, > 2 weeks)
   
   Revision  Changes    Path
   1.2       +12 -2     ports/devel/p5-Log-Dispatchouli/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:
