summaryrefslogtreecommitdiff
path: root/textproc/libxml2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-06 00:34:57 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-06 00:34:57 +0000
commit5510a47586aa4e15e779cc3c56ec3b57034e696c (patch)
tree48da766d8d7ce97cd71271b0d71c1c94e67318e0 /textproc/libxml2
parentUpdate py-PyGreSQL to version 7.3 (diff)
Update to 2.5.2.
Notes
Notes: svn path=/head/; revision=74925
Diffstat (limited to 'textproc/libxml2')
-rw-r--r--textproc/libxml2/Makefile2
-rw-r--r--textproc/libxml2/distinfo2
-rw-r--r--textproc/libxml2/files/patch-xmlcatalog.c10
-rw-r--r--textproc/libxml2/pkg-plist3
4 files changed, 10 insertions, 7 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile
index fa101b338cd6..40822b069a8d 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 f8c1870f5da7..d4dcc15da7ea 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 dea513899b5b..3e68ccdb5a6b 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 cc44b6b9ec93..565e4de5c65e 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