diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-18 02:45:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-18 02:45:54 +0000 |
commit | 86c2dea9c63bfeb78b4f5c233cc7c4f7d8078956 (patch) | |
tree | dc3fab8529f6a6e603faab81ac0f46e375f282ed /devel/p5-Log-Dispatch | |
parent | 5ed5bb3e519b0a94c8120d07d2f6ffae55249430 (diff) | |
download | pkgsrc-86c2dea9c63bfeb78b4f5c233cc7c4f7d8078956.tar.gz |
Update to 2.16:
2.16 Dec 19, 2006 (Happy Birthday, Dad!)
- Don't require IO::String for running the tests. Reported by Andreas
Koenig. RT #23973.
- Moved Test::More to build_requires. Suggested by Andreas Koenig. RT
#23973.
2.15 Dec 16, 2006
- Don't try to test compilation of L::D::Syslog unless Sys::Syslog is
available. Patch by Kenichi Ishigaki. RT #23751.
- Allow a subroutine reference as a log message when callin
Log::Dispatch->log(). Suggested by Craig Manley. RT #23913.
- Added Log::Dispatch::Null output, primarily for testing.
2.14 Nov 18, 2006
This release only involves changes to the test suite.
- Make sure we don't fail if Apache::Log is not installed on the
system. RT #22791. Reported by Lee Goddard.
- Separated out compilation tests from other tests.
Diffstat (limited to 'devel/p5-Log-Dispatch')
-rw-r--r-- | devel/p5-Log-Dispatch/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-Log-Dispatch/Makefile b/devel/p5-Log-Dispatch/Makefile index ab516696630..bc0e1bb6150 100644 --- a/devel/p5-Log-Dispatch/Makefile +++ b/devel/p5-Log-Dispatch/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.19 2006/11/01 13:34:30 obache Exp $ +# $NetBSD: Makefile,v 1.20 2007/02/18 02:45:54 wiz Exp $ -DISTNAME= Log-Dispatch-2.13 +DISTNAME= Log-Dispatch-2.16 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5ldi CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/~drolsky/Log-Dispatch/ +HOMEPAGE= http://search.cpan.org/dist/Log-Dispatch/ COMMENT= Perl module for logging messages to multiple outputs DEPENDS+= p5-Params-Validate>=0.15:../../devel/p5-Params-Validate diff --git a/devel/p5-Log-Dispatch/distinfo b/devel/p5-Log-Dispatch/distinfo index cc8e8b324f8..5be0de4d35f 100644 --- a/devel/p5-Log-Dispatch/distinfo +++ b/devel/p5-Log-Dispatch/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2006/11/01 13:34:30 obache Exp $ +$NetBSD: distinfo,v 1.9 2007/02/18 02:45:54 wiz Exp $ -SHA1 (Log-Dispatch-2.13.tar.gz) = a5c31323e6e65952809b07cefb9e175158f061ef -RMD160 (Log-Dispatch-2.13.tar.gz) = 47f778110124c0c7fba820deab2b6fd68dfe6fe3 -Size (Log-Dispatch-2.13.tar.gz) = 29548 bytes +SHA1 (Log-Dispatch-2.16.tar.gz) = 539ab3636ebd07930de656b7cdd3e37614cda8c5 +RMD160 (Log-Dispatch-2.16.tar.gz) = 54f239147c01dac67125792a7556162ee2de6fa0 +Size (Log-Dispatch-2.16.tar.gz) = 30897 bytes |