Grrr, sorry. The fixed diff is now actually attached.
Update to JSON-C 0.8:
- Bug fixes and code cleanup.
- Bump .so major.

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/json-c/Makefile,v
retrieving revision 1.1.1.1
diff -p -u -r1.1.1.1 Makefile
--- Makefile    23 Mar 2008 08:57:02 -0000      1.1.1.1
+++ Makefile    21 Jun 2009 11:13:08 -0000
@@ -2,9 +2,9 @@
 
 COMMENT=               JSON implementation in C
 
-DISTNAME=              json-c-0.7
+DISTNAME=              json-c-0.8
 CATEGORIES=            devel
-SHARED_LIBS=           json    1.0
+SHARED_LIBS=           json    2.0
 
 MAINTAINER=            Marc Balmer <mbal...@openbsd.org>
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/json-c/distinfo,v
retrieving revision 1.1.1.1
diff -p -u -r1.1.1.1 distinfo
--- distinfo    23 Mar 2008 08:57:02 -0000      1.1.1.1
+++ distinfo    21 Jun 2009 11:13:08 -0000
@@ -1,5 +1,5 @@
-MD5 (json-c-0.7.tar.gz) = f5iYdJh9Ff5PRHdenHBA+w==
-RMD160 (json-c-0.7.tar.gz) = zgABa24XYClObEHxtAgGuHUx4Jw=
-SHA1 (json-c-0.7.tar.gz) = FpVQ+tLc8P4MMRh8d96t0WhHP1k=
-SHA256 (json-c-0.7.tar.gz) = dXIgheqOXhvennSOYx6SXcaA8j5WIhGDDe27fO4VTGw=
-SIZE (json-c-0.7.tar.gz) = 411964
+MD5 (json-c-0.8.tar.gz) = nHuQ3/Fu7DBjCEgpw4LrrA==
+RMD160 (json-c-0.8.tar.gz) = NaHWc5j27a+weJPZ80wt0H19jiA=
+SHA1 (json-c-0.8.tar.gz) = z/uEMAcAiD5Y9VmHTfXySzs1Er0=
+SHA256 (json-c-0.8.tar.gz) = P84UWU74kD0BglcewOQyL34tnvf69r2aDO5k1TehV2w=
+SIZE (json-c-0.8.tar.gz) = 329781
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/json-c/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -p -u -r1.1.1.1 PLIST
--- pkg/PLIST   23 Mar 2008 08:57:02 -0000      1.1.1.1
+++ pkg/PLIST   21 Jun 2009 11:13:08 -0000
@@ -6,9 +6,11 @@ include/json/bits.h
 include/json/debug.h
 include/json/json.h
 include/json/json_object.h
+include/json/json_object_private.h
 include/json/json_tokener.h
 include/json/json_util.h
 include/json/linkhash.h
+include/json/printbuf.h
 lib/libjson.a
 lib/libjson.la
 lib/pkgconfig/

Reply via email to