Thu Aug 6 04:15:52 2015 UTC ()
Update to 2.46

Upstream changes:
2.46     2015-08-05

- Really make the per-thread locking in the Syslog output work. Based on a
  patch by David Schweikert. GitHub #9.

2.45     2015-06-14

- Don't include threads and threads::shared in list of dependencies. This is
  only needed for Log::Dispatch::Syslog and is loaded at runtime as needed
  (which has its own issues but ...). Reported by Kent Fredric. RT #103392.


(wen)
diff -r1.45 -r1.46 pkgsrc/devel/p5-Log-Dispatch/Makefile
diff -r1.22 -r1.23 pkgsrc/devel/p5-Log-Dispatch/distinfo

cvs diff -r1.45 -r1.46 pkgsrc/devel/p5-Log-Dispatch/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Log-Dispatch/Makefile 2015/06/12 10:49:23 1.45
+++ pkgsrc/devel/p5-Log-Dispatch/Makefile 2015/08/06 04:15:52 1.46
@@ -1,26 +1,25 @@ @@ -1,26 +1,25 @@
1# $NetBSD: Makefile,v 1.45 2015/06/12 10:49:23 wiz Exp $ 1# $NetBSD: Makefile,v 1.46 2015/08/06 04:15:52 wen Exp $
2 2
3DISTNAME= Log-Dispatch-2.44 3DISTNAME= Log-Dispatch-2.46
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
8 7
9MAINTAINER= rhaen@NetBSD.org 8MAINTAINER= rhaen@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Log-Dispatch/ 9HOMEPAGE= http://search.cpan.org/dist/Log-Dispatch/
11COMMENT= Perl module for logging messages to multiple outputs 10COMMENT= Perl module for logging messages to multiple outputs
12LICENSE= artistic-2.0 11LICENSE= artistic-2.0
13 12
14DEPENDS+= p5-Module-Runtime-[0-9]*:../../devel/p5-Module-Runtime 13DEPENDS+= p5-Module-Runtime-[0-9]*:../../devel/p5-Module-Runtime
15DEPENDS+= p5-Devel-GlobalDestruction>=0:../../devel/p5-Devel-GlobalDestruction 14DEPENDS+= p5-Devel-GlobalDestruction>=0:../../devel/p5-Devel-GlobalDestruction
16DEPENDS+= p5-Dist-CheckConflicts>=0.02:../../devel/p5-Dist-CheckConflicts 15DEPENDS+= p5-Dist-CheckConflicts>=0.02:../../devel/p5-Dist-CheckConflicts
17DEPENDS+= p5-Params-Validate>=0.15:../../devel/p5-Params-Validate 16DEPENDS+= p5-Params-Validate>=1.03:../../devel/p5-Params-Validate
18# Sys::Syslog >= 0.25 is in Perl core since 5.10.1 17# Sys::Syslog >= 0.25 is in Perl core since 5.10.1
19 18
20# for make test 19# for make test
21BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires 20BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
22 21
23PERL5_PACKLIST= auto/Log/Dispatch/.packlist 22PERL5_PACKLIST= auto/Log/Dispatch/.packlist
24 23
25.include "../../lang/perl5/module.mk" 24.include "../../lang/perl5/module.mk"
26.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"

cvs diff -r1.22 -r1.23 pkgsrc/devel/p5-Log-Dispatch/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Log-Dispatch/distinfo 2015/01/18 12:24:46 1.22
+++ pkgsrc/devel/p5-Log-Dispatch/distinfo 2015/08/06 04:15:52 1.23
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.22 2015/01/18 12:24:46 wen Exp $ 1$NetBSD: distinfo,v 1.23 2015/08/06 04:15:52 wen Exp $
2 2
3SHA1 (Log-Dispatch-2.44.tar.gz) = a73627d56cd2ba4ab8cf91f030032438c3811a76 3SHA1 (Log-Dispatch-2.46.tar.gz) = 42fefc536bbc99e788f2227e41ad433937cd30e4
4RMD160 (Log-Dispatch-2.44.tar.gz) = 0cecffb2a33687339b4aa5793308f51232e27a0c 4RMD160 (Log-Dispatch-2.46.tar.gz) = d088dc40030b8b174ac214eb5c673b4ca1c36ccf
5Size (Log-Dispatch-2.44.tar.gz) = 49540 bytes 5Size (Log-Dispatch-2.46.tar.gz) = 52185 bytes