ports/165273: [PATCH] devel/p5-MooseX-Runnable: set BUILD_DEPENDS, add TEST_DEPENDS
Steve Wills
swills at FreeBSD.org
Sat Feb 18 19:00:20 UTC 2012
>Number: 165273
>Category: ports
>Synopsis: [PATCH] devel/p5-MooseX-Runnable: set BUILD_DEPENDS, 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: Sat Feb 18 19:00:18 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 (sunpoet at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:
--- p5-MooseX-Runnable-0.03.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-MooseX-Runnable/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile 11 Jun 2011 14:56:32 -0000 1.1
+++ Makefile 18 Feb 2012 18:58:23 -0000
@@ -14,13 +14,17 @@
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Tag a class as a runnable application
-RUN_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
+BUILD_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
p5-MooseX-Getopt>=0:${PORTSDIR}/devel/p5-MooseX-Getopt \
p5-MooseX-Types>=0:${PORTSDIR}/devel/p5-MooseX-Types \
p5-MooseX-Types-Path-Class>=0:${PORTSDIR}/devel/p5-MooseX-Types-Path-Class \
p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util \
p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-Test-TableDriven>=0:${PORTSDIR}/devel/p5-Test-TableDriven \
+ p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok \
+ p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
PERL_CONFIGURE= yes
--- p5-MooseX-Runnable-0.03.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list