From amdmi3@amdmi3.ru  Fri Mar 30 19:02:21 2012
Return-Path: <amdmi3@amdmi3.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D2CA3106566B
	for <freebsd-gnats-submit@freebsd.org>; Fri, 30 Mar 2012 19:02:21 +0000 (UTC)
	(envelope-from amdmi3@amdmi3.ru)
Received: from smtp.timeweb.ru (unknown [IPv6:2a03:6f00:1::5c35:743c])
	by mx1.freebsd.org (Postfix) with ESMTP id 63B688FC17
	for <freebsd-gnats-submit@freebsd.org>; Fri, 30 Mar 2012 19:02:21 +0000 (UTC)
Received: from [213.148.20.85] (helo=hive.panopticon)
	by smtp.timeweb.ru with esmtpsa (TLSv1:CAMELLIA256-SHA:256)
	(Exim 4.76)
	(envelope-from <amdmi3@amdmi3.ru>)
	id 1SDh5X-0006Il-8q; Fri, 30 Mar 2012 23:02:19 +0400
Received: from hades.panopticon (hades.panopticon [192.168.0.32])
	by hive.panopticon (Postfix) with ESMTP id DB272B84D;
	Fri, 30 Mar 2012 23:02:18 +0400 (MSK)
Received: by hades.panopticon (Postfix, from userid 1000)
	id B9FDE49A; Fri, 30 Mar 2012 23:02:18 +0400 (MSK)
Message-Id: <20120330190218.B9FDE49A@hades.panopticon>
Date: Fri, 30 Mar 2012 23:02:18 +0400 (MSK)
From: Dmitry Marakasov <amdmi3@amdmi3.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: joemann@beefree.free.de
Subject: [PATCH] ports-mgmt/porttools: add OPTIONS
X-Send-Pr-Version: 3.113
X-GNATS-Notify: joemann@beefree.free.de

>Number:         166524
>Category:       ports
>Synopsis:       [PATCH] ports-mgmt/porttools: add OPTIONS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    amdmi3
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 30 19:10:12 UTC 2012
>Closed-Date:    Sun Apr 01 20:06:12 UTC 2012
>Last-Modified:  Sun Apr  1 20:10:12 UTC 2012
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD hades.panopticon 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 10 01:33:18 MSK 2012
>Description:
Add OPTIONS

Port maintainer (joemann@beefree.free.de) is cc'd.

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

--- porttools-0.99_4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/ports-mgmt/porttools/Makefile,v
retrieving revision 1.30
diff -u -u -r1.30 Makefile
--- Makefile	4 Mar 2012 12:08:43 -0000	1.30
+++ Makefile	30 Mar 2012 19:00:47 -0000
@@ -18,10 +18,6 @@
 		cdiff:${PORTSDIR}/textproc/cdiff \
 		sudo:${PORTSDIR}/security/sudo
 
-.if !defined(WITHOUT_NEWFILE)
-RUN_DEPENDS+=	newfile:${PORTSDIR}/devel/newfile
-.endif
-
 .if !defined(NOPORTDOCS)
 INSTALL_TARGET=	install install-docs
 .endif
@@ -40,4 +36,12 @@
 MAN1=		port.1
 MAN5=		porttools.5
 
+OPTIONS=	NEWFILE "Enable newfile support" on
+
+.include <bsd.port.options.mk>
+
+.if !defined(WITHOUT_NEWFILE)
+RUN_DEPENDS+=	newfile:${PORTSDIR}/devel/newfile
+.endif
+
 .include <bsd.port.mk>
--- porttools-0.99_4.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Mar 30 19:10:22 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: joemann@beefree.free.de
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/166524: [PATCH] ports-mgmt/porttools: add OPTIONS
Date: Fri, 30 Mar 2012 19:10:20 UT

 Maintainer of ports-mgmt/porttools,
 
 Please note that PR ports/166524 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/166524
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 
Responsible-Changed-By: amdmi3 
Responsible-Changed-When: Fri Mar 30 19:24:26 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

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

From: Johannes 5 Joemann <joemann@beefree.free.de>
To: bug-followup@FreeBSD.org
Cc: Dmitry Marakasov <amdmi3@amdmi3.ru>
Subject: Re: ports/166524: [PATCH] ports-mgmt/porttools: add OPTIONS
Date: Sun, 1 Apr 2012 20:42:55 +0200

 On Fri, 30 Mar 2012 19:10:20 UT, Edwin Groothuis <edwin@FreeBSD.org>
 wrote:
 > Maintainer of ports-mgmt/porttools,
 > Please note that PR ports/166524 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.
 
 Approved.
 
 Thanx!
 Johannes
State-Changed-From-To: feedback->closed 
State-Changed-By: amdmi3 
State-Changed-When: Sun Apr 1 20:06:10 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/166524: commit references a PR
Date: Sun,  1 Apr 2012 20:06:53 +0000 (UTC)

 amdmi3      2012-04-01 20:06:07 UTC
 
   FreeBSD ports repository
 
   Modified files:
     ports-mgmt/porttools Makefile 
   Log:
   - Add OPTIONS
   
   PR:             166524
   Submitted by:   myself
   Approved by:    Johannes 5 Joemann <joemann@beefree.free.de> (maintainer)
   Feature safe:   yes
   
   Revision  Changes    Path
   1.31      +9 -5      ports/ports-mgmt/porttools/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:
