pkgsrc/devel/p5-Log-Dispatch/Makefile
sno 3fb54611d0 Updating package for Perl 5 module Log::Dispatch in devel/p5-Log-Dispatch
from 2.29 to 2.32.

pkgsrc changes:
- add missing dependency

Upstream changes:
2.32     2012-05-24

- Fix a test failure - test failed if you had 0.16 <= Sys::Syslog < 0.25
  installed.

- Added a kludgey test failure fix for failure on Cygwin. Patch by Christian
  Carey. RT #77364.


2.31     2012-05-21

- Added missing prereq - Class::Load.


2.30     2012-05-20

- Remove Sys::Syslog as a prereq, since you can use this distro perfectly well
  without it. Fixes RT #52065.

- You can now pass a subroutine reference to the sugar methods like
  $dispatch->debug() and friends. Requested by Jeffrey Thalhammer. RT #77308.

- Calling sugar methods like $dispatch->warn or $dispatch->crit did not
  normalize the log level, so the level would be passed to the outputs as
  "warn", not "warning". Reported by Karen Etheridge. RT #77203.
2012-07-05 14:06:59 +00:00

22 lines
644 B
Makefile

# $NetBSD: Makefile,v 1.34 2012/07/05 14:06:59 sno Exp $
DISTNAME= Log-Dispatch-2.32
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5ldi
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Log-Dispatch/
COMMENT= Perl module for logging messages to multiple outputs
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Class-Load-[0-9]*:../../devel/p5-Class-Load
DEPENDS+= p5-Params-Validate>=0.15:../../devel/p5-Params-Validate
PERL5_PACKLIST= auto/Log/Dispatch/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"