ports/164314: [PATCH] databases/p5-DBIx-Class-TimeStamp: Add TEST_DEPENDS to enable testing

Steve Wills swills at FreeBSD.org
Thu Jan 19 18:40:12 UTC 2012


>Number:         164314
>Category:       ports
>Synopsis:       [PATCH] databases/p5-DBIx-Class-TimeStamp: 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:   Thu Jan 19 18:40: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 #8: Mon Dec 19 15:53:28 EST 2011
>Description:
Add TEST_DEPENDS to enable testing

Port maintainer (lth at FreeBSD.org) is cc'd.

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

--- p5-DBIx-Class-TimeStamp-0.14.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/databases/p5-DBIx-Class-TimeStamp/Makefile,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile
--- Makefile	9 Sep 2010 19:49:21 -0000	1.5
+++ Makefile	19 Jan 2012 18:30:57 -0000
@@ -17,8 +17,12 @@
 
 RUN_DEPENDS=	p5-DBIx-Class-DynamicDefault>=0.03:${PORTSDIR}/databases/p5-DBIx-Class-DynamicDefault \
 		p5-DBIx-Class>=0.08009:${PORTSDIR}/databases/p5-DBIx-Class \
-		p5-DateTime>=0.55:${PORTSDIR}/devel/p5-DateTime
+		p5-DateTime>=0.55:${PORTSDIR}/devel/p5-DateTime \
+		p5-Time-Warp>=0:${PORTSDIR}/devel/p5-Time-Warp \
+		p5-DateTime-Format-MySQL>=0:${PORTSDIR}/devel/p5-DateTime-Format-MySQL \
+		p5-DateTime-Format-SQLite>=0:${PORTSDIR}/devel/p5-DateTime-Format-SQLite
 BUILD_DEPENDS=	${RUN_DEPENDS}
+TEST_DEPENDS=	p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite
 
 PERL_CONFIGURE=	yes
 
--- p5-DBIx-Class-TimeStamp-0.14.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list