Skip site navigation (1)Skip section navigation (2)
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:   ports/165051: [PATCH] devel/p5-Data-RoundRobin: add TEST_DEPENDS
Message-ID:  <201202121955.q1CJt5c8078396@meatwad.mouf.net>
Resent-Message-ID: <201202122000.q1CK0UMM096112@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         165051
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Data-RoundRobin: add TEST_DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 12 20:00:29 UTC 2012
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202121955.q1CJt5c8078396>