From steve@mouf.net  Sun Feb 12 19:55:09 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 E70DB106567A
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 12 Feb 2012 19:55:09 +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 7B6878FC17
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 12 Feb 2012 19:55:09 +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 q1CJt5sX004067
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Sun, 12 Feb 2012 14:55:05 -0500 (EST)
	(envelope-from steve@meatwad.mouf.net)
Received: (from steve@localhost)
	by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1CJt5c8078396;
	Sun, 12 Feb 2012 14:55:05 -0500 (EST)
	(envelope-from steve)
Message-Id: <201202121955.q1CJt5c8078396@meatwad.mouf.net>
Date: Sun, 12 Feb 2012 14:55:05 -0500 (EST)
From: Steve Wills <swills@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: lwhsu@freebsd.org
Subject: [PATCH] devel/p5-Data-RoundRobin: add TEST_DEPENDS
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         165051
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Data-RoundRobin: 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:   Sun Feb 12 20:00:29 UTC 2012
>Closed-Date:    Wed Feb 15 02:48:49 UTC 2012
>Last-Modified:  Wed Feb 15 02:50:23 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 (lwhsu@FreeBSD.org) is cc'd.

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

--- p5-Data-RoundRobin-0.03.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Data-RoundRobin/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile	17 Apr 2008 14:25:05 -0000	1.3
+++ Makefile	12 Feb 2012 19:54:36 -0000
@@ -18,4 +18,10 @@
 
 MAN3=	Data::RoundRobin.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-Data-RoundRobin-0.03.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lwhsu 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Feb 12 20:00:49 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165051 
Responsible-Changed-From-To: lwhsu->swills 
Responsible-Changed-By: swills 
Responsible-Changed-When: Wed Feb 15 02:13:04 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165051 
State-Changed-From-To: open->closed 
State-Changed-By: swills 
State-Changed-When: Wed Feb 15 02:48:48 UTC 2012 
State-Changed-Why:  
Committed. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/165051: commit references a PR
Date: Wed, 15 Feb 2012 02:48:47 +0000 (UTC)

 swills      2012-02-15 02:48:37 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-Data-RoundRobin Makefile 
   Log:
   - Add TEST_DEPENDS to enable testing
   
   PR:             ports/165051
   Submitted by:   swills (myself)
   Approved by:    portmgr (blanket)
   
   Revision  Changes    Path
   1.4       +7 -1      ports/devel/p5-Data-RoundRobin/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:
