diff options
author | rhaen <rhaen@pkgsrc.org> | 2007-12-09 22:18:54 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2007-12-09 22:18:54 +0000 |
commit | 21d2d5e1561c6ee2e737f807ae3b769173932ef2 (patch) | |
tree | d1bd4a51ece3d17796f9e1f196c65dbce10df944 | |
parent | 099fe31aef8e3ad37604e4e4b51b5b5d9e4a7b12 (diff) | |
download | pkgsrc-21d2d5e1561c6ee2e737f807ae3b769173932ef2.tar.gz |
- updated to 2.20
- new maintainer
- PKG_DESTDIR_SUPPORT
- ok by joerg
Changelog:
2.20 Nov 2, 2007
- One of the tests failed on Perl 5.6.x. Thanks to Slaven Rezic for
the report.
2.19 Nov 1, 2007
- Switched to providing a traditional Makefile.PL as well as a
Build.PL file. RT #27208.
- When permissions are specified for a Log::Dispatch::File object,
don't try to chmod the file unless the permissions of the file
differ from what the file already has. Based on a patch by Kevin. RT
#28151.
- Require at least Perl 5.6.0.
- Remove the tests for the email sending and exit codes, since the
test had a heisenbug I could not understand. I _think_ the code in
the email modules is correct, but the test isn't proving anything.
- Added a binmode parameter for Log::Dispatch::File. Based on a patch
by Angelo. RT #26063.
-rw-r--r-- | devel/p5-Log-Dispatch/Makefile | 10 | ||||
-rw-r--r-- | devel/p5-Log-Dispatch/distinfo | 8 |
2 files changed, 10 insertions, 8 deletions
diff --git a/devel/p5-Log-Dispatch/Makefile b/devel/p5-Log-Dispatch/Makefile index fade8b05820..d7d6ee40082 100644 --- a/devel/p5-Log-Dispatch/Makefile +++ b/devel/p5-Log-Dispatch/Makefile @@ -1,19 +1,21 @@ -# $NetBSD: Makefile,v 1.21 2007/06/08 11:22:39 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2007/12/09 22:18:54 rhaen Exp $ -DISTNAME= Log-Dispatch-2.18 +DISTNAME= Log-Dispatch-2.20 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5ldi CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/} -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= rhaen@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Log-Dispatch/ COMMENT= Perl module for logging messages to multiple outputs +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Params-Validate>=0.15:../../devel/p5-Params-Validate PERL5_MODULE_TYPE= Module::Build PERL5_PACKLIST= auto/Log/Dispatch/.packlist .include "../../lang/perl5/module.mk" -.include "../../mk/bsd.pkg.mk" +.include "../../mk/bsd.pkg.mk"
\ No newline at end of file diff --git a/devel/p5-Log-Dispatch/distinfo b/devel/p5-Log-Dispatch/distinfo index 2f6ab649d03..2e13952d438 100644 --- a/devel/p5-Log-Dispatch/distinfo +++ b/devel/p5-Log-Dispatch/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2007/06/08 11:22:39 wiz Exp $ +$NetBSD: distinfo,v 1.11 2007/12/09 22:18:54 rhaen Exp $ -SHA1 (Log-Dispatch-2.18.tar.gz) = 5f0e6f0915c85fb0a7cd008baa43a8b35e444d1d -RMD160 (Log-Dispatch-2.18.tar.gz) = 5997f7ffbb35037f1cd02a5a24c8067ecf3f1a36 -Size (Log-Dispatch-2.18.tar.gz) = 30979 bytes +SHA1 (Log-Dispatch-2.20.tar.gz) = b083c8d903313e97f4e66d75fc9ddbb42947da5a +RMD160 (Log-Dispatch-2.20.tar.gz) = 6c490a3d3a74215d58b4386de731cad95c4ec0e0 +Size (Log-Dispatch-2.20.tar.gz) = 30984 bytes |