Subject: pkg/34416: [update] textproc/p5-Text-Glob
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Martin Wilke <miwi@FreeBSD.org>
List: pkgsrc-bugs
Date: 08/30/2006 11:25:07
>Number:         34416
>Category:       pkg
>Synopsis:       [update] textproc/p5-Text-Glob
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed Aug 30 11:25:06 +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.07

- Changelog
  	Explictly quote @ and %.  Though they don't really need it to work
	normally, it's needed for when you roundtrip the
	regex back into text (like File::Find::Rule does).


>How-To-Repeat:





>Fix:


--- p5-Text-Glob.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/pkgsrc/textproc/p5-Text-Glob/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	6 Aug 2005 06:19:33 -0000	1.3
+++ Makefile	30 Aug 2006 10:05:18 -0000
@@ -1,9 +1,9 @@
 # $NetBSD: Makefile,v 1.3 2005/08/06 06:19:33 jlam Exp $
 
-DISTNAME=	Text-Glob-0.06
+DISTNAME=	Text-Glob-0.07
 PKGNAME=	p5-${DISTNAME}
 SVR4_PKGNAME=	p5tgl
-PKGREVISION=	1
+
 CATEGORIES=	textproc perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Text/}
 
Index: distinfo
===================================================================
RCS file: /home/pcvs/pkgsrc/textproc/p5-Text-Glob/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo	24 Jun 2005 17:33:36 -0000	1.1.1.1
+++ distinfo	30 Aug 2006 10:05:44 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.1.1.1 2005/06/24 17:33:36 wiz Exp $
 
-SHA1 (Text-Glob-0.06.tar.gz) = 8158ffc186c473a06f5e2bc8c5468225b3641066
-RMD160 (Text-Glob-0.06.tar.gz) = a49603fe4341e6774a798e65c5aa442bd8fc0849
-Size (Text-Glob-0.06.tar.gz) = 3547 bytes
+SHA1 (Text-Glob-0.07.tar.gz) = a74c665f5e01b93d4f652633e52f2790d7f26450
+RMD160 (Text-Glob-0.07.tar.gz) = c6bd70e7e7802c8825e39f2ae28eed501d8ef9db
+Size (Text-Glob-0.07.tar.gz) = 3691 bytes
--- p5-Text-Glob.diff ends here ---