summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2015-01-18 10:02:55 +0000
committerwen <wen@pkgsrc.org>2015-01-18 10:02:55 +0000
commit429ccc402f67e1012cb142f19d6d515e342f64a6 (patch)
tree345f99ccc3b816e3560ed5ab59d8a9fa6bbef68a /devel
parent22a555f76858fafa7edde75e49dffbc6c9924a4e (diff)
downloadpkgsrc-429ccc402f67e1012cb142f19d6d515e342f64a6.tar.gz
Update to 1.03
Upstream changes: 1.03 2015-01-01 22:39:41-05:00 America/New_York [Changed] - Log::Any::Proxy concatenates arguments to basic logging functions with a space character before passing them to adapters as a single string. This ensures consistency across adapters that handle multiple arguments differently. 1.02 2014-12-28 07:06:49-05:00 America/New_York [Fixed] - Some adapters relied on Log::Any::Adapter::Util also loading Log::Any so this behavior has been restored. 1.01 2014-12-26 22:25:13-05:00 America/New_York [Fixed] - 'numeric_level' was not exported properly from Log::Any::Adapter::Util 1.00 2014-12-25 22:04:13-05:00 America/New_York [Added] - Logging now goes via a Log::Any::Proxy object instead of directly to an adapter. This allows easy customization of the message production. - File, Stdout, and Stderr adapters now support a minimum log level parameter. [Changed] - Removed dead code from Log::Any::Adapter::Base; particularly this was the formatting code, since this is now handled by Log::Any::Proxy. [Fixed] - File will flock the handle when writing (if flock is avaiable). - Won't die if adapters aren't loadable modules as long as they provide a constructor. This allows using private adapters defined in another file. [Documented] - Revised docs for creating adapters - Fixed typos and improved docs for Log::Any::Adapter::Util; removed stub docs for modules that didn't need it. [Deprecated] - Deprecated some methods in Log::Any::Adapter::Util [Internal] - Merged Log-Any and Log-Any-Adapter distributions; reduces code duplication and ensures Log::Any and adapter framework stay in sync - Eliminates all non-core dependencies (as of Perl 5.8.1), including Capture::Tiny, Devel::GlobalDestruction and Guard 0.92 2014-12-15 07:12:38-05:00 America/New_York (TRIAL RELEASE) 0.91 2014-12-14 22:13:09-05:00 America/New_York (TRIAL RELEASE) 0.90 2014-12-12 17:08:22-05:00 America/New_York (TRIAL RELEASE)
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Log-Any/Makefile5
-rw-r--r--devel/p5-Log-Any/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-Log-Any/Makefile b/devel/p5-Log-Any/Makefile
index 783ba475012..29f44ae2eb8 100644
--- a/devel/p5-Log-Any/Makefile
+++ b/devel/p5-Log-Any/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2014/10/09 14:06:22 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2015/01/18 10:02:55 wen Exp $
#
-DISTNAME= Log-Any-0.15
+DISTNAME= Log-Any-1.03
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
diff --git a/devel/p5-Log-Any/distinfo b/devel/p5-Log-Any/distinfo
index e7b9fa096e3..52c8c831785 100644
--- a/devel/p5-Log-Any/distinfo
+++ b/devel/p5-Log-Any/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2013/07/03 13:43:50 sno Exp $
+$NetBSD: distinfo,v 1.6 2015/01/18 10:02:55 wen Exp $
-SHA1 (Log-Any-0.15.tar.gz) = ddeaf87f93609a25cf3835d18c4d5b66338488e2
-RMD160 (Log-Any-0.15.tar.gz) = 4b8e06bffed01b3dc2fdc021b566a3b64f88371e
-Size (Log-Any-0.15.tar.gz) = 17537 bytes
+SHA1 (Log-Any-1.03.tar.gz) = cd917920b479ea19b4c89b42f6e5bdf9c3262ee5
+RMD160 (Log-Any-1.03.tar.gz) = 9fc3dd85f458f705aea2d12c7d33afd1680a9b2f
+Size (Log-Any-1.03.tar.gz) = 39709 bytes