ports/165108: [PATCH] devel/p5-Devel-Events: add missing DEPENDS and add TEST_DEPENDS

Steve Wills swills at FreeBSD.org
Mon Feb 13 19:40:09 UTC 2012


>Number:         165108
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Devel-Events: add missing DEPENDS and 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:   Mon Feb 13 19:40:08 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. Note the module still fails "make test" after this though.

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

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

--- p5-Devel-Events-0.08_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Devel-Events/Makefile,v
retrieving revision 1.6
diff -u -u -r1.6 Makefile
--- Makefile	24 Sep 2010 00:44:21 -0000	1.6
+++ Makefile	13 Feb 2012 19:33:21 -0000
@@ -15,10 +15,13 @@
 MAINTAINER=	dhn at FreeBSD.org
 COMMENT=	Perl 5 module providing an extensible instrumentation framework
 
-RUN_DEPENDS=	p5-Moose>=0.39:${PORTSDIR}/devel/p5-Moose \
+BUILD_DEPENDS=	p5-Moose>=0.39:${PORTSDIR}/devel/p5-Moose \
 		p5-MooseX-AttributeHelpers>=0.13:${PORTSDIR}/devel/p5-MooseX-AttributeHelpers \
 		p5-Set-Object>=1.19:${PORTSDIR}/devel/p5-Set-Object \
 		p5-Time-HiRes>=0.01:${PORTSDIR}/devel/p5-Time-HiRes
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok \
+		p5-Sub-Uplevel>=0.18:${PORTSDIR}/devel/p5-Sub-Uplevel
 
 PERL_CONFIGURE=	yes
 
--- p5-Devel-Events-0.08_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list