diff --git a/x11/dbus-glib/Makefile b/x11/dbus-glib/Makefile index 5b61fecd154..a0f831ef597 100644 --- a/x11/dbus-glib/Makefile +++ b/x11/dbus-glib/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.13 2009/03/23 10:05:36 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.14 2009/10/10 14:31:24 ajacoutot Exp $ COMMENT= glib bindings for dbus message system -DISTNAME= dbus-glib-0.80 -PKGNAME= ${DISTNAME}p0 -SHARED_LIBS+= dbus-glib-1 4.1 +DISTNAME= dbus-glib-0.82 + +SHARED_LIBS+= dbus-glib-1 4.2 # .3.0 CATEGORIES= x11 HOMEPAGE= http://dbus.freedesktop.org/ diff --git a/x11/dbus-glib/distinfo b/x11/dbus-glib/distinfo index 25152da3399..86b7b0b739d 100644 --- a/x11/dbus-glib/distinfo +++ b/x11/dbus-glib/distinfo @@ -1,5 +1,5 @@ -MD5 (dbus-glib-0.80.tar.gz) = hupguiEYobner+glf2pqGg== -RMD160 (dbus-glib-0.80.tar.gz) = gC3NxLfHqIBbBRt77fRAIv7OJ9I= -SHA1 (dbus-glib-0.80.tar.gz) = kn5D8tQpz/VHKrcmiCNH7AblP2s= -SHA256 (dbus-glib-0.80.tar.gz) = tTMLkbMTF1cQPaKzFH4hHnEhRHX113ZAAi6pu1h/ZFs= -SIZE (dbus-glib-0.80.tar.gz) = 688789 +MD5 (dbus-glib-0.82.tar.gz) = qipFF94OkUS+O84s+M3ZJA== +RMD160 (dbus-glib-0.82.tar.gz) = VwZkVS3i1FXKSqJxRCQ745dOfXc= +SHA1 (dbus-glib-0.82.tar.gz) = itCc8TgQOCBIpoW8r8cvJSslOag= +SHA256 (dbus-glib-0.82.tar.gz) = 3fsGJ5c0G1xaIlVf/oATiVPMYaZ7qAVkeydG9Rm/veE= +SIZE (dbus-glib-0.82.tar.gz) = 674953 diff --git a/x11/dbus-glib/patches/patch-configure b/x11/dbus-glib/patches/patch-configure index 3d106a11fe8..3c21d15579e 100644 --- a/x11/dbus-glib/patches/patch-configure +++ b/x11/dbus-glib/patches/patch-configure @@ -1,7 +1,7 @@ -$OpenBSD: patch-configure,v 1.1 2009/03/23 10:05:36 ajacoutot Exp $ ---- configure.orig Mon Mar 23 10:57:27 2009 -+++ configure Mon Mar 23 10:57:42 2009 -@@ -29496,7 +29496,6 @@ echo " +$OpenBSD: patch-configure,v 1.2 2009/10/10 14:31:24 ajacoutot Exp $ +--- configure.orig Thu Jul 16 19:45:35 2009 ++++ configure Sat Oct 10 14:52:54 2009 +@@ -17150,7 +17150,6 @@ echo " Building Gtk-doc docs: ${enable_gtk_doc} Bash Completion: ${enable_bash_completion} Gettext libs (empty OK): ${INTLLIBS} diff --git a/x11/dbus-glib/patches/patch-dbus_dbus-gobject_c b/x11/dbus-glib/patches/patch-dbus_dbus-gobject_c deleted file mode 100644 index aebb1ea7b0f..00000000000 --- a/x11/dbus-glib/patches/patch-dbus_dbus-gobject_c +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-dbus_dbus-gobject_c,v 1.1 2009/02/08 15:51:45 ajacoutot Exp $ ---- dbus/dbus-gobject.c.orig Sat Feb 7 00:04:36 2009 -+++ dbus/dbus-gobject.c Sat Feb 7 00:04:59 2009 -@@ -2350,7 +2350,7 @@ dbus_g_method_return (DBusGMethodInvocation *context, - G_VALUE_COLLECT (&value, args, G_VALUE_NOCOPY_CONTENTS, &error); - if (error) - { -- g_warning(error); -+ g_warning("%s", error); - g_free (error); - } - _dbus_gvalue_marshal (&iter, &value); diff --git a/x11/dbus-glib/pkg/PLIST b/x11/dbus-glib/pkg/PLIST index f5ba319ccd4..2dbf4312c8a 100644 --- a/x11/dbus-glib/pkg/PLIST +++ b/x11/dbus-glib/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.7 2009/03/23 10:05:36 ajacoutot Exp $ +@comment $OpenBSD: PLIST,v 1.8 2009/10/10 14:31:24 ajacoutot Exp $ %%SHARED%% @bin bin/dbus-binding-tool include/dbus-1.0/ @@ -13,6 +13,7 @@ lib/libdbus-glib-1.la lib/pkgconfig/ lib/pkgconfig/dbus-glib-1.pc @bin libexec/dbus-bash-completion-helper +@man man/man1/dbus-binding-tool.1 share/examples/dbus-glib/ @sample ${SYSCONFDIR}/bash_completion.d/ share/examples/dbus-glib/dbus-bash-completion.sh