diff options
author | marcus <marcus@FreeBSD.org> | 2003-02-06 00:34:57 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-02-06 00:34:57 +0000 |
commit | 7e9a644f3a1a85a10041a0b5e8457235c470b319 (patch) | |
tree | 0fd41c90ef5f191dab40ae2cedcf0bb1bfd02d68 /textproc | |
parent | 5829988f599cdb90a45d997f37ac2cd73cb58cda (diff) | |
download | FreeBSD-ports-7e9a644f3a1a85a10041a0b5e8457235c470b319.zip FreeBSD-ports-7e9a644f3a1a85a10041a0b5e8457235c470b319.tar.gz |
Update to 2.5.2.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxml2/Makefile | 2 | ||||
-rw-r--r-- | textproc/libxml2/distinfo | 2 | ||||
-rw-r--r-- | textproc/libxml2/files/patch-xmlcatalog.c | 10 | ||||
-rw-r--r-- | textproc/libxml2/pkg-plist | 3 |
4 files changed, 10 insertions, 7 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index fa101b3..40822b0 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libxml2 -PORTVERSION= 2.5.1 +PORTVERSION= 2.5.2 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.5 diff --git a/textproc/libxml2/distinfo b/textproc/libxml2/distinfo index f8c1870..d4dcc15 100644 --- a/textproc/libxml2/distinfo +++ b/textproc/libxml2/distinfo @@ -1 +1 @@ -MD5 (gnome2/libxml2-2.5.1.tar.bz2) = 60c2149d466d46e3662339d940a8cd24 +MD5 (gnome2/libxml2-2.5.2.tar.bz2) = 0d3a106fbb8ec4198d27d8063f216f07 diff --git a/textproc/libxml2/files/patch-xmlcatalog.c b/textproc/libxml2/files/patch-xmlcatalog.c index dea5138..3e68ccd 100644 --- a/textproc/libxml2/files/patch-xmlcatalog.c +++ b/textproc/libxml2/files/patch-xmlcatalog.c @@ -1,11 +1,11 @@ ---- xmlcatalog.c.orig Mon Jun 3 15:30:00 2002 -+++ xmlcatalog.c Mon Jun 3 15:30:17 2002 -@@ -41,7 +41,7 @@ - +--- xmlcatalog.c.orig Sun Jan 26 14:45:48 2003 ++++ xmlcatalog.c Wed Feb 5 19:18:49 2003 +@@ -42,7 +42,7 @@ #ifdef LIBXML_CATALOG_ENABLED + #ifndef XML_SGML_DEFAULT_CATALOG -#define XML_SGML_DEFAULT_CATALOG "/etc/sgml/catalog" +#define XML_SGML_DEFAULT_CATALOG "%%LOCALBASE%%/share/sgml/catalog" + #endif /************************************************************************ - * * diff --git a/textproc/libxml2/pkg-plist b/textproc/libxml2/pkg-plist index cc44b6b..565e4de 100644 --- a/textproc/libxml2/pkg-plist +++ b/textproc/libxml2/pkg-plist @@ -18,6 +18,7 @@ include/libxml2/libxml/nanoftp.h include/libxml2/libxml/nanohttp.h include/libxml2/libxml/parser.h include/libxml2/libxml/parserInternals.h +include/libxml2/libxml/relaxng.h include/libxml2/libxml/schemasInternals.h include/libxml2/libxml/threads.h include/libxml2/libxml/tree.h @@ -48,6 +49,7 @@ share/aclocal/libxml.m4 %%PYTHON:%%share/doc/libxml2-python/TODO %%PYTHON:%%share/doc/libxml2-python/examples/attribs.py %%PYTHON:%%share/doc/libxml2-python/examples/build.py +%%PYTHON:%%share/doc/libxml2-python/examples/ctxterror.py %%PYTHON:%%share/doc/libxml2-python/examples/cutnpaste.py %%PYTHON:%%share/doc/libxml2-python/examples/error.py %%PYTHON:%%share/doc/libxml2-python/examples/inbuf.py @@ -59,6 +61,7 @@ share/aclocal/libxml.m4 %%PYTHON:%%share/doc/libxml2-python/examples/reader.py %%PYTHON:%%share/doc/libxml2-python/examples/reader2.py %%PYTHON:%%share/doc/libxml2-python/examples/reader3.py +%%PYTHON:%%share/doc/libxml2-python/examples/readererr.py %%PYTHON:%%share/doc/libxml2-python/examples/regexp.py %%PYTHON:%%share/doc/libxml2-python/examples/resolver.py %%PYTHON:%%share/doc/libxml2-python/examples/serialize.py |