summaryrefslogtreecommitdiff
path: root/textproc/json-glib/Makefile
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2009-10-26 08:27:17 +0000
committerobache <obache@pkgsrc.org>2009-10-26 08:27:17 +0000
commit5631c6b78882fcd18783bdd7b88584553d78180f (patch)
tree75701cdd574d061085e308bcec4d24e7fee62280 /textproc/json-glib/Makefile
parent430a54b062fc2cafaa4d0de85ea55bb08bdc9447 (diff)
downloadpkgsrc-5631c6b78882fcd18783bdd7b88584553d78180f.tar.gz
Update json-glib to 0.8.0.
Overview of changes for 0.8.0 ============================= * Remove the in-tree Vala bindings: they are part of Vala, now * Remove the in-tree Debian packaging * Fix bug #958: JsonGenerator does not escape special characters * Fix bug #965: Conditionally compile the test suite * Display the filename and line inside the error messages when loading from a file * Fix bug #1203: Correctly terminate a string array * Fix bug #1393: Regression tests fail on OpenBSD * Do not leak memory on error code paths * Improve and clean up the build system * Make JsonNode completely opaque * Conditionally generate introspection data on build * Fix bug #1353: Do not overwrite when copying * Deprecate json_object_add_member() * Add convenience accessors for JsonObject and JsonArray * Add convenience iteration functions for JsonObject and JsonArray * Automatically promote integers to gint64, to compensate for the lack of integer size in the JSON specificiation * Disallow the inclusion of single header files: only json-glib,h and json-gobject.h can be included directly * Documentation fixes * Clean up and remove code duplication inside the Parser object
Diffstat (limited to 'textproc/json-glib/Makefile')
-rw-r--r--textproc/json-glib/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/textproc/json-glib/Makefile b/textproc/json-glib/Makefile
index 247250955b7..d3e84715317 100644
--- a/textproc/json-glib/Makefile
+++ b/textproc/json-glib/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/11/05 13:07:14 obache Exp $
+# $NetBSD: Makefile,v 1.2 2009/10/26 08:27:17 obache Exp $
#
-DISTNAME= json-glib-0.6.2
+DISTNAME= json-glib-0.8.0
CATEGORIES= textproc
-MASTER_SITES= http://folks.o-hand.com/~ebassi/sources/
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/json-glib/0.8/}
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://live.gnome.org/JsonGlib
@@ -17,6 +17,10 @@ USE_TOOLS+= gmake pkg-config
PKGCONFIG_OVERRIDE+= json-glib.pc.in
+# Workaround for Upstream Bug#562310.
+# for more detail, see also PR#41475.
+TOOLS_NOOP+= gtkdoc-rebase
+
TEST_TARGET= check
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.16.0