Index: head/devel/libcjson/Makefile =================================================================== --- head/devel/libcjson/Makefile (revision 530564) +++ head/devel/libcjson/Makefile (revision 530565) @@ -1,26 +1,26 @@ # Created by: Po-Chuan Hsieh # $FreeBSD$ PORTNAME= libcjson -PORTVERSION= 1.7.12 -PORTREVISION= 1 +PORTVERSION= 1.7.13 DISTVERSIONPREFIX= v CATEGORIES= devel MAINTAINER= sunpoet@FreeBSD.org COMMENT= Ultralightweight JSON parser in ANSI C LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake compiler:c11 CMAKE_ON= BUILD_SHARED_AND_STATIC_LIBS ENABLE_CJSON_UTILS ENABLE_TARGET_EXPORT +USE_CSTD= c11 PLIST_SUB= PORTVERSION=${PORTVERSION} GH_ACCOUNT= DaveGamble GH_PROJECT= cJSON USE_GITHUB= yes .include Index: head/devel/libcjson/distinfo =================================================================== --- head/devel/libcjson/distinfo (revision 530564) +++ head/devel/libcjson/distinfo (revision 530565) @@ -1,3 +1,3 @@ -TIMESTAMP = 1558105464 -SHA256 (DaveGamble-cJSON-v1.7.12_GH0.tar.gz) = 760687665ab41a5cff9c40b1053c19572bcdaadef1194e5cba1b5e6f824686e7 -SIZE (DaveGamble-cJSON-v1.7.12_GH0.tar.gz) = 348294 +TIMESTAMP = 1585907192 +SHA256 (DaveGamble-cJSON-v1.7.13_GH0.tar.gz) = d4e77a38f540f2c37f55758f2666655314f1f51c716fea5f279659940efdcf04 +SIZE (DaveGamble-cJSON-v1.7.13_GH0.tar.gz) = 354448 Index: head/devel/libcjson/files/patch-cJSON.c =================================================================== --- head/devel/libcjson/files/patch-cJSON.c (nonexistent) +++ head/devel/libcjson/files/patch-cJSON.c (revision 530565) @@ -0,0 +1,11 @@ +--- cJSON.c.orig 2020-04-02 15:35:50 UTC ++++ cJSON.c +@@ -106,7 +106,7 @@ CJSON_PUBLIC(double) cJSON_GetNumberValue(cJSON *item) + { + if (!cJSON_IsNumber(item)) + { +- return NAN; ++ return (double)NAN; + } + + return item->valuedouble; Property changes on: head/devel/libcjson/files/patch-cJSON.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property