ports/165221: [PATCH] devel/p5-Log-Dispatch-Dir: add missing DEPENDS and add TEST_DEPENDS to enable testing
Steve Wills
swills at FreeBSD.org
Fri Feb 17 03:30:10 UTC 2012
>Number: 165221
>Category: ports
>Synopsis: [PATCH] devel/p5-Log-Dispatch-Dir: add missing DEPENDS and add TEST_DEPENDS to enable testing
>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 03:30: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 #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-Log-Dispatch-Dir-0.10.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Log-Dispatch-Dir/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile 21 Jul 2011 10:39:34 -0000 1.1
+++ Makefile 17 Feb 2012 03:20:08 -0000
@@ -14,14 +14,21 @@
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Log messages to separate files in a directory, with rotate options
-RUN_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
+BUILD_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
p5-Log-Dispatch>=0:${PORTSDIR}/devel/p5-Log-Dispatch \
p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \
p5-Probe-Perl>=0:${PORTSDIR}/sysutils/p5-Probe-Perl \
p5-Taint-Util>=0:${PORTSDIR}/devel/p5-Taint-Util
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_MODBUILD= 5.10.0+
MAN3= Log::Dispatch::Dir.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501400
+TEST_DEPENDS= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
+.endif
+
+.include <bsd.port.post.mk>
--- p5-Log-Dispatch-Dir-0.10.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list