diff options
author | wiz <wiz@pkgsrc.org> | 2003-03-04 16:52:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-03-04 16:52:07 +0000 |
commit | c4ae4361d669a220128157340a0a07fcce68b65d (patch) | |
tree | e481c9675f81eb5c94e0368c4cfc572f07acd0c1 /textproc/libxml2 | |
parent | 9425280e968b590b9d209022c4059ab428647b6c (diff) | |
download | pkgsrc-c4ae4361d669a220128157340a0a07fcce68b65d.tar.gz |
Update to 2.5.4.
* Conformance testing and lot of fixes on Relax NG and XInclude implementation
* Implementation of XPointer element() scheme
* Bug fixes: XML parser, XInclude entities merge, validity checking on namespaces,
2 serialization bugs, node info generation problems, a DTD regexp generation problem.
* Portability: windows updates and path canonicalization (Igor)
* A few typo fixes (Kjartan Maraas)
* Python bindings generator fixes (Stephane Bidoul)
Diffstat (limited to 'textproc/libxml2')
-rw-r--r-- | textproc/libxml2/Makefile | 4 | ||||
-rw-r--r-- | textproc/libxml2/PLIST | 4 | ||||
-rw-r--r-- | textproc/libxml2/distinfo | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 701b96ef17c..1482c6dbe66 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2003/02/24 20:40:15 jmmv Exp $ +# $NetBSD: Makefile,v 1.23 2003/03/04 16:52:07 wiz Exp $ DISTNAME= libxml2-${LIBXML_VERSION} CATEGORIES= textproc @@ -14,7 +14,7 @@ USE_LIBTOOL= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool PKGCONFIG_OVERRIDE= ${WRKSRC}/libxml-2.0.pc.in -LIBXML_VERSION= 2.5.3 +LIBXML_VERSION= 2.5.4 PLIST_SUBST+= LIBXML_VERSION=${LIBXML_VERSION} GNU_CONFIGURE= yes diff --git a/textproc/libxml2/PLIST b/textproc/libxml2/PLIST index 73ed8b15bed..ff4814ec54f 100644 --- a/textproc/libxml2/PLIST +++ b/textproc/libxml2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2003/02/24 20:40:16 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.15 2003/03/04 16:52:07 wiz Exp $ bin/xml2-config bin/xmlcatalog bin/xmllint @@ -43,7 +43,7 @@ lib/libxml2.a lib/libxml2.la lib/libxml2.so lib/libxml2.so.7 -lib/libxml2.so.7.3 +lib/libxml2.so.7.4 lib/pkgconfig/libxml-2.0.pc lib/xml2Conf.sh man/man1/xml2-config.1 diff --git a/textproc/libxml2/distinfo b/textproc/libxml2/distinfo index 1a80a3a6c5c..35845bbb530 100644 --- a/textproc/libxml2/distinfo +++ b/textproc/libxml2/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.20 2003/02/25 14:41:36 jmmv Exp $ +$NetBSD: distinfo,v 1.21 2003/03/04 16:52:07 wiz Exp $ -SHA1 (libxml2-2.5.3.tar.gz) = b457779ef38c1c8fa8a61ec9611d413307c2d33e -Size (libxml2-2.5.3.tar.gz) = 2909711 bytes +SHA1 (libxml2-2.5.4.tar.gz) = d2dcd5889e0d547c86fc4ba266eeb28f03167d8c +Size (libxml2-2.5.4.tar.gz) = 2923095 bytes SHA1 (patch-aa) = c079f9cc5083fa6d9817c1161ff20ae782e86c92 SHA1 (patch-ad) = 812ce13682ee70e44e7127e2ead326395e299f4e SHA1 (patch-ae) = a94390e26b8344b94d78b0faa4b9ce50390e5e5b |