Subject: pkg/34413: [update] textproc/p5-XML-Writer
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:06
>Number:         34413
>Category:       pkg
>Synopsis:       [update] textproc/p5-XML-Writer
>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:05 +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.600

- Changelog


	- Don't include an encoding in the XML declaration unless one
	   is specified.
	- Check for, and croak on, invalid characters (including ASCII NUL).
	- Fixed 'ancestor' with out-of-bounds indexes.


	- Format comments like elements when in data mode.
	- Only attempt Unicode tests for Perl >= 5.8.1.


	- Don't die when ENCODING is specified with a scalar OUTPUT.
	- Add support for US-ASCII encoding.


	- Rename internal String package to avoid clash with external modules.
	- Fix Unicode test skipping for Perls before 5.8.


>How-To-Repeat:





>Fix:


--- p5-XML-Writer.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/pkgsrc/textproc/p5-XML-Writer/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- Makefile	4 Mar 2006 21:30:50 -0000	1.14
+++ Makefile	30 Aug 2006 11:03:49 -0000
@@ -1,10 +1,9 @@
 # $NetBSD: Makefile,v 1.14 2006/03/04 21:30:50 jlam Exp $
 #
 
-DISTNAME=	XML-Writer-0.530
+DISTNAME=	XML-Writer-0.600
 PKGNAME=	p5-${DISTNAME}
 SVR4_PKGNAME=	p5xwr
-PKGREVISION=	1
 CATEGORIES=	textproc perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=XML/}
 
Index: distinfo
===================================================================
RCS file: /home/pcvs/pkgsrc/textproc/p5-XML-Writer/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo	24 Feb 2005 14:48:47 -0000	1.4
+++ distinfo	30 Aug 2006 11:03:59 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.4 2005/02/24 14:48:47 agc Exp $
 
-SHA1 (XML-Writer-0.530.tar.gz) = 15761e299e36e0eb57a62b8f5fc27a3006fea7d6
-RMD160 (XML-Writer-0.530.tar.gz) = 682354a7de8b93e13c528523503675ce7ff548c4
-Size (XML-Writer-0.530.tar.gz) = 19725 bytes
+SHA1 (XML-Writer-0.600.tar.gz) = 1068d5917877750a2e83a46a2c06139a92f5413a
+RMD160 (XML-Writer-0.600.tar.gz) = 3264f5a489407cb728d9f629761fced8a5e642b6
+Size (XML-Writer-0.600.tar.gz) = 22082 bytes
--- p5-XML-Writer.diff ends here ---