From steve@mouf.net  Tue Mar  6 14:49:24 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 D4335106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  6 Mar 2012 14:49:24 +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 9372D8FC12
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  6 Mar 2012 14:49:24 +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 q26EnIht038166
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Tue, 6 Mar 2012 09:49:19 -0500 (EST)
	(envelope-from steve@meatwad.mouf.net)
Received: (from steve@localhost)
	by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q26EnCOh039277;
	Tue, 6 Mar 2012 09:49:12 -0500 (EST)
	(envelope-from steve)
Message-Id: <201203061449.q26EnCOh039277@meatwad.mouf.net>
Date: Tue, 6 Mar 2012 09:49:12 -0500 (EST)
From: Steve Wills <swills@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gslin@gslin.org
Subject: [PATCH] net-mgmt/p5-Net-ACL: add missing BUILD_DEPENDS and RUN_DEPENDS
X-Send-Pr-Version: 3.113
X-GNATS-Notify: gslin@gslin.org

>Number:         165776
>Category:       ports
>Synopsis:       [PATCH] net-mgmt/p5-Net-ACL: add missing BUILD_DEPENDS and RUN_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:   Tue Mar 06 14:50:12 UTC 2012
>Closed-Date:    Sat Mar 17 22:32:05 UTC 2012
>Last-Modified:  Sat Mar 17 22:40:15 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 #14 r232426: Fri Mar  2 21:54:42
>Description:
- Add missing BUILD_DEPENDS and RUN_DEPENDS
- Bump PORTREVISION
- Add TEST_DEPENDS to enable testing

Note: still fails tests

Port maintainer (gslin@gslin.org) is cc'd.

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

--- p5-Net-ACL-0.07_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net-mgmt/p5-Net-ACL/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile	22 Jul 2009 16:26:55 -0000	1.3
+++ Makefile	6 Mar 2012 14:48:44 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Net-ACL
 PORTVERSION=	0.07
+PORTREVISION=	1
 CATEGORIES=	net-mgmt perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,9 +15,11 @@
 MAINTAINER=	gslin@gslin.org
 COMMENT=	Class representing a generic access-list/route-map
 
-RUN_DEPENDS=	p5-Cisco-Reconfig>=0.05:${PORTSDIR}/net-mgmt/p5-Cisco-Reconfig \
-		p5-IO-String>=1.02:${PORTSDIR}/devel/p5-IO-String
-BUILD_DEPENDS=	${RUN_DEPENDS}
+BUILD_DEPENDS=	p5-Cisco-Reconfig>=0.05:${PORTSDIR}/net-mgmt/p5-Cisco-Reconfig \
+		p5-IO-String>=1.02:${PORTSDIR}/devel/p5-IO-String \
+		p5-Net-Netmask>=0:${PORTSDIR}/net-mgmt/p5-Net-Netmask
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-Signature>=1.04:${PORTSDIR}/devel/p5-Test-Signature
 
 PERL_CONFIGURE=	yes
 
--- p5-Net-ACL-0.07_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Mar 6 14:55:46 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=165776 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Mar 6 14:55:50 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: gslin@gslin.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/165776: [PATCH] net-mgmt/p5-Net-ACL: add missing BUILD_DEPENDS and RUN_DEPENDS
Date: Tue, 6 Mar 2012 14:55:48 UT

 Maintainer of net-mgmt/p5-Net-ACL,
 
 Please note that PR ports/165776 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/165776
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Gea-Suan Lin <gslin@gslin.org>
To: bug-followup@FreeBSD.org
Cc: gslin@gslin.org
Subject: Re: ports/165776: [PATCH] net-mgmt/p5-Net-ACL: add missing
 BUILD_DEPENDS and RUN_DEPENDS
Date: Fri, 9 Mar 2012 18:32:26 +0800

 Thanks, please commit it.
 
 On Tue, Mar 06, 2012 at 02:55:48PM +0000, Edwin Groothuis wrote:
 > Maintainer of net-mgmt/p5-Net-ACL,
 > 
 > Please note that PR ports/165776 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/165776
 > 
 > -- 
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin@FreeBSD.org
 
 -- 
 * Gea-Suan Lin  (public key: Using https://keyserver.pgp.com/ to search)
 * If you cannot convince them, confuse them.           -- Harry S Truman
Responsible-Changed-From-To: perl->swills 
Responsible-Changed-By: swills 
Responsible-Changed-When: Wed Mar 14 03:06:42 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165776 
State-Changed-From-To: feedback->closed 
State-Changed-By: swills 
State-Changed-When: Sat Mar 17 22:32:03 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/165776: commit references a PR
Date: Sat, 17 Mar 2012 22:32:07 +0000 (UTC)

 swills      2012-03-17 22:31:53 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-mgmt/p5-Net-ACL  Makefile 
   Log:
   - Add missing BUILD_DEPENDS and RUN_DEPENDS
   - Bump PORTREVISION
   - Add TEST_DEPENDS to enable testing
   
   PR:             ports/165776
   Approved by:    Gea-Suan Lin <gslin@gslin.org> (maintainer)
   Feature safe:   yes
   
   Revision  Changes    Path
   1.4       +6 -3      ports/net-mgmt/p5-Net-ACL/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:
