ports/164219: [PATCH] databases/p5-DBIx-NoSQL: Add missing BUILD_DEPENDS to silence build warnings, add TEST_DEPENDS to enable testing

Steve Wills swills at FreeBSD.org
Mon Jan 16 20:50:07 UTC 2012


>Number:         164219
>Category:       ports
>Synopsis:       [PATCH] databases/p5-DBIx-NoSQL: Add missing BUILD_DEPENDS to silence build warnings, 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:   Mon Jan 16 20:50:06 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:
Subject says it all

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

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

--- p5-DBIx-NoSQL-0.0018.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/databases/p5-DBIx-NoSQL/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile	8 Jan 2012 03:33:36 -0000	1.4
+++ Makefile	16 Jan 2012 20:42:04 -0000
@@ -14,6 +14,14 @@
 MAINTAINER=	wen at FreeBSD.org
 COMMENT=	NoSQL-ish overlay for an SQL database
 
+BUILD_DEPENDS=	p5-Any-Moose>0:${PORTSDIR}/devel/p5-Any-Moose \
+		p5-DBD-SQLite>0:${PORTSDIR}/databases/p5-DBD-SQLite \
+		p5-Hash-Merge-Simple>0:${PORTSDIR}/devel/p5-Hash-Merge-Simple \
+		p5-JSON>0:${PORTSDIR}/converters/p5-JSON \
+		p5-Path-Class>0:${PORTSDIR}/devel/p5-Path-Class \
+		p5-SQL-Translator>0:${PORTSDIR}/databases/p5-SQL-Translator \
+		p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny \
+		p5-DBIx-Class>=0.08124:${PORTSDIR}/databases/p5-DBIx-Class
 RUN_DEPENDS=	p5-Any-Moose>0:${PORTSDIR}/devel/p5-Any-Moose \
 		p5-DBD-SQLite>0:${PORTSDIR}/databases/p5-DBD-SQLite \
 		p5-Hash-Merge-Simple>0:${PORTSDIR}/devel/p5-Hash-Merge-Simple \
@@ -22,6 +30,7 @@
 		p5-SQL-Translator>0:${PORTSDIR}/databases/p5-SQL-Translator \
 		p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny \
 		p5-DBIx-Class>=0.08124:${PORTSDIR}/databases/p5-DBIx-Class
+TEST_DEPENDS=	p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most
 
 PERL_CONFIGURE=	yes
 
--- p5-DBIx-NoSQL-0.0018.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list