[Midnightbsd-cvs] mports: devel/dbus-glib: update to 0.76

crash at midnightbsd.org crash at midnightbsd.org
Mon Sep 22 14:05:02 EDT 2008


Log Message:
-----------
update to 0.76

Modified Files:
--------------
    mports/devel/dbus-glib:
        Makefile (r1.2 -> r1.3)
        distinfo (r1.2 -> r1.3)
        pkg-plist (r1.2 -> r1.3)

Removed Files:
-------------
    mports/devel/dbus-glib/files:
        dbus-bus-introspect.xml
        patch-tools_run-with-tmp-session-bus.sh

-------------- next part --------------
Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/devel/dbus-glib/pkg-plist,v
retrieving revision 1.2
retrieving revision 1.3
diff -L devel/dbus-glib/pkg-plist -L devel/dbus-glib/pkg-plist -u -r1.2 -r1.3
--- devel/dbus-glib/pkg-plist
+++ devel/dbus-glib/pkg-plist
@@ -13,7 +13,6 @@
 %%DOCSDIR%%/ch02.html
 %%DOCSDIR%%/ch03.html
 %%DOCSDIR%%/dbus-binding-tool.html
-%%DOCSDIR%%/dbus-glib-DBus-GLib-low-level.html
 %%DOCSDIR%%/dbus-glib-DBus-GObject-related-functions.html
 %%DOCSDIR%%/dbus-glib-DBusGConnection.html
 %%DOCSDIR%%/dbus-glib-DBusGError.html
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/dbus-glib/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L devel/dbus-glib/Makefile -L devel/dbus-glib/Makefile -u -r1.2 -r1.3
--- devel/dbus-glib/Makefile
+++ devel/dbus-glib/Makefile
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	dbus
-PORTVERSION=	0.74
+PORTVERSION=	0.76
 CATEGORIES=	devel gnome
 MASTER_SITES=	http://dbus.freedesktop.org/releases/dbus-glib/
 PKGNAMESUFFIX=	-glib
@@ -36,7 +36,6 @@
 
 DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
 
-pre-build:
-	@${CP} ${FILESDIR}/dbus-bus-introspect.xml ${WRKSRC}/tools
+
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/devel/dbus-glib/distinfo,v
retrieving revision 1.2
retrieving revision 1.3
diff -L devel/dbus-glib/distinfo -L devel/dbus-glib/distinfo -u -r1.2 -r1.3
--- devel/dbus-glib/distinfo
+++ devel/dbus-glib/distinfo
@@ -1,3 +1,3 @@
-MD5 (dbus-glib-0.74.tar.gz) = 0923d825a0aff2e4eb23338b630286fb
-SHA256 (dbus-glib-0.74.tar.gz) = e870d8cd619834eda066e37fe69b441d629f9ad3a871ef2854fbbcd753b3abe2
-SIZE (dbus-glib-0.74.tar.gz) = 654853
+MD5 (dbus-glib-0.76.tar.gz) = d3b716a7e798faa1c6a867675f00306a
+SHA256 (dbus-glib-0.76.tar.gz) = 8bc083faaf3efdd444a8a44bbcbfea501a7b547736fda3c2d83bfdc9b5b672a3
+SIZE (dbus-glib-0.76.tar.gz) = 667547
--- devel/dbus-glib/files/dbus-bus-introspect.xml
+++ /dev/null
@@ -1,77 +0,0 @@
-   <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
-"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
-<node>
-  <interface name="org.freedesktop.DBus.Introspectable">
-    <method name="Introspect">
-      <arg name="data" direction="out" type="s"/>
-    </method>
-  </interface>
-  <interface name="org.freedesktop.DBus">
-    <method name="RequestName">
-      <arg direction="in" type="s"/>
-      <arg direction="in" type="u"/>
-      <arg direction="out" type="u"/>
-    </method>
-    <method name="ReleaseName">
-      <arg direction="in" type="s"/>
-      <arg direction="out" type="u"/>
-    </method>
-    <method name="StartServiceByName">
-      <arg direction="in" type="s"/>
-      <arg direction="in" type="u"/>
-      <arg direction="out" type="u"/>
-    </method>
-    <method name="Hello">
-      <arg direction="out" type="s"/>
-    </method>
-    <method name="NameHasOwner">
-      <arg direction="in" type="s"/>
-      <arg direction="out" type="b"/>
-    </method>
-    <method name="ListNames">
-      <arg direction="out" type="as"/>
-    </method>
-    <method name="ListActivatableNames">
-      <arg direction="out" type="as"/>
-    </method>
-    <method name="AddMatch">
-      <arg direction="in" type="s"/>
-    </method>
-    <method name="RemoveMatch">
-      <arg direction="in" type="s"/>
-    </method>
-    <method name="GetNameOwner">
-      <arg direction="in" type="s"/>
-      <arg direction="out" type="s"/>
-    </method>
-    <method name="ListQueuedOwners">
-      <arg direction="in" type="s"/>
-      <arg direction="out" type="as"/>
-    </method>
-    <method name="GetConnectionUnixUser">
-      <arg direction="in" type="s"/>
-      <arg direction="out" type="u"/>
-    </method>
-    <method name="GetConnectionUnixProcessID">
-      <arg direction="in" type="s"/>
-      <arg direction="out" type="u"/>
-    </method>
-    <method name="GetConnectionSELinuxSecurityContext">
-      <arg direction="in" type="s"/>
-      <arg direction="out" type="ay"/>
-    </method>
-    <method name="ReloadConfig">
-    </method>
-    <signal name="NameOwnerChanged">
-      <arg type="s"/>
-      <arg type="s"/>
-      <arg type="s"/>
-    </signal>
-    <signal name="NameLost">
-      <arg type="s"/>
-    </signal>
-    <signal name="NameAcquired">
-      <arg type="s"/>
-    </signal>
-  </interface>
-</node>
--- devel/dbus-glib/files/patch-tools_run-with-tmp-session-bus.sh
+++ /dev/null
@@ -1,15 +0,0 @@
---- tools/run-with-tmp-session-bus.sh.orig	Sat Oct  7 16:18:50 2006
-+++ tools/run-with-tmp-session-bus.sh	Sat Oct  7 16:19:24 2006
-@@ -1,10 +1,10 @@
--#! /bin/bash
-+#! /bin/sh
- 
- SCRIPTNAME=$0
- WRAPPED_SCRIPT=$1
- shift
- 
--function die() 
-+die() 
- {
-     if ! test -z "$DBUS_SESSION_BUS_PID" ; then
-         echo "killing message bus "$DBUS_SESSION_BUS_PID >&2


More information about the Midnightbsd-cvs mailing list