ports/166359: [PATCH] www/p5-Template-Plugin-JSON: add TEST_DEPENDS

Steve Wills swills at FreeBSD.org
Fri Mar 23 21:40:10 UTC 2012


>Number:         166359
>Category:       ports
>Synopsis:       [PATCH] www/p5-Template-Plugin-JSON: 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:   Fri Mar 23 21:40:09 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 #14 r232426: Fri Mar  2 21:54:42
>Description:
- Add TEST_DEPENDS
- Sort DEPENDS

Port maintainer (kuriyama at FreeBSD.org) is cc'd.

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

--- p5-Template-Plugin-JSON-0.06.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/p5-Template-Plugin-JSON/Makefile,v
retrieving revision 1.8
diff -u -u -r1.8 Makefile
--- Makefile	28 Mar 2010 09:32:03 -0000	1.8
+++ Makefile	23 Mar 2012 21:30:45 -0000
@@ -14,10 +14,11 @@
 MAINTAINER=	kuriyama at FreeBSD.org
 COMMENT=	Adds a .json vmethod for all TT values
 
-BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	p5-Moose>0:${PORTSDIR}/devel/p5-Moose \
-		p5-Template-Toolkit>=2.20:${PORTSDIR}/www/p5-Template-Toolkit \
-		p5-JSON>=2.12:${PORTSDIR}/converters/p5-JSON
+BUILD_DEPENDS=	p5-JSON>=2.12:${PORTSDIR}/converters/p5-JSON \
+		p5-Moose>0:${PORTSDIR}/devel/p5-Moose \
+		p5-Template-Toolkit>=2.20:${PORTSDIR}/www/p5-Template-Toolkit
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok
 
 PERL_CONFIGURE=	yes
 
--- p5-Template-Plugin-JSON-0.06.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list