Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Apr 2012 20:10:02 -0400 (EDT)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        miwi@FreeBSD.org
Subject:   ports/166742: [PATCH] devel/p5-Test-Fixture-DBIC-Schema: add missing DEPENDS, add TEST_DEPENDS
Message-ID:  <201204080010.q380A2SK048430@meatwad.mouf.net>
Resent-Message-ID: <201204080010.q380ADDj026629@freefall.freebsd.org>

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

>Number:         166742
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Test-Fixture-DBIC-Schema: add missing DEPENDS, add TEST_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:   Sun Apr 08 00: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 #17 r233932: Thu Apr  5 22:13:25
>Description:
- Add missing DEPENDS
- Add TEST_DEPENDS

Port maintainer (miwi@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:

--- p5-Test-Fixture-DBIC-Schema-0.03.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Test-Fixture-DBIC-Schema/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	21 Jan 2010 23:21:16 -0000	1.2
+++ Makefile	8 Apr 2012 00:09:14 -0000
@@ -14,10 +14,12 @@
 MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	Module providing a DBIx::Class::Schema fixture data loader
 
-RUN_DEPENDS=	p5-DBIx-Class>=0.07005:${PORTSDIR}/databases/p5-DBIx-Class \
+BUILD_DEPENDS=	p5-DBIx-Class>=0.07005:${PORTSDIR}/databases/p5-DBIx-Class \
 		p5-Kwalify>=1.19:${PORTSDIR}/textproc/p5-Kwalify \
 		p5-Params-Validate>=0.15:${PORTSDIR}/devel/p5-Params-Validate \
 		p5-YAML-Syck>=0.95:${PORTSDIR}/textproc/p5-YAML-Syck
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-DBD-SQLite>0:${PORTSDIR}/databases/p5-DBD-SQLite
 
 PERL_CONFIGURE=	yes
 
--- p5-Test-Fixture-DBIC-Schema-0.03.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?201204080010.q380A2SK048430>