From nobody@FreeBSD.org  Tue Oct  9 21:56:09 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 1D98680B
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  9 Oct 2012 21:56:09 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 039988FC14
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  9 Oct 2012 21:56:09 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q99Lu8YZ015959
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 9 Oct 2012 21:56:08 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id q99Lu8bO015958;
	Tue, 9 Oct 2012 21:56:08 GMT
	(envelope-from nobody)
Message-Id: <201210092156.q99Lu8bO015958@red.freebsd.org>
Date: Tue, 9 Oct 2012 21:56:08 GMT
From: Steven Kreuzer <skreuzer@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: ports-mgmt/porttools: Use Options-NG
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: joemann@beefree.free.de

>Number:         172524
>Category:       ports
>Synopsis:       ports-mgmt/porttools: Use Options-NG
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 09 22:30:08 UTC 2012
>Closed-Date:    Wed Oct 24 21:34:52 UTC 2012
>Last-Modified:  Wed Oct 24 21:34:52 UTC 2012
>Originator:     Steven Kreuzer
>Release:        FreeBSD 8.2-RELEASE-p9 i386
>Organization:
>Environment:
FreeBSD clamps.exit2shell.com 8.2-RELEASE-p9 FreeBSD 8.2-RELEASE-p9 #0: Mon Jun 11 22:27:05 UTC 2012
>Description:
Change port to use the new Options-NG framework
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 305599)
+++ Makefile	(working copy)
@@ -36,11 +36,14 @@
 MAN1=		port.1
 MAN5=		porttools.5
 
-OPTIONS=	NEWFILE "Enable newfile support" on
+OPTIONS_DEFINE=	NEWFILE
+OPTIONS_DEFAULT=	NEWFILE
 
+NEWFILE_DESC=	Enable newfile support
+
 .include <bsd.port.options.mk>
 
-.if !defined(WITHOUT_NEWFILE)
+.if ${PORT_OPTIONS:MNEWFILE}
 RUN_DEPENDS+=	newfile:${PORTSDIR}/devel/newfile
 .endif
 


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Oct 9 22:33:53 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: joemann@beefree.free.de
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/172524: ports-mgmt/porttools: Use Options-NG
Date: Tue, 9 Oct 2012 22:33:53 UT

 Maintainer of ports-mgmt/porttools,
 
 Please note that PR ports/172524 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/172524
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: rakuco 
State-Changed-When: Wed Oct 24 21:34:52 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=172524 
>Unformatted:
