Tue Feb 17 14:03:54 2015 UTC ()
Update to 0.104. You should read the changelog below.

dbus-glib 0.104 (2015-02-09)
============================

The “smoke and ashes” release.

Deprecations:

• Document the entire library as deprecated (Simon McVittie, Philip Withnall)

Dependencies:

• libdbus 1.8 is required
• GLib 2.32 is required

Enhancements:

• The libdbus 1.8 dependency means we can now document that
  dbus_g_thread_init() is idempotent and thread-safe
  (fd.o #54770, Simon McVittie)

• Use g_cclosure_marshal_generic for all marshalling (fd.o #64214,
  Simon McVittie)

Fixes:

• Allow timeouts to be migrated from one main context to another
  without an assertion failure (fd.o #30574, Mike Gorse)

• Don't trip a libdbus fatal warning if a Unix fd or other unsupported type
  is encountered in a message (fd.o #80557, Alban Crequy)

• Make the tests pass with newer GLib by not removing removed sources
  (fd.o #83530, Simon McVittie)

• Fix some typos in the documentation (fd.o #45686, Jiří Klimeš)

• Make the Autotools setup less awful (fd.o #58698;
  Rafał Mużyło, Simon McVittie)


(wiz)
diff -r1.36 -r1.37 pkgsrc/sysutils/dbus-glib/Makefile
diff -r1.14 -r1.15 pkgsrc/sysutils/dbus-glib/PLIST
diff -r1.17 -r1.18 pkgsrc/sysutils/dbus-glib/distinfo

cvs diff -r1.36 -r1.37 pkgsrc/sysutils/dbus-glib/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/dbus-glib/Makefile 2014/02/20 10:17:45 1.36
+++ pkgsrc/sysutils/dbus-glib/Makefile 2015/02/17 14:03:54 1.37
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.36 2014/02/20 10:17:45 wiz Exp $ 1# $NetBSD: Makefile,v 1.37 2015/02/17 14:03:54 wiz Exp $
2 2
3DISTNAME= dbus-glib-0.102 3DISTNAME= dbus-glib-0.104
4CATEGORIES= sysutils 4CATEGORIES= sysutils
5MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-glib/ 5MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-glib/
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://www.freedesktop.org/Software/dbus 8HOMEPAGE= http://www.freedesktop.org/Software/dbus
9COMMENT= GLib bindings for the D-BUS message bus system 9COMMENT= GLib bindings for the D-BUS message bus system
10LICENSE= gnu-gpl-v2 10LICENSE= gnu-gpl-v2
11 11
12MAKE_JOBS_SAFE= NO 12MAKE_JOBS_SAFE= NO
13 13
14GNU_CONFIGURE= YES 14GNU_CONFIGURE= YES
15USE_TOOLS+= gmake msgfmt pkg-config 15USE_TOOLS+= gmake msgfmt pkg-config
16USE_LIBTOOL= YES 16USE_LIBTOOL= YES
@@ -20,19 +20,19 @@ PKGCONFIG_OVERRIDE= dbus-glib-1.pc.in @@ -20,19 +20,19 @@ PKGCONFIG_OVERRIDE= dbus-glib-1.pc.in
20CONFIGURE_ARGS+= --disable-ansi 20CONFIGURE_ARGS+= --disable-ansi
21CONFIGURE_ARGS+= --disable-asserts 21CONFIGURE_ARGS+= --disable-asserts
22CONFIGURE_ARGS+= --disable-doxygen-docs 22CONFIGURE_ARGS+= --disable-doxygen-docs
23CONFIGURE_ARGS+= --disable-gcov 23CONFIGURE_ARGS+= --disable-gcov
24CONFIGURE_ARGS+= --disable-tests 24CONFIGURE_ARGS+= --disable-tests
25CONFIGURE_ARGS+= --disable-verbose-mode 25CONFIGURE_ARGS+= --disable-verbose-mode
26CONFIGURE_ARGS+= --disable-xml-docs 26CONFIGURE_ARGS+= --disable-xml-docs
27CONFIGURE_ARGS+= --enable-checks 27CONFIGURE_ARGS+= --enable-checks
28CONFIGURE_ARGS+= --with-xml=expat 28CONFIGURE_ARGS+= --with-xml=expat
29 29
30.include "options.mk" 30.include "options.mk"
31 31
32.include "../../devel/gettext-lib/buildlink3.mk" 32.include "../../devel/gettext-lib/buildlink3.mk"
33BUILDLINK_API_DEPENDS.glib2+= glib2>=2.26 33BUILDLINK_API_DEPENDS.glib2+= glib2>=2.32
34.include "../../devel/glib2/buildlink3.mk" 34.include "../../devel/glib2/buildlink3.mk"
35BUILDLINK_API_DEPENDS.dbus+= dbus>=1.2.16 35BUILDLINK_API_DEPENDS.dbus+= dbus>=1.8
36.include "../../sysutils/dbus/buildlink3.mk" 36.include "../../sysutils/dbus/buildlink3.mk"
37.include "../../textproc/expat/buildlink3.mk" 37.include "../../textproc/expat/buildlink3.mk"
38.include "../../mk/bsd.pkg.mk" 38.include "../../mk/bsd.pkg.mk"

cvs diff -r1.14 -r1.15 pkgsrc/sysutils/dbus-glib/PLIST (expand / switch to unified diff)

--- pkgsrc/sysutils/dbus-glib/PLIST 2013/03/15 22:09:12 1.14
+++ pkgsrc/sysutils/dbus-glib/PLIST 2015/02/17 14:03:54 1.15
@@ -1,32 +1,36 @@ @@ -1,32 +1,36 @@
1@comment $NetBSD: PLIST,v 1.14 2013/03/15 22:09:12 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.15 2015/02/17 14:03:54 wiz Exp $
2bin/dbus-binding-tool 2bin/dbus-binding-tool
3include/dbus-1.0/dbus/dbus-glib-bindings.h 3include/dbus-1.0/dbus/dbus-glib-bindings.h
4include/dbus-1.0/dbus/dbus-glib-lowlevel.h 4include/dbus-1.0/dbus/dbus-glib-lowlevel.h
5include/dbus-1.0/dbus/dbus-glib.h 5include/dbus-1.0/dbus/dbus-glib.h
6include/dbus-1.0/dbus/dbus-gtype-specialized.h 6include/dbus-1.0/dbus/dbus-gtype-specialized.h
7include/dbus-1.0/dbus/dbus-gvalue-parse-variant.h 7include/dbus-1.0/dbus/dbus-gvalue-parse-variant.h
8lib/libdbus-glib-1.la 8lib/libdbus-glib-1.la
9lib/pkgconfig/dbus-glib-1.pc 9lib/pkgconfig/dbus-glib-1.pc
10libexec/dbus-bash-completion-helper 10libexec/dbus-bash-completion-helper
11man/man1/dbus-binding-tool.1 11man/man1/dbus-binding-tool.1
12share/examples/dbus-glib/dbus-bash-completion.sh 12share/examples/dbus-glib/dbus-bash-completion.sh
 13share/gtk-doc/html/dbus-glib/api-index-full.html
13share/gtk-doc/html/dbus-glib/ch01.html 14share/gtk-doc/html/dbus-glib/ch01.html
14share/gtk-doc/html/dbus-glib/ch02.html 15share/gtk-doc/html/dbus-glib/ch02.html
15share/gtk-doc/html/dbus-glib/ch03.html 16share/gtk-doc/html/dbus-glib/ch03.html
16share/gtk-doc/html/dbus-glib/dbus-binding-tool.html 17share/gtk-doc/html/dbus-glib/dbus-binding-tool.html
17share/gtk-doc/html/dbus-glib/dbus-glib-DBus-GLib-low-level.html 18share/gtk-doc/html/dbus-glib/dbus-glib-DBus-GLib-low-level.html
18share/gtk-doc/html/dbus-glib/dbus-glib-DBus-GObject-related-functions.html 19share/gtk-doc/html/dbus-glib/dbus-glib-DBus-GObject-related-functions.html
19share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html 20share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html
20share/gtk-doc/html/dbus-glib/dbus-glib-DBusGError.html 21share/gtk-doc/html/dbus-glib/dbus-glib-DBusGError.html
21share/gtk-doc/html/dbus-glib/dbus-glib-DBusGMessage.html 22share/gtk-doc/html/dbus-glib/dbus-glib-DBusGMessage.html
22share/gtk-doc/html/dbus-glib/dbus-glib-DBusGMethod.html 23share/gtk-doc/html/dbus-glib/dbus-glib-DBusGMethod.html
23share/gtk-doc/html/dbus-glib/dbus-glib-DBusGProxy.html 24share/gtk-doc/html/dbus-glib/dbus-glib-DBusGProxy.html
24share/gtk-doc/html/dbus-glib/dbus-glib-Specializable-GType-System.html 25share/gtk-doc/html/dbus-glib/dbus-glib-Specializable-GType-System.html
25share/gtk-doc/html/dbus-glib/dbus-glib.devhelp2 26share/gtk-doc/html/dbus-glib/dbus-glib.devhelp2
26share/gtk-doc/html/dbus-glib/home.png 27share/gtk-doc/html/dbus-glib/home.png
27share/gtk-doc/html/dbus-glib/index.html 28share/gtk-doc/html/dbus-glib/index.html
28share/gtk-doc/html/dbus-glib/index.sgml 29share/gtk-doc/html/dbus-glib/index.sgml
 30share/gtk-doc/html/dbus-glib/left-insensitive.png
29share/gtk-doc/html/dbus-glib/left.png 31share/gtk-doc/html/dbus-glib/left.png
 32share/gtk-doc/html/dbus-glib/right-insensitive.png
30share/gtk-doc/html/dbus-glib/right.png 33share/gtk-doc/html/dbus-glib/right.png
31share/gtk-doc/html/dbus-glib/style.css 34share/gtk-doc/html/dbus-glib/style.css
 35share/gtk-doc/html/dbus-glib/up-insensitive.png
32share/gtk-doc/html/dbus-glib/up.png 36share/gtk-doc/html/dbus-glib/up.png

cvs diff -r1.17 -r1.18 pkgsrc/sysutils/dbus-glib/distinfo (expand / switch to unified diff)

--- pkgsrc/sysutils/dbus-glib/distinfo 2014/02/20 10:17:45 1.17
+++ pkgsrc/sysutils/dbus-glib/distinfo 2015/02/17 14:03:54 1.18
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.17 2014/02/20 10:17:45 wiz Exp $ 1$NetBSD: distinfo,v 1.18 2015/02/17 14:03:54 wiz Exp $
2 2
3SHA1 (dbus-glib-0.102.tar.gz) = 58a8955972f6c221461a49f9c541c22e838a5776 3SHA1 (dbus-glib-0.104.tar.gz) = 776a0e843f5c04cb58225962d623e82f283aed68
4RMD160 (dbus-glib-0.102.tar.gz) = a85d5773121ca99676a40292a114e6dbe65fb80c 4RMD160 (dbus-glib-0.104.tar.gz) = 40fcea6314424b4a86a60473c57da2d35f7d0ac0
5Size (dbus-glib-0.102.tar.gz) = 783792 bytes 5Size (dbus-glib-0.104.tar.gz) = 793417 bytes
6SHA1 (patch-aa) = 983008bc831a9650fb9a5d3e1546d4e969140a70 6SHA1 (patch-aa) = 983008bc831a9650fb9a5d3e1546d4e969140a70