Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id D6AEBA5807 for ; Thu, 10 Apr 2014 16:11:35 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2647514A323; Thu, 10 Apr 2014 16:11:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 66F4A14A2FD for ; Thu, 10 Apr 2014 16:11:34 +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 4cf7QNVJJ8lr for ; Thu, 10 Apr 2014 16:11:33 +0000 (UTC) Received: from nef.pbox.org (ns.pbox.org [IPv6:2001:41d0:1:e836::1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.netbsd.org (Postfix) with ESMTPS id 73ED714A2EB for ; Thu, 10 Apr 2014 16:11:33 +0000 (UTC) Received: from nef.pbox.org (localhost [127.0.0.1]) by nef.pbox.org (8.14.5/8.14.5/) with ESMTP id s3AGBL40022129 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 10 Apr 2014 18:11:22 +0200 (CEST) Received: (from agc@localhost) by nef.pbox.org (8.14.5/8.14.5/Submit) id s3AGBLq7017267 for pkgsrc-changes@netbsd.org; Thu, 10 Apr 2014 18:11:21 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6CEDF14A300 for ; Thu, 10 Apr 2014 13:46:52 +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 LrOgPQ-ilKlA for ; Thu, 10 Apr 2014 13:46:51 +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 903A614A295 for ; Thu, 10 Apr 2014 13:46:51 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 85B2F96; Thu, 10 Apr 2014 13:46:51 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Thu, 10 Apr 2014 13:46:51 +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: <20140410134651.85B2F96@cvs.netbsd.org> X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.4.3 (nef.pbox.org [0.0.0.0]); Thu, 10 Apr 2014 18:11:22 +0200 (CEST) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wen Date: Thu Apr 10 13:46:51 UTC 2014 Modified Files: pkgsrc/www/p5-Dancer2: Makefile distinfo Log Message: Update to 0.12 Upstream changes: 0.12 2014-04-07 22:42:12 Europe/Amsterdam [ ENHANCEMENTS ] * GH#518: Bump jQuery to 1.10.2 (Grzegorz Ro偶niecki). * GH#535: Support OPTIONS and PATCH requests in Server::Standalone. (Russell Jenkins) * GH#553: Dancer2 CLI: specify directory to write app skeleton (Jean Stebens) * GH#543: Additional HTTP Methods for Ajax plugin (Jean Stebens). [ DOCUMENTATION ] * RT#91428: POD encoding set to UTF-8 in main .pm (Gregor Herrmann). * GH#517: Miscellaneous documentation fixes (Cesare Gargano). * GH#518: "Getting started" demo page fixes (Grzegorz Ro偶niecki). * GH#522: s/PerlHandler/PerlResponseHandler/ in Apache2 sample configuration (Grzegorz Ro偶niecki) * GH#521: Remove duplicated POD and clean up list details (Shlomi Fish) * GH#526: Cleanup POD formating and code snippets in manual. (Grzegorz Ro偶niecki) [ BUG FIXES ] * GH#528,529: Force PSGI server in dispatch scripts for CGI or fcgi deployments (Erik Smit, Alberto Sim玫es) * GH#550,GH#551: Update all headers in Handler::File (Sawyer X, Stefan @racke Hornburg) * GH#540: Fix hook execution when default scalar was used in hook code. (baynes, Russell Jenkins) * GH#552: Rework test suite to use Plack::Test (Sawyer X, Stefan @racke Hornburg) * GH#560: Return value of hooks do not alter response content. (Jean Stebens) To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/p5-Dancer2/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/p5-Dancer2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.