From steve@mouf.net  Tue Apr  3 00:16:20 2012
Return-Path: <steve@mouf.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id ECB1E106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  3 Apr 2012 00:16:20 +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 A93048FC17
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  3 Apr 2012 00:16:20 +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 q330GGjW061813
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Mon, 2 Apr 2012 20:16:17 -0400 (EDT)
	(envelope-from steve@meatwad.mouf.net)
Received: (from steve@localhost)
	by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q330G9r5037290;
	Mon, 2 Apr 2012 20:16:09 -0400 (EDT)
	(envelope-from steve)
Message-Id: <201204030016.q330G9r5037290@meatwad.mouf.net>
Date: Mon, 2 Apr 2012 20:16:09 -0400 (EDT)
From: Steve Wills <swills@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: vvelox@vvelox.net
Subject: [PATCH] x11-toolkits/p5-Gtk2-Chmod: add missing DEPENDS
X-Send-Pr-Version: 3.113
X-GNATS-Notify: vvelox@vvelox.net

>Number:         166596
>Category:       ports
>Synopsis:       [PATCH] x11-toolkits/p5-Gtk2-Chmod: 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:   Tue Apr 03 00:20:01 UTC 2012
>Closed-Date:    Tue Apr 24 00:56:45 UTC 2012
>Last-Modified:  Tue Apr 24 01:00:42 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 #16 r233767: Sun Apr  1 22:47:32
>Description:
- Add missing DEPENDS
- Bump PORTREVISION

Port maintainer (vvelox@vvelox.net) is cc'd.

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

--- p5-Gtk2-Chmod-0.0.0_3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/x11-toolkits/p5-Gtk2-Chmod/Makefile,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile
--- Makefile	20 Jun 2011 09:03:26 -0000	1.5
+++ Makefile	3 Apr 2012 00:15:53 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	Gtk2-Chmod
 PORTVERSION=	0.0.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11-toolkits perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:VVELOX
@@ -16,7 +16,9 @@
 MAINTAINER=	vvelox@vvelox.net
 COMMENT=	Provides a dialog for getting values to use with chmod
 
-RUN_DEPENDS=	p5-Gtk2>=1.060:${PORTSDIR}/x11-toolkits/p5-Gtk2
+BUILD_DEPENDS=	p5-File-Stat-Bits>=0:${PORTSDIR}/sysutils/p5-File-Stat-Bits \
+		p5-Gtk2>=1.060:${PORTSDIR}/x11-toolkits/p5-Gtk2
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
--- p5-Gtk2-Chmod-0.0.0_3.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Apr 3 00:20:12 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=166596 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Apr 3 00: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=166596 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: vvelox@vvelox.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/166596: [PATCH] x11-toolkits/p5-Gtk2-Chmod: add missing DEPENDS
Date: Tue, 3 Apr 2012 00:20:15 UT

 Maintainer of x11-toolkits/p5-Gtk2-Chmod,
 
 Please note that PR ports/166596 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/166596
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: perl->swills 
Responsible-Changed-By: swills 
Responsible-Changed-When: Fri Apr 6 16:06:20 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=166596 
State-Changed-From-To: feedback->closed 
State-Changed-By: swills 
State-Changed-When: Tue Apr 24 00:56:44 UTC 2012 
State-Changed-Why:  
Committed 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/166596: commit references a PR
Date: Tue, 24 Apr 2012 00:56:44 +0000 (UTC)

 swills      2012-04-24 00:56:31 UTC
 
   FreeBSD ports repository
 
   Modified files:
     x11-toolkits/p5-Gtk2-Chmod Makefile 
   Log:
   - Add missing DEPENDS
   - Bump PORTREVISION
   
   PR:             ports/166596
   Approved by:    maintainer timeout (vvelox@vvelox.net, >2 weeks)
   
   Revision  Changes    Path
   1.6       +4 -2      ports/x11-toolkits/p5-Gtk2-Chmod/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:
