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" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 46F93A654C for ; Fri, 27 Feb 2015 02:53:44 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9062F14A1AD; Fri, 27 Feb 2015 02:53:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 89A3C14A19C for ; Fri, 27 Feb 2015 02:53:36 +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 K2iIpNKjeFZq for ; Fri, 27 Feb 2015 02:53:35 +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 C4AA814A194 for ; Fri, 27 Feb 2015 02:53:35 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id B87E698; Fri, 27 Feb 2015 02:53:35 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 27 Feb 2015 02:53:35 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/www/p5-Mojolicious To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20150227025335.B87E698@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wen Date: Fri Feb 27 02:53:35 UTC 2015 Modified Files: pkgsrc/www/p5-Mojolicious: Makefile distinfo Log Message: Update to 6.0 Upstream changes: 6.0 2015-02-26 - Code name "Clinking Beer Mugs", this is a major release. - Removed name listing support from param method in Mojolicious::Controller. - Removed name listing support from param method in Mojo::Parameters. - Removed name listing support from error and param methods in Mojolicious::Validator::Validation. - Removed multi-name support from cookie, param and signed_cookie methods in Mojolicious::Controller. - Removed multi-name support from param method in Mojolicious::Validator::Validation. - Removed multi-name support from param method in Mojo::Parameters. - Removed multi-name support from cookie and upload methods in Mojo::Message. - Removed custom socket support from Mojo::UserAgent. - Removed is_fatal, is_level and log methods from Mojo::Log. - Removed auto_render method from Mojolicious::Routes. - Removed deprecated object-oriented Mojo::Loader API. - Removed deprecated accept_interval, lock and unlock attributes from Mojo::IOLoop. - Removed deprecated accept_interval, lock_file and lock_timeout attributes from Mojo::Server::Prefork. - Removed deprecated bridge method from Mojolicious::Routes::Route. - Removed deprecated is_readable method from Mojo::Reactor. - Removed deprecated siblings method from Mojo::DOM. - Removed deprecated render_exception and render_not_found methods from Mojolicious::Controller. - Removed deprecated keep_alive_requests setting from Hypnotoad. - Changed return values of all and find methods in Mojo::UserAgent::CookieJar. - Renamed template attribute in Mojo::Template to unparsed. - Renamed extracting attribute in Mojo::UserAgent::CookieJar to collecting. - Renamed types attribute in Mojolicious::Types to mapping. - Renamed current attribute in Mojolicious::Routes::Match to position. - Renamed pattern attribute in Mojolicious::Routes::Route to unparsed. - Renamed all_contents, contents, following_siblings, match, next_sibling, node, preceding_siblings, previous_sibling and type methods in Mojo::DOM to descendant_nodes, child_nodes, following_nodes, matches, next_node, type, preceding_nodes, previous_node and tag. - Renamed match method in Mojo::DOM::CSS to matches. - Renamed extract and inject methods in Mojo::UserAgent::CookieJar to collect and prepare. - Renamed inject method in Mojo::UserAgent::Proxy to prepare. - Renamed params method in Mojo::Parameters to pairs. - Renamed match method in Mojolicious::Routes::Match to find. - Renamed -A option of prefork command to -a. - Added names method to Mojo::Parameters. - Added failed and passed methods to Mojolicious::Validator::Validation. - Added -I and -M options to prefork command. - Fixed Mojo::Template support for parentheses in expressions. (jberger, sri) 5.82 2015-02-22 - Deprecated Mojo::Reactor::is_readable. - Deprecated keep_alive_requests setting in Hypnotoad in favor of requests. - Improved Morbo to restart slightly faster. - Fixed bug in daemon and prefork commands where --inactivity-timeout option was called --inactivity. 5.81 2015-02-20 - Deprecated object-oriented Mojo::Loader API. - Added data_section, file_is_binary, load_class and find_modules functions to Mojo::Loader. - Improved design of built-in templates. - Fixed test command to not let Test::Harness enable global warnings by default. (OlegG) To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 pkgsrc/www/p5-Mojolicious/Makefile cvs rdiff -u -r1.67 -r1.68 pkgsrc/www/p5-Mojolicious/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.