diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-10 19:02:51 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-10 19:02:51 +0000 |
commit | a20e0adb68de3e3a12effeab2436d409f2e352e0 (patch) | |
tree | 50fa3983b2a8f021d2eb2fe072fdf8d85713a318 /textproc | |
parent | 791aa3191a0224d6b4ac3aed084940363ba7d148 (diff) | |
download | ports-a20e0adb68de3e3a12effeab2436d409f2e352e0.tar.gz ports-a20e0adb68de3e3a12effeab2436d409f2e352e0.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxml2/Makefile | 3 | ||||
-rw-r--r-- | textproc/libxml2/distinfo | 4 | ||||
-rw-r--r-- | textproc/libxml2/files/patch-error.c | 11 | ||||
-rw-r--r-- | textproc/py-libxml2/pkg-plist | 2 |
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 |