Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Feb 2012 22:01:09 -0500 (EST)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        geraud@gcu.info
Subject:   ports/164782: [PATCH] devel/p5-Log-Dispatchouli: add missing BUILD_DEPENDS and RUN_DEPENDS, add TEST_DEPENDS to enable testing
Message-ID:  <201202050301.q15319na036562@meatwad.mouf.net>
Resent-Message-ID: <201202050310.q153ACkH012478@freefall.freebsd.org>

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

>Number:         164782
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Log-Dispatchouli: add missing BUILD_DEPENDS and RUN_DEPENDS, 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:   Sun Feb 05 03:10:12 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 (geraud@gcu.info) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- p5-Log-Dispatchouli-2.005_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Log-Dispatchouli/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	20 Sep 2011 10:12:00 -0000	1.1
+++ Makefile	5 Feb 2012 03:00:31 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Log-Dispatchouli
 PORTVERSION=	2.005
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -21,8 +22,11 @@
 		p5-Log-Dispatch-Array>=0:${PORTSDIR}/devel/p5-Log-Dispatch-Array \
 		p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
 		p5-Sub-Exporter-GlobExporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter-GlobExporter \
-		p5-String-Flogger>=0:${PORTSDIR}/textproc/p5-String-Flogger
+		p5-String-Flogger>=0:${PORTSDIR}/textproc/p5-String-Flogger \
+		p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny
 BUILD_DEPENDS:=	${RUN_DEPENDS}
+TEST_DEPENDS=	p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \
+		p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
 
 PERL_CONFIGURE=	yes
 
@@ -30,4 +34,10 @@
 	Log::Dispatchouli::Global.3 \
 	Log::Dispatchouli::Proxy.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-Dispatchouli-2.005_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?201202050301.q15319na036562>