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.25



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a02ddbf1676e
branches:  trunk
changeset: 400165:a02ddbf1676e
user:      rhaen <rhaen%pkgsrc.org@localhost>
date:      Mon Oct 12 10:15:28 2009 +0000

description:
- Updated to 1.25
- Changed MasterSite
ChangeLog upstream:

1.25 (2009/09/27)
    *   (ms) Appender::File is now closing (or sysclosing) the file
             on file_close() instead of just undef'ing the handle.
    *   (ms) Added l4p-tmpl helper script to help whipping up a new
             log4perl configuration file.
    *   (ms) Fixed uninitialized warning on XML configuration files,
             reported by jbkilian on the sourceforge mailing list.
    *   (ms) Applied patch [RT 43426] by AFF <aff%cpan.org@localhost> to have
             appender_thresholds_adjust return number of appenders changed.
    *   (ms) [RT 34400] New :nostrict target which allows redefining a
             category within a Log4perl configuration file without error
             or even a warning.
    *   (ms) [RT 34401] Applied patch by Jae Gangemi, who fixed
             code references in @INC on Win32 systems.
    *   (ms) [RT 32259] Patternlayout now supports %R, which returns the
             number of milliseconds elapsed from last logging event to
             the current logging event (thanks to Emmanuel Rodriguez for
             the patch).
    *   (ms) [RT 30899] Color configuration and attribute support
             added to ScreenColoredLevels appender by Jason Kohles.
    *   (ms) [RT 28987] If UNIVERSAL is available, appender existence is
             now verified by checking can() on the appender's new()
             method (applied modified patch by Gabriel Berriz).

diffstat:

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

diffs (30 lines):

diff -r f7a0d4124a5d -r a02ddbf1676e devel/p5-Log-Log4perl/Makefile
--- a/devel/p5-Log-Log4perl/Makefile    Mon Oct 12 10:06:47 2009 +0000
+++ b/devel/p5-Log-Log4perl/Makefile    Mon Oct 12 10:15:28 2009 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.10 2009/08/09 11:47:16 sno Exp $
+# $NetBSD: Makefile,v 1.11 2009/10/12 10:15:28 rhaen Exp $
 #
 
-DISTNAME=      Log-Log4perl-1.24
+DISTNAME=      Log-Log4perl-1.25
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel
-MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Log/}
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MS/MSCHILLI/}
 
 MAINTAINER=    rhaen%NetBSD.org@localhost
 HOMEPAGE=      http://log4perl.sourceforge.net/
diff -r f7a0d4124a5d -r a02ddbf1676e devel/p5-Log-Log4perl/distinfo
--- a/devel/p5-Log-Log4perl/distinfo    Mon Oct 12 10:06:47 2009 +0000
+++ b/devel/p5-Log-Log4perl/distinfo    Mon Oct 12 10:15:28 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2009/08/09 11:47:16 sno Exp $
+$NetBSD: distinfo,v 1.9 2009/10/12 10:15:28 rhaen Exp $
 
-SHA1 (Log-Log4perl-1.24.tar.gz) = b390f35e68df16f85b4e21773724f14333532dd3
-RMD160 (Log-Log4perl-1.24.tar.gz) = 0d84b66fcdb9ae0be7d9083b124ba674976fcefe
-Size (Log-Log4perl-1.24.tar.gz) = 245731 bytes
+SHA1 (Log-Log4perl-1.25.tar.gz) = d237ece445b023b501becc0108186a7cf81c7d41
+RMD160 (Log-Log4perl-1.25.tar.gz) = 3973a11f65da6edb36d451bfe70a6f7d83d7cce6
+Size (Log-Log4perl-1.25.tar.gz) = 250849 bytes



Home | Main Index | Thread Index | Old Index