diff options
author | drochner <drochner@pkgsrc.org> | 2007-02-01 18:01:39 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-02-01 18:01:39 +0000 |
commit | dd08b7f5b597fb58dd42a6c7c216642ad7592712 (patch) | |
tree | d82fa94ba8c5e190d1f8ea05f89cb3948b488a48 /textproc/libxslt/Makefile | |
parent | b45c3b9e34f21a4128f96fddda021e8a2315f8e2 (diff) | |
download | pkgsrc-dd08b7f5b597fb58dd42a6c7c216642ad7592712.tar.gz |
update to 1.1.20
changes:
-Portability fixes
-Bug fixes
-python stylesheet compare and transform context access
-EXSLT string replace support
-xsltproc better low level error handling
mostly from Blair Sadewitz per mail to tech-pkg
Diffstat (limited to 'textproc/libxslt/Makefile')
-rw-r--r-- | textproc/libxslt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index e7459a6eb57..d7077b0c638 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.73 2007/01/16 19:49:43 rillig Exp $ +# $NetBSD: Makefile,v 1.74 2007/02/01 18:01:39 drochner Exp $ -DISTNAME= libxslt-1.1.19 +DISTNAME= libxslt-1.1.20 CATEGORIES= textproc MASTER_SITES= ftp://xmlsoft.org/libxslt/ #MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxslt/1.1/} |