Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Feb 2012 14:33:48 -0500 (EST)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dhn@FreeBSD.org
Subject:   ports/165108: [PATCH] devel/p5-Devel-Events: add missing DEPENDS and add TEST_DEPENDS
Message-ID:  <201202131933.q1DJXmU5085548@meatwad.mouf.net>
Resent-Message-ID: <201202131940.q1DJe8vA069850@freefall.freebsd.org>

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

>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@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@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:



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