diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-07-06 13:58:55 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-07-06 13:58:55 +0000 |
commit | 08e845362ad13972db3b26d7dd790bde6e418aa4 (patch) | |
tree | 699b847e9308c2cf9dabdcde9dfe2652d22cdc41 /textproc/libxslt/Makefile | |
parent | 108b7e4f127c0265a241a6133c5d12729afa3e62 (diff) | |
download | pkgsrc-08e845362ad13972db3b26d7dd790bde6e418aa4.tar.gz |
Update textproc/libxslt to 1.1.8.
1.1.8: July 5 2004:
- build fixes: Windows runtime options (Oliver Stoeneberg), Windows
binary package layout (Igor Zlatkovic), libgcrypt version test and link
(William)
- documentation: fix libxslt namespace name in doc (William)
- bug fixes: undefined namespace message (William Brack), search engine
(William), multiple namespace fixups (William), namespace fix for key
evaluation (William), Python memory debug bindings,
- improvements: crypto extensions for exslt (Joel Reed, William)
Diffstat (limited to 'textproc/libxslt/Makefile')
-rw-r--r-- | textproc/libxslt/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index 3586aa8b37c..e830ac404f0 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.44 2004/07/01 15:14:23 recht Exp $ +# $NetBSD: Makefile,v 1.45 2004/07/06 13:58:55 xtraeme Exp $ -DISTNAME= libxslt-1.1.7 +DISTNAME= libxslt-1.1.8 PKGNAME= ${DISTNAME} CATEGORIES= textproc -#MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxslt/1.1/} -#EXTRACT_SUFX= .tar.bz2 -MASTER_SITES= ftp://xmlsoft.org/ +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxslt/1.1/} +EXTRACT_SUFX= .tar.bz2 +#MASTER_SITES= ftp://xmlsoft.org/ MAINTAINER= recht@NetBSD.org HOMEPAGE= http://xmlsoft.org/XSLT/ |