summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorprlw1 <prlw1@pkgsrc.org>2015-03-13 11:21:39 +0000
committerprlw1 <prlw1@pkgsrc.org>2015-03-13 11:21:39 +0000
commitc55fdb2428b0df2561e33b440c16d2b415184e4d (patch)
tree5782633f41acf2780a718a69a234fa88007a356d /textproc
parent877d8f49d87f5299c43928ed4725261c79a68781 (diff)
downloadpkgsrc-c55fdb2428b0df2561e33b440c16d2b415184e4d.tar.gz
Update json-glib to 1.0.2
parser: Use the right length for parsing the stream contents json-parser: use length parameter when validating utf-8 generator: Escape Object key names correctly generator: Escape the control characters correctly generator: Add tests for updated string escaping routine build: Include enum-types.[ch] in the introspection sources translation updates
Diffstat (limited to 'textproc')
-rw-r--r--textproc/json-glib/Makefile9
-rw-r--r--textproc/json-glib/distinfo12
-rw-r--r--textproc/json-glib/patches/patch-build_autotools_glibtests.m43
-rw-r--r--textproc/json-glib/patches/patch-configure3
4 files changed, 14 insertions, 13 deletions
diff --git a/textproc/json-glib/Makefile b/textproc/json-glib/Makefile
index 65a6422cd74..5bfce5bca79 100644
--- a/textproc/json-glib/Makefile
+++ b/textproc/json-glib/Makefile
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.22 2014/08/09 20:07:07 richard Exp $
-#
+# $NetBSD: Makefile,v 1.23 2015/03/13 11:21:39 prlw1 Exp $
-DISTNAME= json-glib-1.0.0
-CATEGORIES= textproc
+DISTNAME= json-glib-1.0.2
+CATEGORIES= textproc gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/json-glib/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://live.gnome.org/JsonGlib
+HOMEPAGE= https://wiki.gnome.org/Projects/JsonGlib
COMMENT= JSON parser for GLib-based libraries and applications
LICENSE= gnu-lgpl-v2.1
diff --git a/textproc/json-glib/distinfo b/textproc/json-glib/distinfo
index 51f325cc751..2a258573991 100644
--- a/textproc/json-glib/distinfo
+++ b/textproc/json-glib/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.13 2014/04/20 09:36:29 obache Exp $
+$NetBSD: distinfo,v 1.14 2015/03/13 11:21:39 prlw1 Exp $
-SHA1 (json-glib-1.0.0.tar.xz) = ed48f3d276327ba4ce22fb42494d95141e37893f
-RMD160 (json-glib-1.0.0.tar.xz) = e9a99e1179b446cca06ad7c17b3c03a94d67efc9
-Size (json-glib-1.0.0.tar.xz) = 547100 bytes
-SHA1 (patch-build_autotools_glibtests.m4) = 2ec66dd7e744557224629f1bef90980c9538c806
-SHA1 (patch-configure) = b698c4864a2f1a03173e20b9da989044c1cc3247
+SHA1 (json-glib-1.0.2.tar.xz) = 17de45d0be56910dcaef62712e95626d7989ee52
+RMD160 (json-glib-1.0.2.tar.xz) = f80ecfdd7f6a0f8fa2dd8f5cdf704a301582bad5
+Size (json-glib-1.0.2.tar.xz) = 550340 bytes
+SHA1 (patch-build_autotools_glibtests.m4) = 4400f8f35f9dbd39835474fa11641192e845adcf
+SHA1 (patch-configure) = 87150c39ebeb5083168275eeab4d855c7dc6fcf1
diff --git a/textproc/json-glib/patches/patch-build_autotools_glibtests.m4 b/textproc/json-glib/patches/patch-build_autotools_glibtests.m4
index 65438535265..307854e18d2 100644
--- a/textproc/json-glib/patches/patch-build_autotools_glibtests.m4
+++ b/textproc/json-glib/patches/patch-build_autotools_glibtests.m4
@@ -1,6 +1,7 @@
-$NetBSD: patch-build_autotools_glibtests.m4,v 1.1 2014/04/20 09:36:29 obache Exp $
+$NetBSD: patch-build_autotools_glibtests.m4,v 1.2 2015/03/13 11:21:39 prlw1 Exp $
* test(1) portability fix
+ https://bugzilla.gnome.org/show_bug.cgi?id=746143
--- build/autotools/glibtests.m4.orig 2013-11-22 17:36:08.000000000 +0000
+++ build/autotools/glibtests.m4
diff --git a/textproc/json-glib/patches/patch-configure b/textproc/json-glib/patches/patch-configure
index 2482b9f6067..5295304c5f0 100644
--- a/textproc/json-glib/patches/patch-configure
+++ b/textproc/json-glib/patches/patch-configure
@@ -1,6 +1,7 @@
-$NetBSD: patch-configure,v 1.1 2014/04/20 09:36:29 obache Exp $
+$NetBSD: patch-configure,v 1.2 2015/03/13 11:21:39 prlw1 Exp $
* test(1) portability fix
+ https://bugzilla.gnome.org/show_bug.cgi?id=746143
--- configure.orig 2014-04-20 08:58:47.000000000 +0000
+++ configure