ports/164485: [PATCH] databases/p5-DBIx-VersionedDDL: add missing DEPENDS

Steve Wills swills at FreeBSD.org
Wed Jan 25 17:20:05 UTC 2012


>Number:         164485
>Category:       ports
>Synopsis:       [PATCH] databases/p5-DBIx-VersionedDDL: add missing 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:   Wed Jan 25 17:20:04 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:
Port is missing one RUN_DEPEND and all BUILD_DEPENDS, patch adds
those and bumps PORTREVISION. Port passes make test after this change.

Port maintainer (Alan at Wave2.org) is cc'd.

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

--- p5-DBIx-VersionedDDL-0.16_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/databases/p5-DBIx-VersionedDDL/Makefile,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile
--- Makefile	17 Sep 2011 07:06:25 -0000	1.5
+++ Makefile	25 Jan 2012 17:14:36 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	DBIx-VersionedDDL
 PORTVERSION=	0.16
+PORTREVISION=	1
 CATEGORIES=	databases perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,10 +15,16 @@
 MAINTAINER=	Alan at Wave2.org
 COMMENT=	Upgrade and downgrade database schemas to a specified version
 
+BUILD_DEPENDS=	p5-DBD-SQLite>=1.31:${PORTSDIR}/databases/p5-DBD-SQLite \
+		p5-Moose>=1.21:${PORTSDIR}/devel/p5-Moose \
+		p5-Text-CSV>=1.20:${PORTSDIR}/textproc/p5-Text-CSV \
+		p5-MooseX-Attribute-ENV>=0.01:${PORTSDIR}/devel/p5-MooseX-Attribute-ENV \
+		p5-MooseX-Object-Pluggable>=0:${PORTSDIR}/devel/p5-MooseX-Object-Pluggable
 RUN_DEPENDS=	p5-DBD-SQLite>=1.31:${PORTSDIR}/databases/p5-DBD-SQLite \
 		p5-Moose>=1.21:${PORTSDIR}/devel/p5-Moose \
 		p5-Text-CSV>=1.20:${PORTSDIR}/textproc/p5-Text-CSV \
-		p5-MooseX-Attribute-ENV>=0.01:${PORTSDIR}/devel/p5-MooseX-Attribute-ENV
+		p5-MooseX-Attribute-ENV>=0.01:${PORTSDIR}/devel/p5-MooseX-Attribute-ENV \
+		p5-MooseX-Object-Pluggable>=0:${PORTSDIR}/devel/p5-MooseX-Object-Pluggable
 
 PERL_CONFIGURE=	yes
 
--- p5-DBIx-VersionedDDL-0.16_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list