Thu Jul 5 14:06:59 2012 UTC ()
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.


(sno)
diff -r1.33 -r1.34 pkgsrc/devel/p5-Log-Dispatch/Makefile
diff -r1.17 -r1.18 pkgsrc/devel/p5-Log-Dispatch/distinfo

cvs diff -r1.33 -r1.34 pkgsrc/devel/p5-Log-Dispatch/Makefile (expand / switch to context diff)
--- pkgsrc/devel/p5-Log-Dispatch/Makefile 2011/12/15 02:14:44 1.33
+++ pkgsrc/devel/p5-Log-Dispatch/Makefile 2012/07/05 14:06:59 1.34
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2011/12/15 02:14:44 hiramatsu Exp $
+# $NetBSD: Makefile,v 1.34 2012/07/05 14:06:59 sno Exp $
 
-DISTNAME=	Log-Dispatch-2.29
+DISTNAME=	Log-Dispatch-2.32
 PKGNAME=	p5-${DISTNAME}
 SVR4_PKGNAME=	p5ldi
 CATEGORIES=	devel perl5
@@ -12,6 +12,8 @@
 LICENSE=	${PERL5_LICENSE}
 
 PKG_DESTDIR_SUPPORT=	user-destdir
+
+DEPENDS+=	p5-Class-Load-[0-9]*:../../devel/p5-Class-Load
 DEPENDS+=	p5-Params-Validate>=0.15:../../devel/p5-Params-Validate
 
 PERL5_PACKLIST=		auto/Log/Dispatch/.packlist

cvs diff -r1.17 -r1.18 pkgsrc/devel/p5-Log-Dispatch/distinfo (expand / switch to context diff)
--- pkgsrc/devel/p5-Log-Dispatch/distinfo 2011/12/15 02:14:44 1.17
+++ pkgsrc/devel/p5-Log-Dispatch/distinfo 2012/07/05 14:06:59 1.18
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2011/12/15 02:14:44 hiramatsu Exp $
+$NetBSD: distinfo,v 1.18 2012/07/05 14:06:59 sno Exp $
 
-SHA1 (Log-Dispatch-2.29.tar.gz) = d54a1b253964dd7166ba2727495e8fbd33d892d6
+SHA1 (Log-Dispatch-2.32.tar.gz) = 47669738ccb827fb44ab328ee0eae09c3a765f9a
-RMD160 (Log-Dispatch-2.29.tar.gz) = 3245f3c2f984a6f415a7c9c055918d8c50fc059d
+RMD160 (Log-Dispatch-2.32.tar.gz) = 973561b48dd5d66ceb75b8ed1533157465d50f59
-Size (Log-Dispatch-2.29.tar.gz) = 32128 bytes
+Size (Log-Dispatch-2.32.tar.gz) = 31910 bytes