From steve@mouf.net  Wed Jan 25 17:16:05 2012
Return-Path: <steve@mouf.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9069C1065670
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 25 Jan 2012 17:16:05 +0000 (UTC)
	(envelope-from steve@mouf.net)
Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2])
	by mx1.freebsd.org (Postfix) with ESMTP id 440718FC13
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 25 Jan 2012 17:16:05 +0000 (UTC)
Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236])
	by mouf.net (8.14.4/8.14.4) with ESMTP id q0PHFx4W031529
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Wed, 25 Jan 2012 12:16:00 -0500 (EST)
	(envelope-from steve@meatwad.mouf.net)
Received: (from steve@localhost)
	by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q0PHFpEl083541;
	Wed, 25 Jan 2012 12:15:51 -0500 (EST)
	(envelope-from steve)
Message-Id: <201201251715.q0PHFpEl083541@meatwad.mouf.net>
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: [PATCH] databases/p5-DBIx-VersionedDDL: add missing DEPENDS
X-Send-Pr-Version: 3.113
X-GNATS-Notify: Alan@Wave2.org

>Number:         164485
>Category:       ports
>Synopsis:       [PATCH] databases/p5-DBIx-VersionedDDL: add missing DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    swills
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 25 17:20:04 UTC 2012
>Closed-Date:    Sun Jan 29 23:12:11 UTC 2012
>Last-Modified:  Sun Jan 29 23:20:07 UTC 2012
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Jan 25 17:20:13 UTC 2012 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164485 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Jan 25 17:20:17 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164485 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: Alan@Wave2.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/164485: [PATCH] databases/p5-DBIx-VersionedDDL: add missing DEPENDS
Date: Wed, 25 Jan 2012 17:20:15 UT

 Maintainer of databases/p5-DBIx-VersionedDDL,
 
 Please note that PR ports/164485 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/164485
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Alan Snelson <Alan@Wave2.org>
To: bug-followup@freebsd.org
Cc:  
Subject: RE: ports/164485: [PATCH] databases/p5-DBIx-VersionedDDL: add missing DEPENDS
Date: Wed, 25 Jan 2012 22:04:43 -0000

 Patch approved
 
 -----Original Message-----
 From: Edwin Groothuis [mailto:edwin@FreeBSD.org]
 Sent: 25 January 2012 17:20
 To: Alan@Wave2.org
 Cc: bug-followup@FreeBSD.org
 Subject: Re: ports/164485: [PATCH] databases/p5-DBIx-VersionedDDL: add
 missing DEPENDS
 
 Maintainer of databases/p5-DBIx-VersionedDDL,
 
 Please note that PR ports/164485 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix you
 agree on, reply to this email stating that you approve the patch and a
 committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/164485
 
 --
 Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
Responsible-Changed-From-To: perl->swills 
Responsible-Changed-By: swills 
Responsible-Changed-When: Sat Jan 28 13:38:17 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164485 
State-Changed-From-To: feedback->closed 
State-Changed-By: swills 
State-Changed-When: Sun Jan 29 23:12:10 UTC 2012 
State-Changed-Why:  
Committed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164485 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/164485: commit references a PR
Date: Sun, 29 Jan 2012 23:12:06 +0000 (UTC)

 swills      2012-01-29 23:11:56 UTC
 
   FreeBSD ports repository
 
   Modified files:
     databases/p5-DBIx-VersionedDDL Makefile 
   Log:
   - Correct BUILD_DEPENDS and RUN_DEPENDS
   
   PR:             ports/164485
   Submitted by:   swills (myself)
   Approved by:    Alan Snelson <Alan@Wave2.org> (maintainer)
   
   Revision  Changes    Path
   1.6       +8 -1      ports/databases/p5-DBIx-VersionedDDL/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
