summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorrhaen <rhaen>2012-04-01 20:17:32 +0000
committerrhaen <rhaen>2012-04-01 20:17:32 +0000
commit91aefe730f4813d5d5af7a1f6f05ddc226ac5d78 (patch)
treeb0065db2f59604d3d3945804a75804b9fb931b8b /devel
parenta5e41848397cfdb8873c257e1bc506d672361074 (diff)
downloadpkgsrc-91aefe730f4813d5d5af7a1f6f05ddc226ac5d78.tar.gz
Updated to 1.36
Changes: 1.36 (2012/02/11) * (ms) [rt.cpan.org #74833] Reini Urban fixed "defined @array" for perl 5.16 * (ms) [rt.cpan.org #74836] Cope with Carp's questionable decision to add a trailing dot to its messages. 1.35 (2012/01/03) * (ms) [rt.cpan.org #73462] Changed logwarn/logcluck/logcarp/error_warn to warn() unconditionally and send the message to log4perl which will log it only if the log level conditions are met. * (ms) [rt.cpan.org #73598] Gerda Shank reported test suite problems with DBD::CSV-0.26. Bumped up to DBD::CSV-0.33 if installed. 1.34 (2011/11/04) * (ms) InternalDebug now replaces all instances of INTERNAL_DEBUG, not just the first one. * (ms) Added test case for get_logger() with a ref() on the actual object instead of on a static category. Updated docs. * (ms) %d{e} in PatternLayout now returns epoch seconds * (ms) [RT 72056] Messages blocked by an appender threshold are no longer passed on to the L4p::Appender::Buffer as undefined entries. 1.33 (2011/05/31) * (ms) [RT 67132] Applied patch by Darin McBride to allow for empty syswrite messages in the file appender. * (ms) [RT 68105] Fixed init-hash handling of subroutine references, reported by Frew Schmidt. * (ms) Mike Schwern noticed confusing DESTROY calls to clean up loggers and appenders (http://stackoverflow.com/questions/5914088 and https://github.com/mschilli/log4perl/issues/7), so I put on my hazmat suit and cleaned it up. Now perl's garbage collector takes care of disposing of logger and appender carcasses. * (ms) Added Log::Log4perl->remove_logger($logger) to remove a logger from the system. 1.32 (2011/02/26) * (ms) Fixed %T caller_depth with wrapper_register(), reported by David Christensen. * (ms) [RT 63053] Fixed for qw() {} deprecated (Todd Rinaldo) * (ms) [RT 62674] Fixed call to deprecated form of UNIVERSAL::can (Karen Etheridge). * (ms) [RT 62896] Log::Log4perl::Appender::ScreenColoredLevels now inherits from Log::Log4perl::Appender::Screen and therefore supports the utf8 flag. * (ms) [RT 64318] Andrew Sayers provided a better error message for "threshold needs to be uppercase". * (ms) CharleyDixon fixed LOGWARN when :no_extra_logdie_message is in use to no longer exit().
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Log-Log4perl/Makefile5
-rw-r--r--devel/p5-Log-Log4perl/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-Log-Log4perl/Makefile b/devel/p5-Log-Log4perl/Makefile
index 6adf88c7d7a..65cdbb815c3 100644
--- a/devel/p5-Log-Log4perl/Makefile
+++ b/devel/p5-Log-Log4perl/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2011/08/14 12:26:15 obache Exp $
+# $NetBSD: Makefile,v 1.18 2012/04/01 20:17:32 rhaen Exp $
#
-DISTNAME= Log-Log4perl-1.31
+DISTNAME= Log-Log4perl-1.36
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
diff --git a/devel/p5-Log-Log4perl/distinfo b/devel/p5-Log-Log4perl/distinfo
index 4a4aa3cf0b8..89cb171ba51 100644
--- a/devel/p5-Log-Log4perl/distinfo
+++ b/devel/p5-Log-Log4perl/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2010/12/17 18:34:55 rhaen Exp $
+$NetBSD: distinfo,v 1.14 2012/04/01 20:17:32 rhaen Exp $
-SHA1 (Log-Log4perl-1.31.tar.gz) = 1306ceab010ef2c459f9257231d6ce5e76f4a521
-RMD160 (Log-Log4perl-1.31.tar.gz) = a59ad4dc081b5b17e8f5c7bf0b55106b0f34cc92
-Size (Log-Log4perl-1.31.tar.gz) = 260741 bytes
+SHA1 (Log-Log4perl-1.36.tar.gz) = 6a9ac442e0e3c37998b7f044078fe77bf7dd2849
+RMD160 (Log-Log4perl-1.36.tar.gz) = 6d403e1e9a0d8643733ba20148a26afa09c11af8
+Size (Log-Log4perl-1.36.tar.gz) = 264883 bytes