ports/165219: [PATCH] devel/p5-Log-Dispatch-Colorful: add missing DEPENDS
Steve Wills
swills at FreeBSD.org
Fri Feb 17 02:40:16 UTC 2012
>Number: 165219
>Category: ports
>Synopsis: [PATCH] devel/p5-Log-Dispatch-Colorful: add missing 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 Feb 17 02:40:10 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. The META.yml file for this module doesn't declare this dep, but it
requies it if perl is > 5.004 and fails tests without it
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-Log-Dispatch-Colorful-0.03.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Log-Dispatch-Colorful/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile 23 Sep 2009 08:19:56 -0000 1.3
+++ Makefile 17 Feb 2012 02:38:40 -0000
@@ -17,7 +17,8 @@
RUN_DEPENDS= \
p5-Filter>0:${PORTSDIR}/devel/p5-Filter \
p5-Log-Dispatch>0:${PORTSDIR}/devel/p5-Log-Dispatch \
- p5-Params-Validate>0:${PORTSDIR}/devel/p5-Params-Validate
+ p5-Params-Validate>0:${PORTSDIR}/devel/p5-Params-Validate \
+ p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
--- p5-Log-Dispatch-Colorful-0.03.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list