summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2017-03-20 21:28:07 +0000
committermef <mef@pkgsrc.org>2017-03-20 21:28:07 +0000
commit1c496ff6a27f93a56bdfdbc9acebf8b5f431117b (patch)
tree9ed05d2041a5b0e1b0a516be899bab1caf0dbdc6
parenta2ea52351491357daba665b9f9e3393ac623da4e (diff)
downloadpkgsrc-1c496ff6a27f93a56bdfdbc9acebf8b5f431117b.tar.gz
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
-rw-r--r--devel/p5-Log-Dispatch/Makefile8
-rw-r--r--devel/p5-Log-Dispatch/distinfo10
2 files changed, 10 insertions, 8 deletions
diff --git a/devel/p5-Log-Dispatch/Makefile b/devel/p5-Log-Dispatch/Makefile
index e330ecc2c53..23ae74309e6 100644
--- a/devel/p5-Log-Dispatch/Makefile
+++ b/devel/p5-Log-Dispatch/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2016/12/15 21:46:23 mef Exp $
+# $NetBSD: Makefile,v 1.56 2017/03/20 21:28:07 mef Exp $
-DISTNAME= Log-Dispatch-2.58
+DISTNAME= Log-Dispatch-2.63
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
@@ -13,12 +13,14 @@ LICENSE= artistic-2.0
DEPENDS+= p5-Module-Runtime-[0-9]*:../../devel/p5-Module-Runtime
DEPENDS+= p5-Devel-GlobalDestruction>=0:../../devel/p5-Devel-GlobalDestruction
DEPENDS+= p5-Dist-CheckConflicts>=0.02:../../devel/p5-Dist-CheckConflicts
-DEPENDS+= p5-Params-Validate>=1.03:../../devel/p5-Params-Validate
+DEPENDS+= p5-Params-ValidationCompiler-[0-9]*:../../devel/p5-Params-ValidationCompiler
# Sys::Syslog >= 0.25 is in Perl core since 5.10.1
# for make test
BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
BUILD_DEPENDS+= p5-Test-Needs-[0-9]*:../../devel/p5-Test-Needs
+BUILD_DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
+BUILD_DEPENDS+= p5-Specio-[0-9]*:../../devel/p5-Specio
PERL5_PACKLIST= auto/Log/Dispatch/.packlist
diff --git a/devel/p5-Log-Dispatch/distinfo b/devel/p5-Log-Dispatch/distinfo
index 2fcb87290fc..d4ad079aa2f 100644
--- a/devel/p5-Log-Dispatch/distinfo
+++ b/devel/p5-Log-Dispatch/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.30 2016/12/15 21:46:23 mef Exp $
+$NetBSD: distinfo,v 1.31 2017/03/20 21:28:07 mef Exp $
-SHA1 (Log-Dispatch-2.58.tar.gz) = 66b45f6cb2ec94309a89c7b7300f94f6f48447db
-RMD160 (Log-Dispatch-2.58.tar.gz) = 0f00bcd32427308f28b9eded29fc0e459b916e21
-SHA512 (Log-Dispatch-2.58.tar.gz) = 6f086d2a95c75cb59d269f11528d8062e6a0b8ab23a9c5e4970ddadb018227e4fa7c6f9aa17f45ddceb59ead5fa0bb26a4bbfb56c7de935a870830ababeaaa5f
-Size (Log-Dispatch-2.58.tar.gz) = 63916 bytes
+SHA1 (Log-Dispatch-2.63.tar.gz) = 19774c9500d3e8237a642ea65fda867f4066f1b4
+RMD160 (Log-Dispatch-2.63.tar.gz) = 8e3d29c19c845c4d03764e432481f9f1e92a67c7
+SHA512 (Log-Dispatch-2.63.tar.gz) = 4b44ff7d85741eb57b25938b9b92863614a5267f1574b88c20d91a47e6ef2c957ca47be5211f6c735d453f35c0a326d3b07ab044440e24d763ecb9a09a4856c8
+Size (Log-Dispatch-2.63.tar.gz) = 65522 bytes