On Wed, Jan 02, 2013 at 01:06:51AM -0500, David Hill wrote: >update to json-c 0.10. > >Many new API calls as well as changes. >Many bugfixes. >New homepage. > >Please review and commit.
Index: Makefile =================================================================== RCS file: /cvs/ports/devel/json-c/Makefile,v retrieving revision 1.3 diff -N -u -p Makefile --- Makefile 15 Sep 2009 18:15:41 -0000 1.3 +++ Makefile 2 Jan 2013 15:33:27 -0000 @@ -2,11 +2,11 @@ COMMENT= JSON implementation in C -DISTNAME= json-c-0.9 +DISTNAME= json-c-0.10 CATEGORIES= devel -SHARED_LIBS += json 1.1 # .0.1 +SHARED_LIBS += json 2.0 # .0.2 -HOMEPAGE= http://oss.metaparadigm.com/json-c/ +HOMEPAGE= https://github.com/json-c/json-c # MIT PERMIT_PACKAGE_CDROM= Yes @@ -14,7 +14,7 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -MASTER_SITES= ${HOMEPAGE} +MASTER_SITES= https://github.com/downloads/json-c/json-c/ CONFIGURE_STYLE= gnu USE_LIBTOOL= Yes Index: distinfo =================================================================== RCS file: /cvs/ports/devel/json-c/distinfo,v retrieving revision 1.2 diff -N -u -p distinfo --- distinfo 15 Sep 2009 18:15:41 -0000 1.2 +++ distinfo 2 Jan 2013 15:33:27 -0000 @@ -1,5 +1,2 @@ -MD5 (json-c-0.9.tar.gz) = OhPSZFKNy685MbDO3iSrrg== -RMD160 (json-c-0.9.tar.gz) = 3sT+djZM/ullKRrBUm7kAdmX5F4= -SHA1 (json-c-0.9.tar.gz) = 2q9euWD6mOE3q8UBL1abg8eb6Q8= -SHA256 (json-c-0.9.tar.gz) = cCpIbJv44ZE31ISrXEm0rTFOteH+NwYqcsCg+jlDlHU= -SIZE (json-c-0.9.tar.gz) = 340953 +SHA256 (json-c-0.10.tar.gz) = J0/J1HwZEfrZyqtNsRfkvl1raMRUfqsMUI15xHaOFww= +SIZE (json-c-0.10.tar.gz) = 385812 Index: patches/patch-Makefile_am =================================================================== RCS file: patches/patch-Makefile_am diff -N -u -p patches/patch-Makefile_am --- /dev/null 2 Jan 2013 08:33:27 -0000 +++ patches/patch-Makefile_am 2 Jan 2013 15:33:27 -0000 @@ -0,0 +1,11 @@ +$OpenBSD$ +--- Makefile.am.orig Sat Apr 28 16:24:38 2012 ++++ Makefile.am Wed Jan 2 10:15:49 2013 +@@ -17,6 +17,7 @@ libjsoninclude_HEADERS = \ + json_config.h \ + json_inttypes.h \ + json_object.h \ ++ json_object_iterator.h \ + json_object_private.h \ + json_tokener.h \ + json_util.h \ Index: patches/patch-Makefile_in =================================================================== RCS file: patches/patch-Makefile_in diff -N -u -p patches/patch-Makefile_in --- /dev/null 2 Jan 2013 08:33:27 -0000 +++ patches/patch-Makefile_in 2 Jan 2013 15:33:27 -0000 @@ -0,0 +1,11 @@ +$OpenBSD$ +--- Makefile.in.orig Wed May 30 22:31:35 2012 ++++ Makefile.in Wed Jan 2 10:16:07 2013 +@@ -278,6 +278,7 @@ libjsoninclude_HEADERS = \ + json_config.h \ + json_inttypes.h \ + json_object.h \ ++ json_object_iterator.h \ + json_object_private.h \ + json_tokener.h \ + json_util.h \ Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/devel/json-c/pkg/PLIST,v retrieving revision 1.2 diff -N -u -p pkg/PLIST --- pkg/PLIST 15 Sep 2009 18:15:41 -0000 1.2 +++ pkg/PLIST 2 Jan 2013 15:33:27 -0000 @@ -5,7 +5,10 @@ include/json/arraylist.h include/json/bits.h include/json/debug.h include/json/json.h +include/json/json_config.h +include/json/json_inttypes.h include/json/json_object.h +include/json/json_object_iterator.h include/json/json_object_private.h include/json/json_tokener.h include/json/json_util.h