diff options
author | drochner <drochner@pkgsrc.org> | 2004-08-24 11:43:32 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2004-08-24 11:43:32 +0000 |
commit | 1d11e25bf1a2817d5180b025c5e81d330d383a27 (patch) | |
tree | 8f1c2663633ce9d28c3bc23c61b2f9bc0c4ad9be /textproc/py-libxml2 | |
parent | 2cf22832494ed016beb008820edc5bb5d9512364 (diff) | |
download | pkgsrc-1d11e25bf1a2817d5180b025c5e81d330d383a27.tar.gz |
sync with libxml2 update to 2.6.12
python specific changes:
avoid a warning with 2.3 (William Brack), tab and space mixes (William),
wrapper generator fixes (William), Cygwin support (Gerrit P. Haase), node
wrapper fix (Marc-Antoine Parent), XML Schemas support (Torkel Lyng)
Diffstat (limited to 'textproc/py-libxml2')
-rw-r--r-- | textproc/py-libxml2/Makefile | 4 | ||||
-rw-r--r-- | textproc/py-libxml2/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/textproc/py-libxml2/Makefile b/textproc/py-libxml2/Makefile index 0dc2edd0ac2..0bb5d0bffd9 100644 --- a/textproc/py-libxml2/Makefile +++ b/textproc/py-libxml2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2004/07/22 09:16:02 recht Exp $ +# $NetBSD: Makefile,v 1.10 2004/08/24 11:43:32 drochner Exp $ -DISTNAME= libxml2-2.6.11 +DISTNAME= libxml2-2.6.12 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxml2/2.6/} diff --git a/textproc/py-libxml2/distinfo b/textproc/py-libxml2/distinfo index 17e1659b032..4f1f56f9a9c 100644 --- a/textproc/py-libxml2/distinfo +++ b/textproc/py-libxml2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2004/07/06 16:43:01 recht Exp $ +$NetBSD: distinfo,v 1.6 2004/08/24 11:43:32 drochner Exp $ -SHA1 (libxml2-2.6.11.tar.bz2) = c9c483ccd5530fb81adc8971dd5f3936e6b721d8 -Size (libxml2-2.6.11.tar.bz2) = 2750851 bytes +SHA1 (libxml2-2.6.12.tar.bz2) = c141f9491c03340bd6c72b490f2a2a5840d6a0f4 +Size (libxml2-2.6.12.tar.bz2) = 2773187 bytes SHA1 (patch-aa) = 8466178808ae179a4e952c7304e1a79b639c8174 |