summaryrefslogtreecommitdiff
path: root/textproc/libxslt/Makefile
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2005-04-09 15:56:40 +0000
committerrecht <recht@pkgsrc.org>2005-04-09 15:56:40 +0000
commit81c9b6bc809dd2eef230160d70c04b436afebff1 (patch)
treeba69fd0c78476a7a1e167ce4b1ab3f92bd34e239 /textproc/libxslt/Makefile
parentffce907a661b52cdb1a472163e3f723040e5609f (diff)
downloadpkgsrc-81c9b6bc809dd2eef230160d70c04b436afebff1.tar.gz
update to libxslt-1.1.4
update BUILDLINK_DEPENDS on libxml2 to 2.6.17 (for module support) noted by reed@ 1.1.14: Apr 02 2005: - bug fixes: text node on stylesheet document without a dictionary (William Brack), more checking of XSLT syntax, calling xsltInit() multiple times, mode values interning raised by Mark Vakoc, bug in pattern matching with ancestors, bug in patterna matching with cascading select, xinclude and document() problem, build outside of source tree (Mike Castle) - improvement: added a --nodict mode to xsltproc to check problems for docuemtns without dictionnaries
Diffstat (limited to 'textproc/libxslt/Makefile')
-rw-r--r--textproc/libxslt/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile
index 574610d96c0..26b243cacdb 100644
--- a/textproc/libxslt/Makefile
+++ b/textproc/libxslt/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.54 2005/03/21 23:30:51 recht Exp $
+# $NetBSD: Makefile,v 1.55 2005/04/09 15:56:40 recht Exp $
-DISTNAME= libxslt-1.1.13
+DISTNAME= libxslt-1.1.14
PKGNAME= ${DISTNAME}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxslt/1.1/}
@@ -26,7 +26,7 @@ CONFIGURE_ARGS+= --without-python
TEST_TARGET= check
-BUILDLINK_DEPENDS.libxml2+= libxml2>=2.6.8
+BUILDLINK_DEPENDS.libxml2+= libxml2>=2.6.17
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../security/libgcrypt/buildlink3.mk"