Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jan 2012 12:15:51 -0500 (EST)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Alan@Wave2.org
Subject:   ports/164485: [PATCH] databases/p5-DBIx-VersionedDDL: add missing DEPENDS
Message-ID:  <201201251715.q0PHFpEl083541@meatwad.mouf.net>
Resent-Message-ID: <201201251720.q0PHK4JR097472@freefall.freebsd.org>

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

>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@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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201251715.q0PHFpEl083541>