summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2015-01-18 12:57:01 +0000
committerwen <wen@pkgsrc.org>2015-01-18 12:57:01 +0000
commitc1aaeb86a9269c276d28cb428d7ac446244968f1 (patch)
tree395c1aa54be792f1e2f9d33e3ee7cdcd0466baa7 /devel
parent9ed7606b799d4e44361016e6a536e59c856f5953 (diff)
downloadpkgsrc-c1aaeb86a9269c276d28cb428d7ac446244968f1.tar.gz
Update to 1.46
Upstream changes: 1.46 (2014/10/31) * (ms) Fixed Gianni's utc time test for machines set to utc time. 1.45 (2014/10/25) * (ms) fgeueke provided a pull request for short-circuiting boolean filters: https://github.com/mschilli/log4perl/pull/48 * (ms) [rt.cpan.org #94009] Tim Bunce had requested that the PatternLayout's %m specifier allow for fixed indentation, variable indentation, and at the same time permit the use of the chomp option. Added with tests and docs. * (ms) Gianni Ceccarelli added the log4perl.utcDateTimes config option to select UTC instead of localtime: https://github.com/mschilli/log4perl/pull/53 * (ms) @bokutin fixed Catalyst.pm buffer flush: https://github.com/mschilli/log4perl/pull/51 https://github.com/mschilli/log4perl/issues/54 1.44 (2014/05/17) * (ms) Skipped mkpath umask tests on Win32 which doesn't support it properly. * (ms) Requiring core module File::Path 2.06_06, which has remove_tree() (fixes test suite for ancient perl-5.6.2). * (ms) Brian Wightman fixed temporary file cleanup in the test suite for Win32: https://github.com/mschilli/log4perl/pull/45 1.43 (2014/03/16) * (ms) Added %m{indent} to indent multi-line messages according to the PatternLayout (inspired by Wolfgang Pecho) * (ms) [rt.cpan.org #84818] Deven T. Corzine suggested adding a conditional use Win32 on Win32 platform to fix a chicken-and-egg problem with the resurrector. * (ms) Brian Wightman fixed Win32 log file cleanup in test suite https://github.com/mschilli/log4perl/pull/39. New FAQ entry on Win32 log file cleanup. 1.42 (2013/07/25) * (ms) BenRifkah Bergsten-Buret added ';!' for property configurator comment delimiters: https://github.com/mschilli/log4perl/issues/25 * (ms) [rt.cpan.org 84723] Suppress error if close() in the file appender in pipe mode returns "No child processes". * (ms) Ronald J Kimball fixed a bug with the file appender's create_at_logtime option in combination with recreate_check_signal: https://github.com/mschilli/log4perl/pull/28 * (ms) Fixed additivity() modifications after init(): https://github.com/mschilli/log4perl/issues/29 * (ms) [rt.cpan.org 87191] Applied patch by Zefram for better maintainable line number checks (and coping with 5.19 buggy line numbering, cough, cough). 1.41 (2013/04/21) * (ms) [rt 81731] Added 'trace' level to Log4perl::Catalyst, as suggested by Ashley Pond. * (ms) Alexander Hartmaier added Log::Log4perl::Filter::MDC to filter based on MDC key/value * (ms) [rt.cpan.org 83193] The file appender now ignores owner/group settings on all types of existing file system entries (previously, this was only the case for actual files). * (ms) [rt.cpan.org 84289] Documented Level.pm's isGreaterOrEqual() comparator. * (ms) [rt.cpan.org #84725] Fixed test suite to allow running tests in parallel via HARNESS_OPTIONS=j10:c HARNESS_TIMER=1. Reported by Brendan Byrd.
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 e6381beb9c0..0ff7c0ac884 100644
--- a/devel/p5-Log-Log4perl/Makefile
+++ b/devel/p5-Log-Log4perl/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2014/05/29 23:36:02 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2015/01/18 12:57:01 wen Exp $
#
-DISTNAME= Log-Log4perl-1.40
+DISTNAME= Log-Log4perl-1.46
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
diff --git a/devel/p5-Log-Log4perl/distinfo b/devel/p5-Log-Log4perl/distinfo
index 1155c0fd398..118a6eea274 100644
--- a/devel/p5-Log-Log4perl/distinfo
+++ b/devel/p5-Log-Log4perl/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2013/01/23 09:49:32 rhaen Exp $
+$NetBSD: distinfo,v 1.16 2015/01/18 12:57:01 wen Exp $
-SHA1 (Log-Log4perl-1.40.tar.gz) = 684f4ef2b8a08872db8472798024f70e2945fe99
-RMD160 (Log-Log4perl-1.40.tar.gz) = b10fc119724ecfda445818426287e5b2699d5762
-Size (Log-Log4perl-1.40.tar.gz) = 273132 bytes
+SHA1 (Log-Log4perl-1.46.tar.gz) = 6a06e143f09b0bd05cb04789d8b0283d67ab199e
+RMD160 (Log-Log4perl-1.46.tar.gz) = 06b198533b17925a43cbbfd0497d764faea51edd
+Size (Log-Log4perl-1.46.tar.gz) = 278058 bytes