diff options
author | wiz <wiz> | 2003-05-20 05:46:20 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-05-20 05:46:20 +0000 |
commit | 48cda7587ec27b71efcc034b10636004ab381cff (patch) | |
tree | 2a87f203d074d4cf93a098518b846ccbbc57b7c2 /textproc/libxslt/Makefile | |
parent | fab0d7c8ce44250ab18dc17645d4c06b214ec41f (diff) | |
download | pkgsrc-48cda7587ec27b71efcc034b10636004ab381cff.tar.gz |
Update to 1.0.30, from Juan RP in PR 21624.
1.0.30: May 4 2003:
- Fixes and new APIs to handle Result Value Trees and avoid leaks
- Fixes for: EXSLT math pow() function (Charles Bozeman), global
parameter and global variables mismatch, a segfault on pattern
compilation errors, namespace copy in xsl:copy-of, python generator
problem, OpenVMS trio update, premature call to xsltFreeStackElem (Igor),
current node when templates applies to attributes
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 8409032d7dc..3a5231618a0 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2003/05/02 11:56:31 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2003/05/20 05:46:20 wiz Exp $ -DISTNAME= libxslt-1.0.29 -PKGREVISION= 1 +DISTNAME= libxslt-1.0.30 PKGNAME= ${DISTNAME} CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxslt/1.0/} |