diff options
author | recht <recht> | 2004-10-31 11:01:23 +0000 |
---|---|---|
committer | recht <recht> | 2004-10-31 11:01:23 +0000 |
commit | 6c6f8b56f8b09bd0c85fde22784e6eff9607fb68 (patch) | |
tree | 99ca2b098d9c7bf8640feaa35e570acdc925e66f /textproc/libxslt/Makefile | |
parent | 97cef820d95888549de7d799af105fcf095a2704 (diff) | |
download | pkgsrc-6c6f8b56f8b09bd0c85fde22784e6eff9607fb68.tar.gz |
update to libxslt-1.1.12
1.1.12: Oct 29 2004:
- build fixes: warnings removal (William).
- bug fixes: attribute document pointer fix (Mark Vakoc), exslt date
negative periods (William Brack), generated tree structure fixes,
namespace lookup fix, use reentrant gmtime_r (William Brack),
exslt:funtion namespace fix (William), potential NULL pointer reference
(Dennis Dams, William), force string interning on generated
documents.
- documentation: update of the second tutorial (Panagiotis Louridas), add
exslt doc in rpm packages, fix the xsltproc man page.
Diffstat (limited to 'textproc/libxslt/Makefile')
-rw-r--r-- | textproc/libxslt/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index 5ff88f3c0f1..bd4676e4c6e 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.50 2004/10/25 08:35:09 xtraeme Exp $ +# $NetBSD: Makefile,v 1.51 2004/10/31 11:01:23 recht Exp $ -DISTNAME= libxslt-1.1.11 +DISTNAME= libxslt-1.1.12 PKGNAME= ${DISTNAME} CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxslt/1.1/} EXTRACT_SUFX= .tar.bz2 -#MASTER_SITES= ftp://xmlsoft.org/ MAINTAINER= recht@NetBSD.org HOMEPAGE= http://xmlsoft.org/XSLT/ |