- Updating package for p5 module Log::Log4Perl from 1.21 to 1.23 Upstream changes: 1.23 (2009/05/12) * (ms) DBI-1.608 removed a DBD::File 'feature' that allowed leaving out parameters in a bound execute(). This caused the test suite to fail (http://groups.google.com/group/perl.cpan.testers/browse_thread/thread/af1f5c875165c387). Fixed the test cases to pass the correct number of parameters every time. * (ms) Better error message in the DBI appender on bad SQL, missing bind parameters, or other execute() errors. * (ms) Made DBI test suite more robust against preexisting conditions * (ms) Added force_next_check() for init_and_watch(), cleaned up Config::Watcher code. * (ms) Fixed test suite to run on Strawberry Perl on Win32 (reported by kmx on https://rt.cpan.org/Ticket/Display.html?id=45983) * (ms) Added 'utf8' option to screen appender and easy mode, some of it suggested in http://rt.cpan.org/Public/Bug/Display.html?id=36673 by Shantanu Bhadoria. 1.22 (2009/05/02) * (ms) is_xxx() returned true prior to L4p initialization. Fixed it and adapted test suite. * (ms) Added test cases on syswrite in recreate mode * (ms) Applied patch by Jens Berthold <log4perl@jebecs.de> to avoid semaphore cleanup in spawned children. * (ms) Added %m{chomp} feature, 'message_chomp_before_newline' option, and documentation on newlines and logging messages, all suggested by Tim Bunce (see PatternLayout).
20 lines
551 B
Makefile
20 lines
551 B
Makefile
# $NetBSD: Makefile,v 1.9 2009/05/17 17:46:38 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Log-Log4perl-1.23
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
HOMEPAGE= http://log4perl.sourceforge.net/
|
|
COMMENT= Log::Log4perl - Log4j implementation for Perl
|
|
LICENSE= gnu-gpl-v2 # OR artistic
|
|
|
|
PERL5_PACKLIST= auto/Log/Log4perl/.packlist
|
|
PKG_DESTDIR_SUPPORT=user-destdir
|
|
|
|
REPLACE_PERL+= lib/Log/Log4perl/Layout/PatternLayout/Multiline.pm
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|