Subject: pkg/34347: [update] devel/p5-Log-Agent
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Martin Wilke <miwi@FreeBSD.org>
List: pkgsrc-bugs
Date: 08/29/2006 16:15:04
>Number:         34347
>Category:       pkg
>Synopsis:       [update] devel/p5-Log-Agent
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Tue Aug 29 16:15:02 +0000 2006
>Originator:     Martin Wilke
>Release:        NetBSD 4.0_BETA i386
>Organization:
>Environment:


System: NetBSD 4.0_BETA (MIWIBOX) #0: Tue Aug 29 10:29:38 CEST 2006
	miwi@mwilke.ath.cx:/usr/obj/sys/arch/i386/compile/MIWIBOX



>Description:


- Update to 0.307 

Description:	0.3.7

        Replaced a non-localized modification $^W with "no warnings" so
        warnings are no disabled globally.  Thanks to Andreas Vierengel for
        pointing this out.

        Fixed formatting behavior for strings that contain "%%" without any
        other formating characters.  Thanks to David Coppit for this one.

        Fixed a minor undef warning in a major kludge in the Agent::Driver
        code.


>How-To-Repeat:





>Fix:


--- p5-Log-Agent.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/pkgsrc/devel/p5-Log-Agent/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile	4 Mar 2006 21:29:22 -0000	1.11
+++ Makefile	29 Aug 2006 13:56:51 -0000
@@ -1,9 +1,8 @@
 # $NetBSD: Makefile,v 1.11 2006/03/04 21:29:22 jlam Exp $
 
-DISTNAME=	Log-Agent-0.306
+DISTNAME=	Log-Agent-0.307
 PKGNAME=	p5-${DISTNAME}
 SVR4_PKGNAME=	p5lag
-PKGREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Log/}
 
Index: distinfo
===================================================================
RCS file: /home/pcvs/pkgsrc/devel/p5-Log-Agent/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	4 Apr 2005 09:31:03 -0000	1.3
+++ distinfo	29 Aug 2006 13:57:07 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.3 2005/04/04 09:31:03 wiz Exp $
 
-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
+SHA1 (Log-Agent-0.307.tar.gz) = 092a9f1e4ea3f0aadfc986485d0c84be66b74361
+RMD160 (Log-Agent-0.307.tar.gz) = d488669aefd679c3d63cd4f54e19e5195871a7a0
+Size (Log-Agent-0.307.tar.gz) = 55238 bytes
--- p5-Log-Agent.diff ends here ---