summaryrefslogtreecommitdiff
path: root/devel/dbus
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-11-07 02:14:53 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-11-07 02:14:53 +0000
commitda5fcd383c2195294d0e2f008397f442f3b8aace (patch)
tree4679a8e6d9d4062ef4f1cbefe2f0c88e0674136c /devel/dbus
parentfix pkg-plist (diff)
Make sure dbus-uuidgen --ensure is run during post-install to create
the machine-id file. At least one user reported errors related to this file not existing. Strange that it did not affect everyone.
Notes
Notes: svn path=/head/; revision=176669
Diffstat (limited to 'devel/dbus')
-rw-r--r--devel/dbus/Makefile2
-rw-r--r--devel/dbus/pkg-install1
2 files changed, 2 insertions, 1 deletions
diff --git a/devel/dbus/Makefile b/devel/dbus/Makefile
index ecd395a8c4c8..c828eebba51a 100644
--- a/devel/dbus/Makefile
+++ b/devel/dbus/Makefile
@@ -7,7 +7,7 @@
PORTNAME= dbus
PORTVERSION?= 0.95
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES= devel gnome
MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/
diff --git a/devel/dbus/pkg-install b/devel/dbus/pkg-install
index c82b017f5916..5a49ace79e13 100644
--- a/devel/dbus/pkg-install
+++ b/devel/dbus/pkg-install
@@ -34,6 +34,7 @@ POST-INSTALL)
/usr/bin/install -d -o ${USER} -g ${GROUP} /var/run/dbus
/usr/bin/install -d -o ${USER} -g ${GROUP} /var/db/dbus
+ ${PKG_PREFIX}/bin/dbus-uuidgen --ensure
exit 0
;;
esac