mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Update to 2.0.3
- Make portlint happy PR: ports/158783 Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer) Approved by: bapt (mentor)
This commit is contained in:
parent
b43c780e75
commit
68e3e3e5ac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277546
@ -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
|
||||
|
@ -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
|
||||
|
11
textproc/libroxml/files/patch-inc_roxml-types.h
Normal file
11
textproc/libroxml/files/patch-inc_roxml-types.h
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user