From steve@mouf.net  Wed Feb 22 15:46:27 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 C1A301065670
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 22 Feb 2012 15:46:27 +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 80F4C8FC14
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 22 Feb 2012 15:46:27 +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 q1MFkK1u004758
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Wed, 22 Feb 2012 10:46:21 -0500 (EST)
	(envelope-from steve@meatwad.mouf.net)
Received: (from steve@localhost)
	by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1MFkAwY037243;
	Wed, 22 Feb 2012 10:46:10 -0500 (EST)
	(envelope-from steve)
Message-Id: <201202221546.q1MFkAwY037243@meatwad.mouf.net>
Date: Wed, 22 Feb 2012 10:46:10 -0500 (EST)
From: Steve Wills <swills@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: magik@roorback.net
Subject: [PATCH] devel/p5-Oogly: add missing DEPENDS
X-Send-Pr-Version: 3.113
X-GNATS-Notify: magik@roorback.net

>Number:         165393
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Oogly: 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 Feb 22 15:50:02 UTC 2012
>Closed-Date:    Mon Mar 05 14:57:58 UTC 2012
>Last-Modified:  Mon Mar  5 15:00:32 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 #13 r230974: Fri Feb  3 23:48:36
>Description:
- Add missing BUILD_DEPENDS and RUN_DEPENDS which the module needs
- Bump PORTREVISION due to new RUN_DEPENDS, which changes the package

Port maintainer (magik@roorback.net) is cc'd.

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

--- p5-Oogly-0.31_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Oogly/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	20 Jun 2011 08:36:12 -0000	1.2
+++ Makefile	22 Feb 2012 15:45:16 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Oogly
 PORTVERSION=	0.31
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:AWNCORP
@@ -15,6 +16,11 @@
 MAINTAINER=	magik@roorback.net
 COMMENT=	A Data validation idea that just might be ideal
 
+BUILD_DEPENDS=	p5-Array-Unique>0:${PORTSDIR}/devel/p5-Array-Unique \
+		p5-Data-Dumper-Concise>0:${PORTSDIR}/devel/p5-Data-Dumper-Concise \
+		p5-Hash-Merge>=0.11:${PORTSDIR}/textproc/p5-Hash-Merge
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
 PERL_CONFIGURE=	yes
 
 MAN3=		Oogly.3
--- p5-Oogly-0.31_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Feb 22 15:50:11 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=165393 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Feb 22 15:50:15 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: magik@roorback.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/165393: [PATCH] devel/p5-Oogly: add missing DEPENDS
Date: Wed, 22 Feb 2012 15:50:13 UT

 Maintainer of devel/p5-Oogly,
 
 Please note that PR ports/165393 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/165393
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Grzegorz Blach <magik@roorback.net>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/165393: [PATCH] devel/p5-Oogly: add missing DEPENDS
Date: Thu, 23 Feb 2012 20:50:51 +0100

 Looks fine, please commit this patch
 
Responsible-Changed-From-To: perl->swills 
Responsible-Changed-By: swills 
Responsible-Changed-When: Sat Feb 25 21:01:50 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165393 
State-Changed-From-To: feedback->closed 
State-Changed-By: swills 
State-Changed-When: Mon Mar 5 14:57:57 UTC 2012 
State-Changed-Why:  
Committed. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/165393: commit references a PR
Date: Mon,  5 Mar 2012 14:57:54 +0000 (UTC)

 swills      2012-03-05 14:57:46 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-Oogly       Makefile 
   Log:
   - Add missing BUILD_DEPENDS and RUN_DEPENDS which the module needs
   - Bump PORTREVISION due to new RUN_DEPENDS, which changes the package
   
   PR:             ports/165393
   Approved by:    Grzegorz Blach <magik@roorback.net> (maintainer)
   
   Revision  Changes    Path
   1.3       +6 -0      ports/devel/p5-Oogly/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:
