Mon Mar 20 21:28:07 2017 UTC ()
Updated devel/p5-Log-Dispatch to 2.63
-------------------------------------
2.63     2017-02-19
 - Updated the conflicting version for Log::Dispatch::File::Stamped in
   metadata (due to changes in handling of close_after_write). Patch by Karen
   Etheridge. GitHub #41.

2.62     2017-02-13
- Devel::Confess was accidentally being loaded in Log::Dispatch. Fixed by
  Karen Etheridge. GitHub #39.

2.61     2017-02-13
- The 2.60 release would throw an exception if the logged message was
  empty. While this makes sense, it also breaks backwards compatibility, so it
  has been reverted. Reported by Greg Oschwald. GitHub #38.

- The 2.60 release would throw an exception if you tried to create a Syslog
  output where the ident was an empty string. Reported by Greg
  Oschwald. GitHub #38.

2.60     2017-02-12
- Same as 2.59 ... Switched from Params::Validate to
  Params::ValidationCompiler. This should speed up constructors and logging a
  little bit. This also allows Log::Dispatch::File to accept things like
  Path::Tiny objects for filenames. Reported by Joel Berger. GitHub #36.

2.59     2017-02-05 (TRIAL RELEASE)
- Switched from Params::Validate to Params::ValidationCompiler. This should
  speed up constructors and logging a little bit. This also allows
  Log::Dispatch::File to accept things like Path::Tiny objects for
  filenames. Reported by Joel Berger. GitHub #36.

(pkgsrc changes)
-DEPENDS+= p5-Params-Validate>=1.03:../../devel/p5-Params-Validate
+DEPENDS+= p5-Params-ValidationCompiler-[0-9]*:../../devel/p5-Params-ValidationCompiler

 # for make test
+BUILD_DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
+BUILD_DEPENDS+= p5-Specio-[0-9]*:../../devel/p5-Specio


(mef)
diff -r1.55 -r1.56 pkgsrc/devel/p5-Log-Dispatch/Makefile
diff -r1.30 -r1.31 pkgsrc/devel/p5-Log-Dispatch/distinfo

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

--- pkgsrc/devel/p5-Log-Dispatch/Makefile 2016/12/15 21:46:23 1.55
+++ pkgsrc/devel/p5-Log-Dispatch/Makefile 2017/03/20 21:28:07 1.56
@@ -1,26 +1,28 @@ @@ -1,26 +1,28 @@
1# $NetBSD: Makefile,v 1.55 2016/12/15 21:46:23 mef Exp $ 1# $NetBSD: Makefile,v 1.56 2017/03/20 21:28:07 mef Exp $
2 2
3DISTNAME= Log-Dispatch-2.58 3DISTNAME= Log-Dispatch-2.63
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/Log-Dispatch/ 9HOMEPAGE= http://search.cpan.org/dist/Log-Dispatch/
10COMMENT= Perl module for logging messages to multiple outputs 10COMMENT= Perl module for logging messages to multiple outputs
11LICENSE= artistic-2.0 11LICENSE= artistic-2.0
12 12
13DEPENDS+= p5-Module-Runtime-[0-9]*:../../devel/p5-Module-Runtime 13DEPENDS+= p5-Module-Runtime-[0-9]*:../../devel/p5-Module-Runtime
14DEPENDS+= p5-Devel-GlobalDestruction>=0:../../devel/p5-Devel-GlobalDestruction 14DEPENDS+= p5-Devel-GlobalDestruction>=0:../../devel/p5-Devel-GlobalDestruction
15DEPENDS+= p5-Dist-CheckConflicts>=0.02:../../devel/p5-Dist-CheckConflicts 15DEPENDS+= p5-Dist-CheckConflicts>=0.02:../../devel/p5-Dist-CheckConflicts
16DEPENDS+= p5-Params-Validate>=1.03:../../devel/p5-Params-Validate 16DEPENDS+= p5-Params-ValidationCompiler-[0-9]*:../../devel/p5-Params-ValidationCompiler
17# 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
18 18
19# for make test 19# for make test
20BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires 20BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
21BUILD_DEPENDS+= p5-Test-Needs-[0-9]*:../../devel/p5-Test-Needs 21BUILD_DEPENDS+= p5-Test-Needs-[0-9]*:../../devel/p5-Test-Needs
 22BUILD_DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
 23BUILD_DEPENDS+= p5-Specio-[0-9]*:../../devel/p5-Specio
22 24
23PERL5_PACKLIST= auto/Log/Dispatch/.packlist 25PERL5_PACKLIST= auto/Log/Dispatch/.packlist
24 26
25.include "../../lang/perl5/module.mk" 27.include "../../lang/perl5/module.mk"
26.include "../../mk/bsd.pkg.mk" 28.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/devel/p5-Log-Dispatch/distinfo 2016/12/15 21:46:23 1.30
+++ pkgsrc/devel/p5-Log-Dispatch/distinfo 2017/03/20 21:28:07 1.31
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.30 2016/12/15 21:46:23 mef Exp $ 1$NetBSD: distinfo,v 1.31 2017/03/20 21:28:07 mef Exp $
2 2
3SHA1 (Log-Dispatch-2.58.tar.gz) = 66b45f6cb2ec94309a89c7b7300f94f6f48447db 3SHA1 (Log-Dispatch-2.63.tar.gz) = 19774c9500d3e8237a642ea65fda867f4066f1b4
4RMD160 (Log-Dispatch-2.58.tar.gz) = 0f00bcd32427308f28b9eded29fc0e459b916e21 4RMD160 (Log-Dispatch-2.63.tar.gz) = 8e3d29c19c845c4d03764e432481f9f1e92a67c7
5SHA512 (Log-Dispatch-2.58.tar.gz) = 6f086d2a95c75cb59d269f11528d8062e6a0b8ab23a9c5e4970ddadb018227e4fa7c6f9aa17f45ddceb59ead5fa0bb26a4bbfb56c7de935a870830ababeaaa5f 5SHA512 (Log-Dispatch-2.63.tar.gz) = 4b44ff7d85741eb57b25938b9b92863614a5267f1574b88c20d91a47e6ef2c957ca47be5211f6c735d453f35c0a326d3b07ab044440e24d763ecb9a09a4856c8
6Size (Log-Dispatch-2.58.tar.gz) = 63916 bytes 6Size (Log-Dispatch-2.63.tar.gz) = 65522 bytes