Tue Feb 10 14:30:32 2009 UTC ()
1.20 (2008/12/09)
    *   (ms) Using semctl to reset the value of the semaphore in the
             Synchronized appender to prevent "Numerical result out of
             range" problem caused by an unbalanced SEM_UNDO when
             incrementing it. Reported by John Little.
    *   (ms) Added parameters in curly braces to cspecs in PatternLayout.
    *   (ms) As explained in  http://rt.cpan.org/Ticket/Display.html?id=41505
             the latest LWP release (5.822) got rid of all of its internal
             debugging functions, making infiltrate_lwp() and its test
             case useless. Disabling it for LWP>=5.822.


(rhaen)
diff -r1.6 -r1.7 pkgsrc/devel/p5-Log-Log4perl/Makefile
diff -r1.4 -r1.5 pkgsrc/devel/p5-Log-Log4perl/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/devel/p5-Log-Log4perl/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Log-Log4perl/Makefile 2008/11/11 09:02:00 1.6
+++ pkgsrc/devel/p5-Log-Log4perl/Makefile 2009/02/10 14:30:31 1.7
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.6 2008/11/11 09:02:00 rhaen Exp $ 1# $NetBSD: Makefile,v 1.7 2009/02/10 14:30:31 rhaen Exp $
2# 2#
3 3
4DISTNAME= Log-Log4perl-1.19 4DISTNAME= Log-Log4perl-1.20
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6CATEGORIES= devel 6CATEGORIES= devel
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
8 8
9MAINTAINER= rhaen@NetBSD.org 9MAINTAINER= rhaen@NetBSD.org
10HOMEPAGE= http://log4perl.sourceforge.net/ 10HOMEPAGE= http://log4perl.sourceforge.net/
11COMMENT= Log::Log4perl - Log4j implementation for Perl 11COMMENT= Log::Log4perl - Log4j implementation for Perl
12 12
13PERL5_PACKLIST= auto/Log/Log4perl/.packlist 13PERL5_PACKLIST= auto/Log/Log4perl/.packlist
14PKG_DESTDIR_SUPPORT=user-destdir 14PKG_DESTDIR_SUPPORT=user-destdir
15 15
16REPLACE_PERL+= lib/Log/Log4perl/Layout/PatternLayout/Multiline.pm 16REPLACE_PERL+= lib/Log/Log4perl/Layout/PatternLayout/Multiline.pm
17 17

cvs diff -r1.4 -r1.5 pkgsrc/devel/p5-Log-Log4perl/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Log-Log4perl/distinfo 2008/11/11 09:02:00 1.4
+++ pkgsrc/devel/p5-Log-Log4perl/distinfo 2009/02/10 14:30:31 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2008/11/11 09:02:00 rhaen Exp $ 1$NetBSD: distinfo,v 1.5 2009/02/10 14:30:31 rhaen Exp $
2 2
3SHA1 (Log-Log4perl-1.19.tar.gz) = 4e8d596013d8b393dab6e4783dc16158767f382a 3SHA1 (Log-Log4perl-1.20.tar.gz) = 41951071f48c244ef2fd9d61462d7249992dde45
4RMD160 (Log-Log4perl-1.19.tar.gz) = c30e51bce0844b94d17813ea0812d2b20b365e05 4RMD160 (Log-Log4perl-1.20.tar.gz) = 27790806fc7cfbb5744851ba745ae8263c593c0f
5Size (Log-Log4perl-1.19.tar.gz) = 236992 bytes 5Size (Log-Log4perl-1.20.tar.gz) = 238389 bytes