From 9aa72335e19b9e97922c778f6ffc0669139fd63a Mon Sep 17 00:00:00 2001 From: shattered Date: Fri, 15 Feb 2013 19:17:20 +0000 Subject: Update to 0.8.6. Changes: - fixed a bug in ezxml_add_child() that can occur when adding tags out of order - for consistency, ezxml_set_attr() now returns the tag given - added ezxml_move() and supporting functions ezxml_cut() and ezxml_insert() - fixed a bug where parsing an empty file could cause a segfault --- doc/CHANGES-2013 | 3 ++- doc/TODO | 3 +-- textproc/ezxml/Makefile | 4 ++-- textproc/ezxml/distinfo | 8 ++++---- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/CHANGES-2013 b/doc/CHANGES-2013 index ebfb21fbb63..d1cfb875f44 100644 --- a/doc/CHANGES-2013 +++ b/doc/CHANGES-2013 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2013,v 1.600 2013/02/15 15:43:19 taca Exp $ +$NetBSD: CHANGES-2013,v 1.601 2013/02/15 19:17:20 shattered Exp $ Changes to the packages collection and infrastructure in 2013: @@ -881,3 +881,4 @@ Changes to the packages collection and infrastructure in 2013: Updated security/knc to 1.7.1 [schmonz 2013-02-14] Updated www/contao30 to 3.0.4 [taca 2013-02-15] Updated www/contao30-example to 3.0.4 [taca 2013-02-15] + Updated textproc/ezxml to 0.8.6 [shattered 2013-02-15] diff --git a/doc/TODO b/doc/TODO index 2e62522e265..765f5b19425 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.11941 2013/02/13 21:02:45 adam Exp $ +$NetBSD: TODO,v 1.11942 2013/02/15 19:17:20 shattered Exp $ Suggested new packages ====================== @@ -563,7 +563,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html. o evolution-mapi-0.32.2 [GNOME 2.32] o ex-20050325 o ezmlm-idx-5.1.2 [schmonz] - o ezxml-0.8.6 o f-spot-0.8.2 o faces-1.7.7 o fakeroot-1.6.5 diff --git a/textproc/ezxml/Makefile b/textproc/ezxml/Makefile index 3a9d520290a..dc93db4d222 100644 --- a/textproc/ezxml/Makefile +++ b/textproc/ezxml/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2012/10/25 06:55:50 asau Exp $ +# $NetBSD: Makefile,v 1.9 2013/02/15 19:17:21 shattered Exp $ -DISTNAME= ezxml-0.8.5 +DISTNAME= ezxml-0.8.6 CATEGORIES= textproc devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ezxml/} diff --git a/textproc/ezxml/distinfo b/textproc/ezxml/distinfo index 30627511aae..a7539712368 100644 --- a/textproc/ezxml/distinfo +++ b/textproc/ezxml/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2005/10/01 18:19:58 recht Exp $ +$NetBSD: distinfo,v 1.3 2013/02/15 19:17:21 shattered Exp $ -SHA1 (ezxml-0.8.5.tar.gz) = b4f4e1a6469fbe8e3a7ddb983547d7a1db605241 -RMD160 (ezxml-0.8.5.tar.gz) = 737a61f6239db28eac04a4537979c9cca654c017 -Size (ezxml-0.8.5.tar.gz) = 16606 bytes +SHA1 (ezxml-0.8.6.tar.gz) = 50eb51d7a0f87ce39aa9a7661955a0c89cbd3e7f +RMD160 (ezxml-0.8.6.tar.gz) = 6fa98f9a4bfabeb53d3f5ffc717a3e915271b124 +Size (ezxml-0.8.6.tar.gz) = 16479 bytes SHA1 (patch-aa) = a33e3e815eb433e9f00468774bea73e23493740e -- cgit v1.2.3