From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 15 11:30:10 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B0D4106566B for ; Fri, 15 Jul 2011 11:30:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 10BE98FC17 for ; Fri, 15 Jul 2011 11:30:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p6FBU914048452 for ; Fri, 15 Jul 2011 11:30:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p6FBU9Ih048451; Fri, 15 Jul 2011 11:30:09 GMT (envelope-from gnats) Resent-Date: Fri, 15 Jul 2011 11:30:09 GMT Resent-Message-Id: <201107151130.p6FBU9Ih048451@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, milki Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E932106566B for ; Fri, 15 Jul 2011 11:22:41 +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 897828FC08 for ; Fri, 15 Jul 2011 11:22:40 +0000 (UTC) Received: from cibo.ircmylife.com (localhost [127.0.0.1]) by cibo.ircmylife.com (8.14.4/8.14.4) with ESMTP id p6FBMbe6084806 for ; Fri, 15 Jul 2011 04:22:37 -0700 (PDT) (envelope-from milki@cibo.ircmylife.com) Received: (from milki@localhost) by cibo.ircmylife.com (8.14.4/8.14.4/Submit) id p6FBMbrp084805; Fri, 15 Jul 2011 04:22:37 -0700 (PDT) (envelope-from milki) Message-Id: <201107151122.p6FBMbrp084805@cibo.ircmylife.com> Date: Fri, 15 Jul 2011 04:22:37 -0700 (PDT) From: milki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/158943: [MAINTAINER] www/p5-Pod-Site: Add LICENSE and OPTIONS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jul 2011 11:30:10 -0000 >Number: 158943 >Category: ports >Synopsis: [MAINTAINER] www/p5-Pod-Site: Add LICENSE and OPTIONS >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: Fri Jul 15 11:30:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: milki >Release: FreeBSD 8.2-RELEASE amd64 >Organization: UC Berkeley - RSSP-IT >Environment: System: FreeBSD cibo.ircmylife.com 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 >Description: - Add LICENSE - Add OPTIONS and move deps No portrevision bump because no user update required Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Pod-Site-0.52.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/p5-Pod-Site/Makefile /usr/home/milki/ports/p5-Pod-Site/Makefile --- /usr/ports/www/p5-Pod-Site/Makefile 2011-06-20 02:22:12.000000000 -0700 +++ /usr/home/milki/ports/p5-Pod-Site/Makefile 2011-07-15 04:11:54.000000000 -0700 @@ -15,17 +15,22 @@ MAINTAINER= milki@rescomp.berkeley.edu COMMENT= Build browsable HTML documentation for your app -BUILD_DEPENDS= p5-Module-Build>=0.35:${PORTSDIR}/devel/p5-Module-Build \ - p5-Test-MockModule>=0.05:${PORTSDIR}/devel/p5-Test-MockModule \ - p5-Test-XPath>=0.12:${PORTSDIR}/lang/p5-Test-XPath \ - p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Module-Build>=0.35:${PORTSDIR}/devel/p5-Module-Build RUN_DEPENDS= p5-File-Path>=2.07:${PORTSDIR}/devel/p5-File-Path \ p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long \ p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ p5-Object-Tiny>=0:${PORTSDIR}/devel/p5-Object-Tiny \ p5-Pod-Parser>=0:${PORTSDIR}/textproc/p5-Pod-Parser \ p5-Pod-Simple>=3.12:${PORTSDIR}/textproc/p5-Pod-Simple \ - p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools + p5-Test-File>=0:${PORTSDIR}/devel/p5-Test-File + +TEST_DEPENDS= 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 PERL_MODBUILD= YES @@ -33,4 +38,15 @@ MAN3= Pod::Site.3 -.include +.include + +.if !defined(WITHOUT_PODT) +TEST_DEPENDS+= p5-Test-Pod>=1.20:${PORTSDIR}/devel/p5-Test-Pod \ + p5-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Pod-Coverage +.endif + +.if ${PERL_LEVEL} < 501001 +TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include --- p5-Pod-Site-0.52.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: