Bug 177160 - [MAINTAINER] www/p5-Pod-Site: Convert to OptionsNG
Summary: [MAINTAINER] www/p5-Pod-Site: Convert to OptionsNG
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-20 21:20 UTC by Jonathan Chu
Modified: 2013-04-24 20:40 UTC (History)
0 users

See Also:


Attachments
p5-Pod-Site-0.53.patch (1.15 KB, patch)
2013-03-20 21:20 UTC, Jonathan Chu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Chu 2013-03-20 21:20:02 UTC
Convert to OptionsNG

Generated with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-20 21:20:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Steve Wills freebsd_committer freebsd_triage 2013-04-24 20:35:44 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-04-24 20:35:51 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"