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 unified 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,20 +1,22 @@ @@ -1,20 +1,22 @@
1# $NetBSD: Makefile,v 1.33 2011/12/15 02:14:44 hiramatsu Exp $ 1# $NetBSD: Makefile,v 1.34 2012/07/05 14:06:59 sno Exp $
2 2
3DISTNAME= Log-Dispatch-2.29 3DISTNAME= Log-Dispatch-2.32
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5SVR4_PKGNAME= p5ldi 5SVR4_PKGNAME= p5ldi
6CATEGORIES= devel perl5 6CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
8 8
9MAINTAINER= rhaen@NetBSD.org 9MAINTAINER= rhaen@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Log-Dispatch/ 10HOMEPAGE= http://search.cpan.org/dist/Log-Dispatch/
11COMMENT= Perl module for logging messages to multiple outputs 11COMMENT= Perl module for logging messages to multiple outputs
12LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
 15
 16DEPENDS+= p5-Class-Load-[0-9]*:../../devel/p5-Class-Load
15DEPENDS+= p5-Params-Validate>=0.15:../../devel/p5-Params-Validate 17DEPENDS+= p5-Params-Validate>=0.15:../../devel/p5-Params-Validate
16 18
17PERL5_PACKLIST= auto/Log/Dispatch/.packlist 19PERL5_PACKLIST= auto/Log/Dispatch/.packlist
18 20
19.include "../../lang/perl5/module.mk" 21.include "../../lang/perl5/module.mk"
20.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"

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