Bug 52475 - Update textproc/libxml++: 0.22 -> 0.23
Summary: Update textproc/libxml++: 0.22 -> 0.23
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-20 15:50 UTC by Kirill Ponomarew
Modified: 2003-05-22 04:53 UTC (History)
0 users

See Also:


Attachments
file.diff (1.61 KB, patch)
2003-05-20 15:50 UTC, Kirill Ponomarew
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kirill Ponomarew 2003-05-20 15:50:06 UTC
Update textproc/libxml++: 0.22 -> 0.23

Bug fixes
Comment 1 osa 2003-05-20 16:11:10 UTC
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
                             / \
Comment 2 Kirill Ponomarew 2003-05-20 16:12:20 UTC
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
Comment 3 Foxfair Hu freebsd_committer freebsd_triage 2003-05-22 04:51:41 UTC
State Changed
From-To: open->closed

Committed, thanks!