diff options
author | drochner <drochner> | 2006-06-13 15:54:04 +0000 |
---|---|---|
committer | drochner <drochner> | 2006-06-13 15:54:04 +0000 |
commit | 1451f6f2198ab0b6f3c7cfdb1a9823e921ec85f2 (patch) | |
tree | fa2912386447329aade30d4728740c5cfdb00229 /textproc/libxslt/Makefile | |
parent | a75d3bca7d9dadc72d955b1995fb4f30512ce34d (diff) | |
download | pkgsrc-1451f6f2198ab0b6f3c7cfdb1a9823e921ec85f2.tar.gz |
update to 1.1.17
changes:
-bug fixes: some regression tests, attribute/namespaces output,
problem in mixed xsl:value-of and xsl:text uses
-improvements: internal refactoring,
use of the XPath object cache in libxml2-2.6.25
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 1d66e9521b0..4468dbe570a 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.65 2006/05/03 11:02:46 drochner Exp $ +# $NetBSD: Makefile,v 1.66 2006/06/13 15:54:04 drochner Exp $ -DISTNAME= libxslt-1.1.16 +DISTNAME= libxslt-1.1.17 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxslt/1.1/} EXTRACT_SUFX= .tar.bz2 |