ports/opt (2.3): dbus: updated to version 1.0.1
commit 4e1b1d39adbdb8227eb848f0dfce56163fb590d4 Author: Matt Housh <jaeger@crux.nu> Date: Fri Dec 1 11:34:18 2006 -0600 dbus: updated to version 1.0.1 diff --git a/dbus/.footprint b/dbus/.footprint index 3512522..4928632 100644 --- a/dbus/.footprint +++ b/dbus/.footprint @@ -27,6 +27,7 @@ drwxr-xr-x root/root usr/include/dbus-1. -rw-r--r-- root/root usr/include/dbus-1.0/dbus/dbus-macros.h -rw-r--r-- root/root usr/include/dbus-1.0/dbus/dbus-memory.h -rw-r--r-- root/root usr/include/dbus-1.0/dbus/dbus-message.h +-rw-r--r-- root/root usr/include/dbus-1.0/dbus/dbus-misc.h -rw-r--r-- root/root usr/include/dbus-1.0/dbus/dbus-pending-call.h -rw-r--r-- root/root usr/include/dbus-1.0/dbus/dbus-protocol.h -rw-r--r-- root/root usr/include/dbus-1.0/dbus/dbus-server.h @@ -60,5 +61,7 @@ drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/dbus-1/ drwxr-xr-x root/root usr/share/dbus-1/services/ drwxr-xr-x root/root var/ +drwxr-xr-x root/root var/lib/ +drwxr-xr-x root/root var/lib/dbus/ drwxr-xr-x root/root var/run/ drwxr-xr-x root/root var/run/dbus/ diff --git a/dbus/.md5sum b/dbus/.md5sum index 317b76a..ce2737c 100644 --- a/dbus/.md5sum +++ b/dbus/.md5sum @@ -1,3 +1,3 @@ 23bc5ff22fe4f9a208d65fbbfd489ad9 30-dbus.launch -85653cafbcfc7edfbad9639459758ed3 dbus-0.94.tar.gz +52c70d18fe0b398f5de3b8a18a589960 dbus-1.0.1.tar.gz 0dc978461c9f75b6203f7c0cd0481b22 rc.dbus diff --git a/dbus/Pkgfile b/dbus/Pkgfile index 86693c9..2325236 100644 --- a/dbus/Pkgfile +++ b/dbus/Pkgfile @@ -4,7 +4,7 @@ # Depends on: expat name=dbus -version=0.94 +version=1.0.1 release=1 source=(http://dbus.freedesktop.org/releases/dbus/$name-$version.tar.gz \ rc.dbus 30-dbus.launch) diff --git a/dbus/README b/dbus/README index d881259..fc35ccc 100644 --- a/dbus/README +++ b/dbus/README @@ -1,4 +1,5 @@ -README for dbus 0.92 + +README for dbus 0.92+ REQUIREMENTS @@ -6,7 +7,7 @@ PRE/POST-INSTALL Create a user/group messagebus with a unused id < 99: 'groupadd -g 81 messagebus' - 'useradd -n -u 81 -g messagebus -d /var/empty -s /bin/false messagebus' + 'useradd -u 81 -g messagebus -d /var/empty -s /bin/false messagebus' 'passwd -l messagebus' PRECAUTION
participants (1)
-
crux@crux.nu