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
This commit is contained in:
parent
ffce907a66
commit
81c9b6bc80
2 changed files with 7 additions and 7 deletions
|
@ -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"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.34 2005/03/21 23:30:51 recht Exp $
|
||||
$NetBSD: distinfo,v 1.35 2005/04/09 15:56:40 recht Exp $
|
||||
|
||||
SHA1 (libxslt-1.1.13.tar.bz2) = 09c3788bf50d65ada6ea56d87a55a8b438ba01e5
|
||||
RMD160 (libxslt-1.1.13.tar.bz2) = 87310c063f70f8c6155525fbc03d36b54530b323
|
||||
Size (libxslt-1.1.13.tar.bz2) = 1812311 bytes
|
||||
SHA1 (libxslt-1.1.14.tar.bz2) = 9b6d3c417b943ad11abaa6fb8e2f936107e63899
|
||||
RMD160 (libxslt-1.1.14.tar.bz2) = 741a723a5af65f0dde99e79673e2b50c0634e0d5
|
||||
Size (libxslt-1.1.14.tar.bz2) = 1819250 bytes
|
||||
SHA1 (patch-aa) = 75fb3542d881d77d19844f160857e2008056af0f
|
||||
SHA1 (patch-ab) = b1acdc7cadeead599110f3e8185d8469947bae54
|
||||
|
|
Loading…
Reference in a new issue