previous update had a bulk, lots of consumers and changes: https://github.com/json-c/json-c/compare/json-c-0.16-20220414...json-c-0.17-20230812
Some new symbols, none removed. 100% tests pass on amd64. Feedback? OK? Index: Makefile =================================================================== RCS file: /cvs/ports/devel/json-c/Makefile,v retrieving revision 1.26 diff -u -p -r1.26 Makefile --- Makefile 20 Feb 2023 16:35:20 -0000 1.26 +++ Makefile 2 Sep 2023 09:39:05 -0000 @@ -1,9 +1,11 @@ COMMENT= JSON implementation in C -DISTNAME= json-c-0.16 +DISTNAME= json-c-0.17 CATEGORIES= devel -SHARED_LIBS= json-c 2.0 +WANTLIB = m + +SHARED_LIBS= json-c 2.1 HOMEPAGE= https://github.com/json-c/json-c/wiki Index: distinfo =================================================================== RCS file: /cvs/ports/devel/json-c/distinfo,v retrieving revision 1.7 diff -u -p -r1.7 distinfo --- distinfo 4 Jul 2022 15:56:41 -0000 1.7 +++ distinfo 2 Sep 2023 09:36:37 -0000 @@ -1,2 +1,2 @@ -SHA256 (json-c-0.16.tar.gz) = jkWsj5bsd5Hq87t+5Q6cIQC7vIe40PHQMMW6igKI2Ws= -SIZE (json-c-0.16.tar.gz) = 351916 +SHA256 (json-c-0.17.tar.gz) = dVCRTVj7Y7LDVG88z74R8cCUFHvTGmnc0jcU15VhWeY= +SIZE (json-c-0.17.tar.gz) = 390045 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/devel/json-c/pkg/PLIST,v retrieving revision 1.8 diff -u -p -r1.8 PLIST --- pkg/PLIST 4 Jul 2022 15:56:41 -0000 1.8 +++ pkg/PLIST 2 Sep 2023 09:37:16 -0000 @@ -7,6 +7,7 @@ include/json-c/json_config.h include/json-c/json_inttypes.h include/json-c/json_object.h include/json-c/json_object_iterator.h +include/json-c/json_patch.h include/json-c/json_pointer.h include/json-c/json_tokener.h include/json-c/json_types.h