diff options
author | jlaffaye <jlaffaye@FreeBSD.org> | 2011-07-11 20:45:41 +0800 |
---|---|---|
committer | jlaffaye <jlaffaye@FreeBSD.org> | 2011-07-11 20:45:41 +0800 |
commit | e536fcb087e0552dee82088341d795dc9b372034 (patch) | |
tree | 37742db725eb14b495258e05cd2b1fa215e452cb /textproc/libroxml | |
parent | 83085c43de1cf4adf6ecccac1d2be3ba06c403dc (diff) | |
download | freebsd-ports-gnome-e536fcb087e0552dee82088341d795dc9b372034.tar.gz freebsd-ports-gnome-e536fcb087e0552dee82088341d795dc9b372034.tar.zst freebsd-ports-gnome-e536fcb087e0552dee82088341d795dc9b372034.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/Makefile | 3 | ||||
-rw-r--r-- | textproc/libroxml/distinfo | 4 | ||||
-rw-r--r-- | textproc/libroxml/files/patch-inc_roxml-types.h | 11 |
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 |