diff options
author | wiz <wiz> | 2005-04-04 09:31:03 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-04-04 09:31:03 +0000 |
commit | a35211c9a85915a6b62a9001e5ab64fa4b4fbdd3 (patch) | |
tree | 22cbc8993fd0ad6d7e62b53a1585ab7c31192b73 /devel/p5-Log-Agent | |
parent | 12bb38132918715ac13f3810253d5aca7f8cd618 (diff) | |
download | pkgsrc-a35211c9a85915a6b62a9001e5ab64fa4b4fbdd3.tar.gz |
Update to 0.306, from PR 29852:
Changes from 0.3.3:
Mon Feb 2 22:34:28 EST 2004 Mark Rogaski
. Description: 0.3.6
Stripped line endings in common tests to allow tests to succeed
under non-UN*X environments. Also replaced an unnecessary handle
alias with the actual file name in t/file.t. Thanks to Jay Lawrence
and Terrence Brannon for pointing out the test problems.
Sat Sep 27 13:56:58 EDT 2003 Mark Rogaski
. Description: 0.3.5
Added a wrapper for &AutoLoader::AUTOLOAD to save the value
of $!, which is often clobbered before the substitution of
"%m" by logxxx().
Added a META.yml file and disabled autogeneration in Makefile.PL.
Sat Mar 8 11:43:41 EST 2003 Mark Rogaski
. Description: 0.3.4
Made the logxxx() calls transparent to all (current)
sprintf() formatting patterns. Not all formatting
errors will be caught before passed to sprintf(), but
the obviously malformed ones will be detected.
Added support for embedded newlines in messages passed to
logcarp() and logxcarp().
Package change: add HOMEPAGE.
Diffstat (limited to 'devel/p5-Log-Agent')
-rw-r--r-- | devel/p5-Log-Agent/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Log-Agent/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-Log-Agent/Makefile b/devel/p5-Log-Agent/Makefile index a545c883ce2..b2d51d5a38e 100644 --- a/devel/p5-Log-Agent/Makefile +++ b/devel/p5-Log-Agent/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.6 2004/12/20 11:31:01 grant Exp $ +# $NetBSD: Makefile,v 1.7 2005/04/04 09:31:03 wiz Exp $ -DISTNAME= Log-Agent-0.303 +DISTNAME= Log-Agent-0.306 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5lag -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/} MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Log-Agent/ COMMENT= General logging framework aimed at reusable modules PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/devel/p5-Log-Agent/distinfo b/devel/p5-Log-Agent/distinfo index 3e1c8ce596d..400c6137fa1 100644 --- a/devel/p5-Log-Agent/distinfo +++ b/devel/p5-Log-Agent/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 22:24:26 agc Exp $ +$NetBSD: distinfo,v 1.3 2005/04/04 09:31:03 wiz Exp $ -SHA1 (Log-Agent-0.303.tar.gz) = 270d81a3a6d8fc8c73e938662e98a4083e1f3848 -RMD160 (Log-Agent-0.303.tar.gz) = 06ad7b25a2731f75593e383f9d873fbf7b2c2d49 -Size (Log-Agent-0.303.tar.gz) = 52852 bytes +SHA1 (Log-Agent-0.306.tar.gz) = d9b60bd115622e61537dea3863db9dedb043038b +RMD160 (Log-Agent-0.306.tar.gz) = 2d75d24b4db4b3cdbe79d4865ec6ed806997e33f +Size (Log-Agent-0.306.tar.gz) = 55597 bytes |