pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Log-Dispatch - updated to 2.20



details:   https://anonhg.NetBSD.org/pkgsrc/rev/977fda7b0416
branches:  trunk
changeset: 536281:977fda7b0416
user:      rhaen <rhaen%pkgsrc.org@localhost>
date:      Sun Dec 09 22:18:54 2007 +0000

description:
- 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.

diffstat:

 devel/p5-Log-Dispatch/Makefile |  10 ++++++----
 devel/p5-Log-Dispatch/distinfo |   8 ++++----
 2 files changed, 10 insertions(+), 8 deletions(-)

diffs (43 lines):

diff -r bc4680d65225 -r 977fda7b0416 devel/p5-Log-Dispatch/Makefile
--- a/devel/p5-Log-Dispatch/Makefile    Sun Dec 09 22:17:54 2007 +0000
+++ b/devel/p5-Log-Dispatch/Makefile    Sun Dec 09 22:18:54 2007 +0000
@@ -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@localhost
+MAINTAINER=    rhaen%NetBSD.org@localhost
 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 -r bc4680d65225 -r 977fda7b0416 devel/p5-Log-Dispatch/distinfo
--- a/devel/p5-Log-Dispatch/distinfo    Sun Dec 09 22:17:54 2007 +0000
+++ b/devel/p5-Log-Dispatch/distinfo    Sun Dec 09 22:18:54 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index