ports/164415: [PATCH] databases/p5-DBIx-Sequence: update DEPENDS to fix testing

Steve Wills swills at FreeBSD.org
Mon Jan 23 17:20:02 UTC 2012


>Number:         164415
>Category:       ports
>Synopsis:       [PATCH] databases/p5-DBIx-Sequence: update DEPENDS to fix 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 23 17:20:02 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:
Attached patch fixes "make test" for this module.

Port maintainer (nistor at snickers.org) is cc'd.

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

--- p5-DBIx-Sequence-1.5.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/databases/p5-DBIx-Sequence/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	17 Apr 2008 14:24:30 -0000	1.2
+++ Makefile	23 Jan 2012 17:09:22 -0000
@@ -14,7 +14,8 @@
 MAINTAINER=	nistor at snickers.org
 COMMENT=	DBIx::Sequence - A simple SQL92 ID generator
 
-RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
+BUILD_DEPENDS=	p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
+RUN_DEPENDS=	p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
 
 PERL_CONFIGURE=	yes
 
--- p5-DBIx-Sequence-1.5.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list