Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id A156963B85F for ; Thu, 5 Jul 2012 14:07:02 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8024014A24E; Thu, 5 Jul 2012 14:07:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E307914A24C for ; Thu, 5 Jul 2012 14:06: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 lajBK0Apk6ql for ; Thu, 5 Jul 2012 14:06:59 +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 5B5EA14A245 for ; Thu, 5 Jul 2012 14:06:59 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 50C6D175DD; Thu, 5 Jul 2012 14:06:59 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Thu, 5 Jul 2012 14:06:59 +0000 From: "Jens Rehsack" Subject: CVS commit: pkgsrc/devel/p5-Log-Dispatch To: pkgsrc-changes@NetBSD.org Reply-To: sno@netbsd.org X-Mailer: log_accum Message-Id: <20120705140659.50C6D175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: sno Date: Thu Jul 5 14:06:59 UTC 2012 Modified Files: pkgsrc/devel/p5-Log-Dispatch: Makefile distinfo Log Message: Updating package for Perl 5 module Log::Dispatch in devel/p5-Log-Dispatch from 2.29 to 2.32. pkgsrc changes: - add missing dependency Upstream changes: 2.32 2012-05-24 - Fix a test failure - test failed if you had 0.16 <= Sys::Syslog < 0.25 installed. - Added a kludgey test failure fix for failure on Cygwin. Patch by Christian Carey. RT #77364. 2.31 2012-05-21 - Added missing prereq - Class::Load. 2.30 2012-05-20 - Remove Sys::Syslog as a prereq, since you can use this distro perfectly well without it. Fixes RT #52065. - You can now pass a subroutine reference to the sugar methods like $dispatch->debug() and friends. Requested by Jeffrey Thalhammer. RT #77308. - Calling sugar methods like $dispatch->warn or $dispatch->crit did not normalize the log level, so the level would be passed to the outputs as "warn", not "warning". Reported by Karen Etheridge. RT #77203. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/p5-Log-Dispatch/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/p5-Log-Dispatch/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.