aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-11-11 03:02:51 +0800
committermarcus <marcus@FreeBSD.org>2004-11-11 03:02:51 +0800
commit9679de7fb5107467053d463c8cf5bc6cfedc9574 (patch)
treee51c390f42ca0c1cd2c0c59858ced3781657f768 /textproc
parentbc43ee20d71b8fc31a4d41ffe27e3bd2d7672d0b (diff)
downloadfreebsd-ports-gnome-9679de7fb5107467053d463c8cf5bc6cfedc9574.tar.gz
freebsd-ports-gnome-9679de7fb5107467053d463c8cf5bc6cfedc9574.tar.zst
freebsd-ports-gnome-9679de7fb5107467053d463c8cf5bc6cfedc9574.zip
Update to 2.6.16.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/libxml2/Makefile3
-rw-r--r--textproc/libxml2/distinfo4
-rw-r--r--textproc/libxml2/files/patch-error.c11
-rw-r--r--textproc/py-libxml2/pkg-plist2
4 files changed, 5 insertions, 15 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile
index 1ba7123b85b1..2e7989834613 100644
--- a/textproc/libxml2/Makefile
+++ b/textproc/libxml2/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= libxml2
-PORTVERSION= 2.6.15
-PORTREVISION= 1
+PORTVERSION= 2.6.16
CATEGORIES?= textproc gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.6
diff --git a/textproc/libxml2/distinfo b/textproc/libxml2/distinfo
index 3b7ef2b356a7..095f9674ad37 100644
--- a/textproc/libxml2/distinfo
+++ b/textproc/libxml2/distinfo
@@ -1,2 +1,2 @@
-MD5 (gnome2/libxml2-2.6.15.tar.bz2) = 09d9ac8d9c82f839a79c9e5a01c0df86
-SIZE (gnome2/libxml2-2.6.15.tar.bz2) = 2912736
+MD5 (gnome2/libxml2-2.6.16.tar.bz2) = 1ad0827b95e17e546265f2c4da001a6a
+SIZE (gnome2/libxml2-2.6.16.tar.bz2) = 3100259
diff --git a/textproc/libxml2/files/patch-error.c b/textproc/libxml2/files/patch-error.c
deleted file mode 100644
index e50af6defec6..000000000000
--- a/textproc/libxml2/files/patch-error.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- error.c.orig Tue Nov 9 21:08:54 2004
-+++ error.c Tue Nov 9 21:09:05 2004
-@@ -453,7 +453,7 @@
- return;
- if ((domain == XML_FROM_PARSER) || (domain == XML_FROM_HTML) ||
- (domain == XML_FROM_DTD) || (domain == XML_FROM_NAMESPACE) ||
-- (domain == XML_FROM_IO) || (domain == XML_FROM_VALID)) {
-+ (domain == XML_FROM_IO)) {
- ctxt = (xmlParserCtxtPtr) ctx;
- if ((schannel == NULL) && (ctxt != NULL) && (ctxt->sax != NULL) &&
- (ctxt->sax->initialized == XML_SAX2_MAGIC))
diff --git a/textproc/py-libxml2/pkg-plist b/textproc/py-libxml2/pkg-plist
index f180e15f6cbe..4787c1fd88f1 100644
--- a/textproc/py-libxml2/pkg-plist
+++ b/textproc/py-libxml2/pkg-plist
@@ -10,6 +10,7 @@ lib/%%PYTHON_VERSION%%/site-packages/libxml2mod.so
%%EXAMPLESDIR%%/build.py
%%EXAMPLESDIR%%/ctxterror.py
%%EXAMPLESDIR%%/cutnpaste.py
+%%EXAMPLESDIR%%/dtdvalid.py
%%EXAMPLESDIR%%/error.py
%%EXAMPLESDIR%%/inbuf.py
%%EXAMPLESDIR%%/indexes.py
@@ -33,6 +34,7 @@ lib/%%PYTHON_VERSION%%/site-packages/libxml2mod.so
%%EXAMPLESDIR%%/schema.py
%%EXAMPLESDIR%%/serialize.py
%%EXAMPLESDIR%%/sync.py
+%%EXAMPLESDIR%%/test.dtd
%%EXAMPLESDIR%%/thread2.py
%%EXAMPLESDIR%%/tst.py
%%EXAMPLESDIR%%/tst.xml