diff options
author | rh <rh@pkgsrc.org> | 1999-07-31 19:02:03 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-07-31 19:02:03 +0000 |
commit | d492171ebc44defb39f831670c3603f3f27ea213 (patch) | |
tree | c79ad6d3c38952980373305a08fac6933e773d3f /textproc/libxml/Makefile | |
parent | 19f286bdd723fda08db21fc93323f316ecc826c2 (diff) | |
download | pkgsrc-d492171ebc44defb39f831670c3603f3f27ea213.tar.gz |
Update libxml to version 1.4.0.
Features some parser enhancements and bug fixes.
Diffstat (limited to 'textproc/libxml/Makefile')
-rw-r--r-- | textproc/libxml/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile index 2631cf00ce9..8757095eb01 100644 --- a/textproc/libxml/Makefile +++ b/textproc/libxml/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.2 1999/05/20 20:09:52 tron Exp $ +# $NetBSD: Makefile,v 1.3 1999/07/31 19:02:03 rh Exp $ # -DISTNAME= libxml-1.0.0 +DISTNAME= libxml-1.4.0 CATEGORIES= textproc devel -MASTER_SITES= http://gd.tuwien.ac.at/hci/GNOME/sources/libxml/ +MASTER_SITES= http://gd.tuwien.ac.at/hci/GNOME/sources/libxml/ \ + ftp://gnomeftp.wgn.net/pub/gnome/sources/libxml/ \ + ftp://ftp.fr.gnome.org/pub/gnome/sources/libxml/ MAINTAINER= rh@netbsd.org HOMEPAGE= http://rufus.w3.org/veillard/XML/xml.html |