From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 2 15:00:23 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 214DD1065670 for ; Sun, 2 Oct 2011 15:00:23 +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 ED9EC8FC0C for ; Sun, 2 Oct 2011 15:00:22 +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 p92F0MED080450 for ; Sun, 2 Oct 2011 15:00:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p92F0MsG080443; Sun, 2 Oct 2011 15:00:22 GMT (envelope-from gnats) Resent-Date: Sun, 2 Oct 2011 15:00:22 GMT Resent-Message-Id: <201110021500.p92F0MsG080443@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, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C135B1065672 for ; Sun, 2 Oct 2011 14:53:41 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx1.freebsd.org (Postfix) with ESMTP id 5F4B38FC27 for ; Sun, 2 Oct 2011 14:53:41 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 6E9D13C7A; Sun, 2 Oct 2011 22:53:31 +0800 (CST) Message-Id: <20111002145331.6E9D13C7A@sunpoet.net> Date: Sun, 2 Oct 2011 22:53:31 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: hartzell@alerce.com Subject: ports/161236: [PATCH] www/p5-CGI-Application-Dispatch: update to 3.07 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: Sun, 02 Oct 2011 15:00:23 -0000 >Number: 161236 >Category: ports >Synopsis: [PATCH] www/p5-CGI-Application-Dispatch: update to 3.07 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Oct 02 15:00:22 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 8.2-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Wed Sep 28 22:36:13 CST 2011 >Description: - Update to 3.07 - Add TEST_DEPENDS - Sort PLIST Port maintainer (hartzell@alerce.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-CGI-Application-Dispatch-3.07.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/p5-CGI-Application-Dispatch/Makefile,v retrieving revision 1.3 diff -u -u -r1.3 Makefile --- Makefile 31 Jan 2010 01:07:23 -0000 1.3 +++ Makefile 2 Oct 2011 14:52:13 -0000 @@ -6,7 +6,7 @@ # PORTNAME= CGI-Application-Dispatch -PORTVERSION= 2.17 +PORTVERSION= 3.07 CATEGORIES= www perl5 MASTER_SITES= CPAN/CGI PKGNAMEPREFIX= p5- @@ -14,14 +14,30 @@ MAINTAINER= hartzell@alerce.com COMMENT= Dispatch requests to CGI::Application based objects -BUILD_DEPENDS= ${SITE_PERL}/CGI/Application.pm:${PORTSDIR}/www/p5-CGI-Application \ - ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \ - ${SITE_PERL}/Exception/Class/TryCatch.pm:${PORTSDIR}/devel/p5-Exception-Class-TryCatch \ - ${SITE_PERL}/Test/LongString.pm:${PORTSDIR}/devel/p5-Test-LongString +BUILD_DEPENDS= p5-CGI-Application>=4.50:${PORTSDIR}/www/p5-CGI-Application \ + p5-Exception-Class>=1.20:${PORTSDIR}/devel/p5-Exception-Class \ + p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \ + p5-HTTP-Exception>=0:${PORTSDIR}/www/p5-HTTP-Exception +RUN_DEPENDS= p5-CGI-Application>=4.50:${PORTSDIR}/www/p5-CGI-Application \ + p5-Exception-Class>=1.20:${PORTSDIR}/devel/p5-Exception-Class \ + p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \ + p5-HTTP-Exception>=0:${PORTSDIR}/www/p5-HTTP-Exception + +TEST_DEPENDS= p5-CGI-PSGI>=0:${PORTSDIR}/www/p5-CGI-PSGI \ + p5-Plack>=0.9956:${PORTSDIR}/www/p5-Plack \ + p5-Test-LongString>=0:${PORTSDIR}/devel/p5-Test-LongString PERL_MODBUILD= yes -MAN3= CGI::Application::Dispatch.3 \ - CGI::Application::Dispatch::Regexp.3 +MAN3= CGI::Application::Dispatch.3 \ + CGI::Application::Dispatch::PSGI.3 \ + CGI::Application::Dispatch::Regexp.3 + +.include + +.if ${PERL_LEVEL} < 501200 +BUILD_DEPENDS+= p5-version>=0.82:${PORTSDIR}/devel/p5-version +RUN_DEPENDS+= p5-version>=0.82:${PORTSDIR}/devel/p5-version +.endif -.include +.include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/p5-CGI-Application-Dispatch/distinfo,v retrieving revision 1.4 diff -u -u -r1.4 distinfo --- distinfo 19 Mar 2011 12:35:03 -0000 1.4 +++ distinfo 2 Oct 2011 14:52:13 -0000 @@ -1,2 +1,2 @@ -SHA256 (CGI-Application-Dispatch-2.17.tar.gz) = c5934c31dfa29d004bd9834a0ad4c7299fc8760dd489634f97e8848de4898f46 -SIZE (CGI-Application-Dispatch-2.17.tar.gz) = 21244 +SHA256 (CGI-Application-Dispatch-3.07.tar.gz) = a90abab92f13dd932250031c58d787af2343ff5acfba95c699dacbdcba995716 +SIZE (CGI-Application-Dispatch-3.07.tar.gz) = 39261 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/p5-CGI-Application-Dispatch/pkg-plist,v retrieving revision 1.1 diff -u -u -r1.1 pkg-plist --- pkg-plist 14 Jun 2008 07:07:48 -0000 1.1 +++ pkg-plist 2 Oct 2011 14:52:13 -0000 @@ -1,5 +1,6 @@ -%%SITE_PERL%%/CGI/Application/Dispatch/Regexp.pm %%SITE_PERL%%/CGI/Application/Dispatch.pm +%%SITE_PERL%%/CGI/Application/Dispatch/PSGI.pm +%%SITE_PERL%%/CGI/Application/Dispatch/Regexp.pm @dirrmtry %%SITE_PERL%%/CGI/Application/Dispatch @dirrmtry %%SITE_PERL%%/CGI/Application @dirrmtry %%SITE_PERL%%/CGI --- p5-CGI-Application-Dispatch-3.07.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: