aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/libroxml
diff options
context:
space:
mode:
authorJulien Laffaye <jlaffaye@FreeBSD.org>2011-07-11 20:45:41 +0800
committerJulien Laffaye <jlaffaye@FreeBSD.org>2011-07-11 20:45:41 +0800
commit68e3e3e5aceab97eff0d757853c1d9827786cf87 (patch)
tree240ebf7c4cf4ab0b9e85f623f28608a2003c056b /textproc/libroxml
parentb43c780e7596d076ce41d9de965eeeae63163fbb (diff)
downloadfreebsd-ports-gnome-68e3e3e5aceab97eff0d757853c1d9827786cf87.tar.gz
freebsd-ports-gnome-68e3e3e5aceab97eff0d757853c1d9827786cf87.tar.zst
freebsd-ports-gnome-68e3e3e5aceab97eff0d757853c1d9827786cf87.zip
- Update to 2.0.3
- Make portlint happy PR: ports/158783 Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer) Approved by: bapt (mentor)
Diffstat (limited to 'textproc/libroxml')
-rw-r--r--textproc/libroxml/Makefile3
-rw-r--r--textproc/libroxml/distinfo4
-rw-r--r--textproc/libroxml/files/patch-inc_roxml-types.h11
3 files changed, 14 insertions, 4 deletions
diff --git a/textproc/libroxml/Makefile b/textproc/libroxml/Makefile
index e09753f42f5e..0da4141475b2 100644
--- a/textproc/libroxml/Makefile
+++ b/textproc/libroxml/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= libroxml
-PORTVERSION= 2.0.2
+PORTVERSION= 2.0.3
CATEGORIES= textproc
MASTER_SITES= GOOGLE_CODE
-DISTNAME= libroxml-${PORTVERSION}
MAINTAINER= gaod@hychen.org
COMMENT= A minimum, easy-to-use, C implementation for xml file parsing
diff --git a/textproc/libroxml/distinfo b/textproc/libroxml/distinfo
index 03790f52e48f..03f950c75f7e 100644
--- a/textproc/libroxml/distinfo
+++ b/textproc/libroxml/distinfo
@@ -1,2 +1,2 @@
-SHA256 (libroxml-2.0.2.tar.gz) = d03cba8a10b9e8ce5f38cf3a16257497aea27e08203e8d57da6811cd9152140b
-SIZE (libroxml-2.0.2.tar.gz) = 875781
+SHA256 (libroxml-2.0.3.tar.gz) = 9963c2042367e73472682ec074eec831c4a0e0203558d152898c60a814dc3c7e
+SIZE (libroxml-2.0.3.tar.gz) = 89730
diff --git a/textproc/libroxml/files/patch-inc_roxml-types.h b/textproc/libroxml/files/patch-inc_roxml-types.h
new file mode 100644
index 000000000000..04131a373281
--- /dev/null
+++ b/textproc/libroxml/files/patch-inc_roxml-types.h
@@ -0,0 +1,11 @@
+--- inc/roxml-types.h.orig 2011-07-11 10:28:59.000000000 +0800
++++ inc/roxml-types.h 2011-07-11 10:29:10.000000000 +0800
+@@ -27,6 +27,8 @@
+ #include "roxml_win32_native.h"
+ #endif
+
++#include <pthread.h>
++
+ /** \typedef roxml_parse_func
+ *
+ * \brief parser callback functions