Fri Apr 9 01:41:19 2010 UTC ()
Update json-glib to 0.10.4.

Overview of changes for 0.10.4
==============================
• Improve the strictness of the JsonParser code by refactoring a large
  chunk of it
• Fix JsonGenerator when dumping nodes with a floating point value
• Add negative conformance test cases


(obache)
diff -r1.5 -r1.6 pkgsrc/textproc/json-glib/Makefile
diff -r1.5 -r1.6 pkgsrc/textproc/json-glib/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/textproc/json-glib/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/json-glib/Makefile 2010/03/02 11:13:26 1.5
+++ pkgsrc/textproc/json-glib/Makefile 2010/04/09 01:41:19 1.6
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.5 2010/03/02 11:13:26 obache Exp $ 1# $NetBSD: Makefile,v 1.6 2010/04/09 01:41:19 obache Exp $
2# 2#
3 3
4DISTNAME= json-glib-0.10.2 4DISTNAME= json-glib-0.10.4
5CATEGORIES= textproc 5CATEGORIES= textproc
6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/json-glib/0.10/} 6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/json-glib/0.10/}
7 7
8MAINTAINER= obache@NetBSD.org 8MAINTAINER= obache@NetBSD.org
9HOMEPAGE= http://live.gnome.org/JsonGlib 9HOMEPAGE= http://live.gnome.org/JsonGlib
10COMMENT= JSON parser for GLib-based libraries and applications 10COMMENT= JSON parser for GLib-based libraries and applications
11LICENSE= gnu-lgpl-v2.1 11LICENSE= gnu-lgpl-v2.1
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16USE_LIBTOOL= yes 16USE_LIBTOOL= yes
17USE_TOOLS+= gmake pkg-config 17USE_TOOLS+= gmake pkg-config

cvs diff -r1.5 -r1.6 pkgsrc/textproc/json-glib/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/json-glib/distinfo 2010/03/02 11:13:26 1.5
+++ pkgsrc/textproc/json-glib/distinfo 2010/04/09 01:41:19 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2010/03/02 11:13:26 obache Exp $ 1$NetBSD: distinfo,v 1.6 2010/04/09 01:41:19 obache Exp $
2 2
3SHA1 (json-glib-0.10.2.tar.gz) = fb1c3129216e50e40e3e1c5db75abd3aad684459 3SHA1 (json-glib-0.10.4.tar.gz) = d41283270e8a104877c30a30ea5abb3dbea1647f
4RMD160 (json-glib-0.10.2.tar.gz) = 108af2a189318888c92a1f6974831ee2714d8bff 4RMD160 (json-glib-0.10.4.tar.gz) = 515b9b81b6877a21c74be4cd14e82382965be267
5Size (json-glib-0.10.2.tar.gz) = 528172 bytes 5Size (json-glib-0.10.4.tar.gz) = 508350 bytes