diff options
author | recht <recht> | 2006-11-21 23:55:05 +0000 |
---|---|---|
committer | recht <recht> | 2006-11-21 23:55:05 +0000 |
commit | 0af7a5aa3a15b9d94ef836ff37fffeefe8034f17 (patch) | |
tree | 9ddb02503898b7490da83b79a9986c20a198f778 /textproc/libxslt/Makefile | |
parent | bc348b37a66a463de6e4cae9d6de067f95e7688e (diff) | |
download | pkgsrc-0af7a5aa3a15b9d94ef836ff37fffeefe8034f17.tar.gz |
Add a patch from libxslt CVS:
* libxslt/transform.c: fixed problem with entity handling within xsltCopyAttrListNoOverwrite (#352907)
http://bugzilla.gnome.org/show_bug.cgi?id=352907
Diffstat (limited to 'textproc/libxslt/Makefile')
-rw-r--r-- | textproc/libxslt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index 65b91e60169..886702aa1c9 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.70 2006/11/05 17:06:43 joerg Exp $ +# $NetBSD: Makefile,v 1.71 2006/11/21 23:55:05 recht Exp $ DISTNAME= libxslt-1.1.18 +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= ftp://xmlsoft.org/libxslt/ #MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxslt/1.1/} |