diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-03 18:58:40 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-03 18:58:40 +0000 |
commit | 760772f066cd03d4b72d130439c583b70b006336 (patch) | |
tree | 02174ebc10cd8b685e7a6ba7d21cb34de7a92b07 /textproc | |
parent | b929c24abae03c66b24885e8c999cde0c47dbfac (diff) | |
download | ports-760772f066cd03d4b72d130439c583b70b006336.tar.gz ports-760772f066cd03d4b72d130439c583b70b006336.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/minidom/Makefile | 4 | ||||
-rw-r--r-- | textproc/minidom/distinfo | 2 | ||||
-rw-r--r-- | textproc/minidom/files/patch-aa | 13 | ||||
-rw-r--r-- | textproc/minidom/files/patch-ab | 11 |
4 files changed, 3 insertions, 27 deletions
diff --git a/textproc/minidom/Makefile b/textproc/minidom/Makefile index 1430d7c0c8cc..8278fe7a6224 100644 --- a/textproc/minidom/Makefile +++ b/textproc/minidom/Makefile @@ -7,8 +7,8 @@ # PORTNAME= minidom -PORTVERSION= 0.1.2 -PORTREVISION= 1 +PORTVERSION= 0.1.4 +PORTREVISION= 0 CATEGORIES= textproc MASTER_SITES= http://www.cs.unibo.it/helm/mml-widget/sources/ diff --git a/textproc/minidom/distinfo b/textproc/minidom/distinfo index f03ff638383e..a03818027f4c 100644 --- a/textproc/minidom/distinfo +++ b/textproc/minidom/distinfo @@ -1 +1 @@ -MD5 (minidom-0.1.2.tar.gz) = 9c49b5f6461d1ee07634485d527a1546 +MD5 (minidom-0.1.4.tar.gz) = 0e87582df8bd467353f9bf85d79f8e79 diff --git a/textproc/minidom/files/patch-aa b/textproc/minidom/files/patch-aa deleted file mode 100644 index 4a296401fde4..000000000000 --- a/textproc/minidom/files/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ ---- minidom.c.orig Sat Mar 30 22:14:25 2002 -+++ minidom.c Sat Mar 30 22:14:11 2002 -@@ -23,8 +23,8 @@ - - #include <config.h> - #include <glib.h> --#include <parser.h> --#include <parserInternals.h> -+#include <libxml/parser.h> -+#include <libxml/parserInternals.h> - - #include "minidom.h" - diff --git a/textproc/minidom/files/patch-ab b/textproc/minidom/files/patch-ab deleted file mode 100644 index 28ee4e1bff30..000000000000 --- a/textproc/minidom/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- minidom.h.orig Sat Mar 30 22:14:22 2002 -+++ minidom.h Sat Mar 30 22:14:08 2002 -@@ -25,7 +25,7 @@ - #define minidom_h - - #include <glib.h> --#include <parser.h> -+#include <libxml/parser.h> - - #ifdef __cplusplus - extern "C" { |