diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-05-22 11:53:06 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-05-22 11:53:06 +0800 |
commit | 3dd33088068dcb173e8f9df9ae9d57996dc56f75 (patch) | |
tree | cec9f7528c7d09f0694d0e46ba91b8d244a8d317 /textproc/libxml++ | |
parent | c6b4b2b66bae9f55ec423f2277b278388d6ac4d4 (diff) | |
download | freebsd-ports-gnome-3dd33088068dcb173e8f9df9ae9d57996dc56f75.tar.gz freebsd-ports-gnome-3dd33088068dcb173e8f9df9ae9d57996dc56f75.tar.zst freebsd-ports-gnome-3dd33088068dcb173e8f9df9ae9d57996dc56f75.zip |
PR: 52475
Submitted by: "Sergey A. Osokin" <osa@freebsd.org.ru>
Reviewed by: Kirill Ponomarew <ponomarew@oberon.net>
Update libxml++: 0.22 -> 0.23
Diffstat (limited to 'textproc/libxml++')
-rw-r--r-- | textproc/libxml++/Makefile | 2 | ||||
-rw-r--r-- | textproc/libxml++/distinfo | 2 | ||||
-rw-r--r-- | textproc/libxml++/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/libxml++/pkg-plist | 4 |
4 files changed, 6 insertions, 4 deletions
diff --git a/textproc/libxml++/Makefile b/textproc/libxml++/Makefile index 17af34e397c5..d77f0f0afa30 100644 --- a/textproc/libxml++/Makefile +++ b/textproc/libxml++/Makefile @@ -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} diff --git a/textproc/libxml++/distinfo b/textproc/libxml++/distinfo index aa58b051f4e2..24fcec6a9150 100644 --- a/textproc/libxml++/distinfo +++ b/textproc/libxml++/distinfo @@ -1 +1 @@ -MD5 (libxml++-0.22.0.tar.gz) = 096c53bb75a146f7c5b2478eb51db2b8 +MD5 (libxml++-0.23.0.tar.gz) = d9abae2760267aed8272f9ffb9101eeb diff --git a/textproc/libxml++/pkg-descr b/textproc/libxml++/pkg-descr index d9a4edbf9f77..94d8feaff6fb 100644 --- a/textproc/libxml++/pkg-descr +++ b/textproc/libxml++/pkg-descr @@ -2,4 +2,4 @@ libxml++ is a C++ interface for working with XML files, using libxml (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/ diff --git a/textproc/libxml++/pkg-plist b/textproc/libxml++/pkg-plist index 4c5400ed60d7..34e20dbbee7f 100644 --- a/textproc/libxml++/pkg-plist +++ b/textproc/libxml++/pkg-plist @@ -7,17 +7,19 @@ include/libxml++-1.0/libxml++/exceptions/exception.h 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 |