pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Log-Log4perl Updated to 1.36



details:   https://anonhg.NetBSD.org/pkgsrc/rev/efdd50ed8265
branches:  trunk
changeset: 601890:efdd50ed8265
user:      rhaen <rhaen%pkgsrc.org@localhost>
date:      Sun Apr 01 20:17:32 2012 +0000

description:
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:

 devel/p5-Log-Log4perl/Makefile |  5 ++---
 devel/p5-Log-Log4perl/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 566689c14d37 -r efdd50ed8265 devel/p5-Log-Log4perl/Makefile
--- a/devel/p5-Log-Log4perl/Makefile    Sun Apr 01 20:14:06 2012 +0000
+++ b/devel/p5-Log-Log4perl/Makefile    Sun Apr 01 20:17:32 2012 +0000
@@ -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 -r 566689c14d37 -r efdd50ed8265 devel/p5-Log-Log4perl/distinfo
--- a/devel/p5-Log-Log4perl/distinfo    Sun Apr 01 20:14:06 2012 +0000
+++ b/devel/p5-Log-Log4perl/distinfo    Sun Apr 01 20:17:32 2012 +0000
@@ -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



Home | Main Index | Thread Index | Old Index