summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2010-12-12 13:17:45 +0000
committerwiz <wiz>2010-12-12 13:17:45 +0000
commitaefa20edd54ab26a9e80e5a537d56eb09d711121 (patch)
treea0245108384d8560e8e6caaf954c023e277ee3ce
parente4119ea38ec9b20c65ee14dd94e37022df1c9c1d (diff)
downloadpkgsrc-aefa20edd54ab26a9e80e5a537d56eb09d711121.tar.gz
Update to 0.92:
0.92: Senko Rašić found that this should have depended on GLib 2.26, but still only checked for 2.24. Sorry about that. So here's a new version, identical to 0.90 except with the GLib dependency fixed. 0.90: Christian Dywan (6): Remove unused method attribute variables in introspect_interfaces Dereference main loop once variant recursion test is done Plug leak of expected_str in threaded server test Free path string after emission in in statemachine server example Always free method_c_name in dbus binding tool Free looked up function name in dbus binding tool Mike Gorse (1): Fix switching a connection's GMainContext Simon McVittie (18): Add DBusGObjectPath, DBusGSignature typedefs Give specialized GArrays iteration/appending support Actually run test/core/test-gvariant Test dbus_g_value_build_g_variant for various fixed arrays Remove gcov decoder, which hasn't worked since dbus-glib left libdbus replace remnants of gcov support with lcov.am from telepathy-glib fd.o #30428: add dbus_g_value_parse_g_variant dbus_g_type_specialized_map_append: document that the value contents are stolen dbus_g_value_build_g_variant: cope with empty arrays, maps Test dbus_g_value_parse_g_variant dbus_g_value_basic_array_parse_variant: allow the fast path to be taken Adjust syntax to avoid relying on array/pointer duality dbus_g_value_parse_variant_by_type: talk about GVariant, not GDBus, in docs Add dbus_g_value_parse_g_variant to gtkdoc output unhandled GVariantClass as ASCII if possible copy arrays of 'o', 'g' from GVariant without constructing a format string programmatically Merge branch 'gvariant' Merge branch 'type-names' Will Thompson (5): Build test/ before its subdirs. Release version 0.90 Makefile.am: Remove ChangeLog's spurious FORCE dependency HACKING: Fix release URL; be honest about NEWS
-rw-r--r--sysutils/dbus-glib/Makefile6
-rw-r--r--sysutils/dbus-glib/PLIST5
-rw-r--r--sysutils/dbus-glib/distinfo8
3 files changed, 10 insertions, 9 deletions
diff --git a/sysutils/dbus-glib/Makefile b/sysutils/dbus-glib/Makefile
index c1d38bc7033..fa9a31ca4bb 100644
--- a/sysutils/dbus-glib/Makefile
+++ b/sysutils/dbus-glib/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2010/08/29 09:42:45 obache Exp $
+# $NetBSD: Makefile,v 1.26 2010/12/12 13:17:45 wiz Exp $
#
-DISTNAME= dbus-glib-0.88
+DISTNAME= dbus-glib-0.92
CATEGORIES= sysutils
MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-glib/
@@ -32,7 +32,7 @@ CONFIGURE_ARGS+= --with-xml=expat
.include "options.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
-BUILDLINK_API_DEPENDS.glib2+= glib2>=2.24
+BUILDLINK_API_DEPENDS.glib2+= glib2>=2.26
.include "../../devel/glib2/buildlink3.mk"
BUILDLINK_API_DEPENDS.dbus+= dbus>=1.1
.include "../../sysutils/dbus/buildlink3.mk"
diff --git a/sysutils/dbus-glib/PLIST b/sysutils/dbus-glib/PLIST
index ba4d2cd8c04..f702416f8f8 100644
--- a/sysutils/dbus-glib/PLIST
+++ b/sysutils/dbus-glib/PLIST
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.11 2010/08/17 13:33:39 wiz Exp $
+@comment $NetBSD: PLIST,v 1.12 2010/12/12 13:17:45 wiz Exp $
bin/dbus-binding-tool
include/dbus-1.0/dbus/dbus-glib-bindings.h
include/dbus-1.0/dbus/dbus-glib-error-enum.h
include/dbus-1.0/dbus/dbus-glib-lowlevel.h
include/dbus-1.0/dbus/dbus-glib.h
include/dbus-1.0/dbus/dbus-gtype-specialized.h
+include/dbus-1.0/dbus/dbus-gvalue-parse-variant.h
lib/libdbus-glib-1.la
lib/pkgconfig/dbus-glib-1.pc
libexec/dbus-bash-completion-helper
@@ -15,13 +16,13 @@ share/gtk-doc/html/dbus-glib/ch02.html
share/gtk-doc/html/dbus-glib/ch03.html
share/gtk-doc/html/dbus-glib/dbus-binding-tool.html
share/gtk-doc/html/dbus-glib/dbus-glib-DBus-GLib-low-level.html
+share/gtk-doc/html/dbus-glib/dbus-glib-DBus-GObject-related-functions.html
share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html
share/gtk-doc/html/dbus-glib/dbus-glib-DBusGError.html
share/gtk-doc/html/dbus-glib/dbus-glib-DBusGMessage.html
share/gtk-doc/html/dbus-glib/dbus-glib-DBusGMethod.html
share/gtk-doc/html/dbus-glib/dbus-glib-DBusGProxy.html
share/gtk-doc/html/dbus-glib/dbus-glib-Specializable-GType-System.html
-share/gtk-doc/html/dbus-glib/dbus-glib-dbus-gobject.html
share/gtk-doc/html/dbus-glib/dbus-glib.devhelp
share/gtk-doc/html/dbus-glib/dbus-glib.devhelp2
share/gtk-doc/html/dbus-glib/home.png
diff --git a/sysutils/dbus-glib/distinfo b/sysutils/dbus-glib/distinfo
index 45e7e72afdc..7ee4cf02c1c 100644
--- a/sysutils/dbus-glib/distinfo
+++ b/sysutils/dbus-glib/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2010/08/17 13:33:39 wiz Exp $
+$NetBSD: distinfo,v 1.13 2010/12/12 13:17:45 wiz Exp $
-SHA1 (dbus-glib-0.88.tar.gz) = 5e1d4a38acb38441a4708127522aa5223bf17842
-RMD160 (dbus-glib-0.88.tar.gz) = 43a25a7e449beda46498f02178d186a011783be3
-Size (dbus-glib-0.88.tar.gz) = 688611 bytes
+SHA1 (dbus-glib-0.92.tar.gz) = 69aa860251a2c916907ac7b34d5a40196cf073ff
+RMD160 (dbus-glib-0.92.tar.gz) = 63ad9e0a673f4df7d1b24f752502b697b9f54ab3
+Size (dbus-glib-0.92.tar.gz) = 687138 bytes
SHA1 (patch-aa) = 4b77f6d86f636d1e0bcdb1f2e0ad9d3bc438b07c