From 730907460fce95878e78e88ca011cbb74a176015 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Thu, 1 Apr 2004 15:15:19 +0000 Subject: Update libxslt to 1.1.5 Changes: 1.1.5: Mar 23 2004: - performance: use dictionnary lookup for variables - remove use of _private from source documents - cleanup of "make tests" output - bugfixes: AVT in local variables, use localtime_r to avoid thread troubles (William), dictionary handling bug (William), limited number of stubstitutions in AVT (William), tokenize fix for UTF-8 (William), superfluous namespace (William), xsltproc error code on halt, OpenVMS fix, dictionnary reference counting change. --- textproc/libxslt/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'textproc/libxslt/Makefile') diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index 3765d207397..0adc1c4d1d2 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.40 2004/03/13 09:55:24 jmmv Exp $ +# $NetBSD: Makefile,v 1.41 2004/04/01 15:15:19 xtraeme Exp $ -DISTNAME= libxslt-1.1.4 +DISTNAME= libxslt-1.1.5 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.5 +BUILDLINK_DEPENDS.libxml2+= libxml2>=2.6.8 .include "../../textproc/libxml2/buildlink3.mk" .include "../../lang/perl5/buildlink3.mk" -- cgit v1.2.3