From milki@cibo.ircmylife.com  Wed Mar 20 21:12:01 2013
Return-Path: <milki@cibo.ircmylife.com>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 77E8C6C7
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 20 Mar 2013 21:12:01 +0000 (UTC)
	(envelope-from milki@cibo.ircmylife.com)
Received: from cibo.ircmylife.com (unknown [IPv6:2607:f2f8:af08::2])
	by mx1.freebsd.org (Postfix) with ESMTP id 6490360E
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 20 Mar 2013 21:12:01 +0000 (UTC)
Received: from cibo.ircmylife.com (localhost [127.0.0.1])
	by cibo.ircmylife.com (8.14.5/8.14.5) with ESMTP id r2KLBw4m062090
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 20 Mar 2013 14:11:58 -0700 (PDT)
	(envelope-from milki@cibo.ircmylife.com)
Received: (from milki@localhost)
	by cibo.ircmylife.com (8.14.5/8.14.5/Submit) id r2KLBwtr062089;
	Wed, 20 Mar 2013 14:11:58 -0700 (PDT)
	(envelope-from milki)
Message-Id: <201303202111.r2KLBwtr062089@cibo.ircmylife.com>
Date: Wed, 20 Mar 2013 14:11:58 -0700 (PDT)
From: milki <milki@rescomp.berkeley.edu>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] www/p5-Pod-Site: Convert to OptionsNG
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         177160
>Category:       ports
>Synopsis:       [MAINTAINER] www/p5-Pod-Site: Convert to OptionsNG
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    swills
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 20 21:20:02 UTC 2013
>Closed-Date:    Wed Apr 24 19:35:45 UTC 2013
>Last-Modified:  Wed Apr 24 19:40:01 UTC 2013
>Originator:     milki
>Release:        FreeBSD 8.3-RELEASE-p3 amd64
>Organization:
cibo
>Environment:
System: FreeBSD cibo.ircmylife.com 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #0: Tue Jun 12 00:39:29 UTC 2012
>Description:
Convert to OptionsNG

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

--- p5-Pod-Site-0.53.patch begins here ---
diff -ruN /usr/ports/www/p5-Pod-Site/Makefile ./Makefile
--- /usr/ports/www/p5-Pod-Site/Makefile	2012-11-16 22:02:53.000000000 -0800
+++ ./Makefile	2013-03-20 14:11:22.000000000 -0700
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	p5-Pod-Site
-# Date created:				25 April 2010
-# Whom:					milki
-#
 # $FreeBSD: ports/www/p5-Pod-Site/Makefile,v 1.7 2012/11/17 06:02:53 svnexp Exp $
-#
 
 PORTNAME=	Pod-Site
 PORTVERSION=	0.53
@@ -21,12 +16,13 @@
 BUILD_DEPENDS=	p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
 		p5-Object-Tiny>=0:${PORTSDIR}/devel/p5-Object-Tiny
 RUN_DEPENDS:=	${BUILD_DEPENDS}
-
 TEST_DEPENDS=	p5-Test-File>=0:${PORTSDIR}/devel/p5-Test-File \
 		p5-Test-MockModule>=0.05:${PORTSDIR}/devel/p5-Test-MockModule \
 		p5-Test-XPath>=0.12:${PORTSDIR}/lang/p5-Test-XPath
 
-OPTIONS=	PODT "Include Pod package tests" off
+OPTIONS_DEFINE=	PODT
+
+PODT_DESC=	Include Pod package tests
 
 PERL_MODBUILD=	yes
 
@@ -35,7 +31,7 @@
 
 .include <bsd.port.options.mk>
 
-.if defined(WITH_PODT)
+.if ${PORT_OPTIONS:MPODT}
 TEST_DEPENDS+=	p5-Test-Pod>=1.41:${PORTSDIR}/devel/p5-Test-Pod \
 		p5-Test-Pod-Coverage>=1.06:${PORTSDIR}/devel/p5-Test-Pod-Coverage
 .endif
--- p5-Pod-Site-0.53.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->swills 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Mar 20 21:20:16 UTC 2013 
Responsible-Changed-Why:  
swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177160 
State-Changed-From-To: open->closed 
State-Changed-By: swills 
State-Changed-When: Wed Apr 24 19:35:44 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/177160: commit references a PR
Date: Wed, 24 Apr 2013 19:35:51 +0000 (UTC)

 Author: swills
 Date: Wed Apr 24 19:35:38 2013
 New Revision: 316475
 URL: http://svnweb.freebsd.org/changeset/ports/316475
 
 Log:
   - Convert to OptionsNG
   - Trim headers while here
   
   PR:		ports/177160
   Submitted by:	milki <milki@rescomp.berkeley.edu> (maintainer)
 
 Modified:
   head/www/p5-Pod-Site/Makefile   (contents, props changed)
 
 Modified: head/www/p5-Pod-Site/Makefile
 ==============================================================================
 --- head/www/p5-Pod-Site/Makefile	Wed Apr 24 19:34:03 2013	(r316474)
 +++ head/www/p5-Pod-Site/Makefile	Wed Apr 24 19:35:38 2013	(r316475)
 @@ -1,9 +1,4 @@
 -# New ports collection makefile for:	p5-Pod-Site
 -# Date created:				25 April 2010
 -# Whom:					milki
 -#
  # $FreeBSD$
 -#
  
  PORTNAME=	Pod-Site
  PORTVERSION=	0.53
 @@ -21,12 +16,13 @@ LICENSE_COMB=	dual
  BUILD_DEPENDS=	p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
  		p5-Object-Tiny>=0:${PORTSDIR}/devel/p5-Object-Tiny
  RUN_DEPENDS:=	${BUILD_DEPENDS}
 -
  TEST_DEPENDS=	p5-Test-File>=0:${PORTSDIR}/devel/p5-Test-File \
  		p5-Test-MockModule>=0.05:${PORTSDIR}/devel/p5-Test-MockModule \
  		p5-Test-XPath>=0.12:${PORTSDIR}/lang/p5-Test-XPath
  
 -OPTIONS=	PODT "Include Pod package tests" off
 +OPTIONS_DEFINE=	PODT
 +
 +PODT_DESC=	Include Pod package tests
  
  PERL_MODBUILD=	yes
  
 @@ -35,7 +31,7 @@ MAN3=		Pod::Site.3
  
  .include <bsd.port.options.mk>
  
 -.if defined(WITH_PODT)
 +.if ${PORT_OPTIONS:MPODT}
  TEST_DEPENDS+=	p5-Test-Pod>=1.41:${PORTSDIR}/devel/p5-Test-Pod \
  		p5-Test-Pod-Coverage>=1.06:${PORTSDIR}/devel/p5-Test-Pod-Coverage
  .endif
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
