Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2013 14:11:58 -0700 (PDT)
From:      milki <milki@rescomp.berkeley.edu>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/177160: [MAINTAINER] www/p5-Pod-Site: Convert to OptionsNG
Message-ID:  <201303202111.r2KLBwtr062089@cibo.ircmylife.com>
Resent-Message-ID: <201303202120.r2KLK2L7090567@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         177160
>Category:       ports
>Synopsis:       [MAINTAINER] www/p5-Pod-Site: Convert to OptionsNG
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 20 21:20:02 UTC 2013
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303202111.r2KLBwtr062089>