Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (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 6F5607AAAE for ; Sun, 15 May 2016 03:26:00 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A860785F20; Sun, 15 May 2016 03:25:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3727585EAB for ; Sun, 15 May 2016 03:25:59 +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 44J4sdiXOKhg for ; Sun, 15 May 2016 03:25:58 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D1D7884CF6 for ; Sun, 15 May 2016 03:25:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CCF00FBBA; Sun, 15 May 2016 03:25:58 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 15 May 2016 03:25:58 +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: <20160515032558.CCF00FBBA@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 May 15 03:25:58 UTC 2016 Modified Files: pkgsrc/www/p5-Mojolicious: Makefile distinfo Log Message: Update to 6.62 Upstream changes: 6.62 2016-05-14 - Removed deprecated is_debug, is_error, is_info and is_warn methods from Mojo::Log. - Improved support for Ubuntu on Windows. 6.61 2016-04-30 - Improved Mojo::Server::Daemon to no longer log when a connection has been closed prematurely. - Fixed bug in Mojo::Content where the drain event would not always be emitted for dynamically generated content with a Content-Length header. 6.60 2016-04-25 - Fixed bug in Mojo::IOLoop where stopping gracefully would sometimes result in connections getting closed too early. (anparker, sri) To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100 pkgsrc/www/p5-Mojolicious/Makefile cvs rdiff -u -r1.93 -r1.94 pkgsrc/www/p5-Mojolicious/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.