From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 2 03:30:15 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A02D816A526 for ; Fri, 2 Jun 2006 03:30:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC46A43D49 for ; Fri, 2 Jun 2006 03:30:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k523UEkI097076 for ; Fri, 2 Jun 2006 03:30:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k523UEKg097075; Fri, 2 Jun 2006 03:30:14 GMT (envelope-from gnats) Resent-Date: Fri, 2 Jun 2006 03:30:14 GMT Resent-Message-Id: <200606020330.k523UEKg097075@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, Aaron Dalton Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B45B416A629 for ; Fri, 2 Jun 2006 03:27:21 +0000 (UTC) (envelope-from aaron@moondance.itsy-bitsy.net) Received: from mpls-qmqp-03.inet.qwest.net (mpls-qmqp-03.inet.qwest.net [63.231.195.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 696AE43D46 for ; Fri, 2 Jun 2006 03:27:19 +0000 (GMT) (envelope-from aaron@moondance.itsy-bitsy.net) Received: from mpls-pop-03.inet.qwest.net (mpls-pop-03.inet.qwest.net [63.231.195.3]) by mpls-qmqp-03.inet.qwest.net (Postfix) with QMQP id 0C915621E67 for ; Fri, 2 Jun 2006 03:27:19 +0000 (UTC) Received: from unknown (HELO mail.itsy-bitsy.net) (63.231.83.246) by mpls-pop-03.inet.qwest.net with SMTP; 2 Jun 2006 03:27:18 -0000 Received: from [127.0.0.1] (helo=moondance.itsy-bitsy.net) by mail.itsy-bitsy.net with esmtp (Exim 4.62 (FreeBSD)) (envelope-from ) id 1Fm0HB-000IKe-CZ for FreeBSD-gnats-submit@freebsd.org; Thu, 01 Jun 2006 21:24:41 -0600 Received: (from aaron@localhost) by moondance.itsy-bitsy.net (8.13.3/8.13.3/Submit) id k523OfLX070471; Thu, 1 Jun 2006 21:24:41 -0600 (MDT) (envelope-from aaron) Message-Id: <200606020324.k523OfLX070471@moondance.itsy-bitsy.net> Date: Thu, 1 Jun 2006 21:24:41 -0600 (MDT) From: "Aaron Dalton" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/98351: Update Port: www/p5-MasonX-WebApp 0.08->0.11 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Aaron Dalton List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2006 03:30:15 -0000 >Number: 98351 >Category: ports >Synopsis: Update Port: www/p5-MasonX-WebApp 0.08->0.11 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jun 02 03:30:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Aaron Dalton >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: - Update from v0.08 to v0.11 0.11 2005-07-18 - Clarified and improved the docs (I hope). - MasonX::WebApp::ApacheHandler->request_args() now requires an Apache::Request object unless args_method is set to "CGI". 0.10 2005-07-17 - The handler() sub provided by MasonX::WebApp was broken, as was the version in the docs. Reported by George Hartzell. - If your subclass did not call $class->ApacheHandlerParams() and set some parameters, then MasonX::WebApp's default handler() would fail. Reported by Lee Carmichael. - Fix handling of MasonGlobalName. Reported by George Hartzell. - Shut up annoying "subroutine redefined" warnings from MasonX::WebApp. - Added some real tests - Require Perl 5.6.0+ 0.09 2005-05-25 - Documented RequireAbortAfterAction declarative parameter. - Added overridable method _is_valid_action() to allow for more fine-grained control over what methods are exposed via URIs. - Made ActionURIPrefixRegex public. This allows for more control over what can come before an action name in a URI. >How-To-Repeat: >Fix: --- submission.txt begins here --- ? submission.txt Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/p5-MasonX-WebApp/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 31 Oct 2005 18:24:20 -0000 1.3 +++ Makefile 2 Jun 2006 03:23:41 -0000 @@ -6,7 +6,7 @@ # PORTNAME= MasonX-WebApp -PORTVERSION= 0.08 +PORTVERSION= 0.11 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= MasonX Index: distinfo =================================================================== RCS file: /home/pcvs/ports/www/p5-MasonX-WebApp/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 24 Jan 2006 03:13:55 -0000 1.2 +++ distinfo 2 Jun 2006 03:23:41 -0000 @@ -1,3 +1,3 @@ -MD5 (MasonX-WebApp-0.08.tar.gz) = ab080390142392ba23a5a4a925a3db75 -SHA256 (MasonX-WebApp-0.08.tar.gz) = 325da17a2b0e980c7deeeccf7b5067cfcff88627638b939293c0626aa73f5a6b -SIZE (MasonX-WebApp-0.08.tar.gz) = 18471 +MD5 (MasonX-WebApp-0.11.tar.gz) = 10b17890e1e10c2f62b411428bcb3ad3 +SHA256 (MasonX-WebApp-0.11.tar.gz) = 2d53e336b5fcd62b25c95c372f2e23fae9047d635e82d8b0437573673935ff85 +SIZE (MasonX-WebApp-0.11.tar.gz) = 21117 Index: pkg-descr =================================================================== RCS file: /home/pcvs/ports/www/p5-MasonX-WebApp/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 15 Feb 2005 18:17:53 -0000 1.1 +++ pkg-descr 2 Jun 2006 03:23:41 -0000 @@ -22,3 +22,4 @@ WWW: http://search.cpan.org/dist/MasonX-WebApp/ WWW: http://www.masonhq.com/?MasonX +Author: Dave Rolsky --- submission.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: