Update textproc/libxml++: 0.22 -> 0.23 Bug fixes
On Tue, May 20, 2003 at 04:46:32PM +0200, Kirill Ponomarew wrote: > > >Synopsis: Update textproc/libxml++: 0.22 -> 0.23 > > >Description: > Update textproc/libxml++: 0.22 -> 0.23 What do you think about next version of patch? Index: ports/textproc/libxml++/Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/libxml++/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- ports/textproc/libxml++/Makefile 1 May 2003 23:38:08 -0000 1.16 +++ ports/textproc/libxml++/Makefile 20 May 2003 15:06:44 -0000 @@ -7,7 +7,7 @@ # PORTNAME= libxml++ -PORTVERSION= 0.22.0 +PORTVERSION= 0.23.0 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:S/+/plus/g} Index: ports/textproc/libxml++/distinfo =================================================================== RCS file: /home/ncvs/ports/textproc/libxml++/distinfo,v retrieving revision 1.11 diff -u -r1.11 distinfo --- ports/textproc/libxml++/distinfo 1 May 2003 23:38:08 -0000 1.11 +++ ports/textproc/libxml++/distinfo 20 May 2003 15:06:44 -0000 @@ -1 +1 @@ -MD5 (libxml++-0.22.0.tar.gz) = 096c53bb75a146f7c5b2478eb51db2b8 +MD5 (libxml++-0.23.0.tar.gz) = d9abae2760267aed8272f9ffb9101eeb Index: ports/textproc/libxml++/pkg-descr =================================================================== RCS file: /home/ncvs/ports/textproc/libxml++/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- ports/textproc/libxml++/pkg-descr 25 Feb 2001 18:49:50 -0000 1.1 +++ ports/textproc/libxml++/pkg-descr 20 May 2003 15:06:44 -0000 @@ -2,4 +2,4 @@ (gnome-xml) to parse and write the actual XML files. It has a simple but complete API. -WWW: http://www.ari.lusis.org/xml++/ +WWW: http://libxmlplusplus.sourceforge.net/ Index: ports/textproc/libxml++/pkg-plist =================================================================== RCS file: /home/ncvs/ports/textproc/libxml++/pkg-plist,v retrieving revision 1.8 diff -u -r1.8 pkg-plist --- ports/textproc/libxml++/pkg-plist 1 May 2003 23:38:08 -0000 1.8 +++ ports/textproc/libxml++/pkg-plist 20 May 2003 15:06:45 -0000 @@ -7,17 +7,19 @@ include/libxml++-1.0/libxml++/exceptions/internal_error.h include/libxml++-1.0/libxml++/exceptions/parse_error.h include/libxml++-1.0/libxml++/exceptions/validity_error.h +include/libxml++-1.0/libxml++/keepblanks.h include/libxml++-1.0/libxml++/libxml++.h include/libxml++-1.0/libxml++/nodes/commentnode.h include/libxml++-1.0/libxml++/nodes/element.h include/libxml++-1.0/libxml++/nodes/node.h include/libxml++-1.0/libxml++/nodes/textnode.h +include/libxml++-1.0/libxml++/noncopyable.h include/libxml++-1.0/libxml++/parsers/domparser.h include/libxml++-1.0/libxml++/parsers/parser.h include/libxml++-1.0/libxml++/parsers/saxparser.h lib/libxml++-0.1.a lib/libxml++-0.1.so -lib/libxml++-0.1.so.8 +lib/libxml++-0.1.so.9 libdata/pkgconfig/libxml++-1.0.pc share/aclocal/libxml++.m4 @dirrm include/libxml++-1.0/libxml++/exceptions Thanks. -- Rgdz, /"\ ASCII RIBBON CAMPAIGN Sergey Osokin aka oZZ, \ / AGAINST HTML MAIL http://ozz.pp.ru/ X AND NEWS / \
Hi, On Tue, May 20, 2003 at 07:11:10PM +0400, Sergey A. Osokin wrote: > What do you think about next version of patch? It's ok from my side ;-) Kirill
State Changed From-To: open->closed Committed, thanks!