summaryrefslogtreecommitdiff
path: root/devel/rapidjson/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rapidjson/Makefile')
-rw-r--r--devel/rapidjson/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/devel/rapidjson/Makefile b/devel/rapidjson/Makefile
index 2fcda9455e99..f54e0970bb60 100644
--- a/devel/rapidjson/Makefile
+++ b/devel/rapidjson/Makefile
@@ -1,12 +1,13 @@
PORTNAME= rapidjson
DISTVERSIONPREFIX= v
-DISTVERSION= 1.1.0-709
-DISTVERSIONSUFFIX= -g06d58b9e
+DISTVERSION= 1.1.0-763
+DISTVERSIONSUFFIX= -g24b5e7a8
CATEGORIES= devel textproc
MAINTAINER= yuri@FreeBSD.org
COMMENT= Fast JSON parser/generator for C++ with both SAX/DOM style API
-WWW= https://github.com/Tencent/rapidjson
+WWW= https://rapidjson.org/ \
+ https://github.com/Tencent/rapidjson
LICENSE= unknown
LICENSE_NAME= RapidJSON
@@ -51,4 +52,6 @@ post-patch:
post-install:
@${RM} -r ${STAGEDIR}${EXAMPLESDIR}/CMake*
+# Tests fail to compile: implicit instantiation of undefined template 'std::char_traits<unsigned int>', see https://github.com/Tencent/rapidjson/issues/2349
+
.include <bsd.port.mk>