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 06:02:59 -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 06:02:59 -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: 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 06:02:59 -0000
@@ -5,6 +5,8 @@ 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_private.h
 include/json/json_tokener.h

Reply via email to