diff options
author | recht <recht> | 2005-04-09 15:56:40 +0000 |
---|---|---|
committer | recht <recht> | 2005-04-09 15:56:40 +0000 |
commit | 77e00498201f8b5e551d26896b5252ee77729841 (patch) | |
tree | ba69fd0c78476a7a1e167ce4b1ab3f92bd34e239 /textproc/libxslt/Makefile | |
parent | 33c1fb257dbc58cefee5bbbbc51afbfc63424f91 (diff) | |
download | pkgsrc-77e00498201f8b5e551d26896b5252ee77729841.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/Makefile | 6 |
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" |