Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 54959A4081 for ; Sun, 13 Jul 2014 04:37:36 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id DE1D114A210; Sun, 13 Jul 2014 04:37:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6240B14A202 for ; Sun, 13 Jul 2014 04:37:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id iKkXTdDnDILx for ; Sun, 13 Jul 2014 04:37:30 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 84D7914A1F9 for ; Sun, 13 Jul 2014 04:37:30 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 7EDC896; Sun, 13 Jul 2014 04:37:30 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 13 Jul 2014 04:37:30 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/www/p5-Dancer2 To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20140713043730.7EDC896@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wen Date: Sun Jul 13 04:37:30 UTC 2014 Modified Files: pkgsrc/www/p5-Dancer2: Makefile distinfo Log Message: Update to 0.143000 Add missing DEPENDS Upstream changes: 0.143000 2014-07-05 21:39:28CEST+0200 Europe/Amsterdam [ BUG FIXES ] * GH #538, #539: Coerce propogated exceptions to strings within Error object. (Steven Humphrey) * GH #531: Generate valid HTML when show_errors is true from Error objects. (Steven Humphrey) * GH #603: Update skeleton test to use Plack::Test. (Sawyer X) [ ENHANCEMENTS ] * Provide psgi_app in top-level Dancer.pm to make it easier to change it. (Sawyer X) 0.142000 2014-06-24 15:16:42CEST+0200 Europe/Amsterdam [ BUG FIXES ] * GH #550, #555: Allow the content type to be set when using send_file as per the documentation. (Russell Jenkins, Steven Humphrey) [ ENHANCEMENTS ] * GH #512, #520, #602: Pass all settings into JSON serializer engine. (Jakob Voss, Russell Jenkins) * GH #532: Serialize runtime errors such as those produced by die if a serializer exists. (Steven Humphrey) 0.141000 2014-06-08 22:27:03CEST+0200 Europe/Amsterdam * No functional changes. 0.140900_01 2014-06-07 23:32:56IDT+0300 Asia/Jerusalem [ BUG FIXES ] * GH #447: Setting the apphandler now triggers the Dancer Runner configuration change, which works. (Sawyer X) * GH #578: Remove the default engine configurations. (Sawyer X) * GH #567: Check for proper module names in loading engines. Might help with taint mode. (Sawyer X) * GH #585, #595: Return 405 Method Not Allowed instead of 500. (Omar M. Othman) * GH #570, #579: Ensure keywords pass, send_error and send_file exit immediatly when executed. (Russell Jenkins) [ ENHANCEMENTS ] * GH #587: Serializer::Mutable alive! (Pedro Bruno) [ DOCUMENTATION ] * Fix doc for params(). Ported from Dancer#1025 (Stefan Hornburg) To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/p5-Dancer2/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/p5-Dancer2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.