Revision: 80024 http://trac.macports.org/changeset/80024 Author: mcalhoun@macports.org Date: 2011-07-02 09:11:15 -0700 (Sat, 02 Jul 2011) Log Message: ----------- dbus: Fix comments. Modified Paths: -------------- trunk/dports/devel/dbus/Portfile Modified: trunk/dports/devel/dbus/Portfile =================================================================== --- trunk/dports/devel/dbus/Portfile 2011-07-02 16:08:54 UTC (rev 80023) +++ trunk/dports/devel/dbus/Portfile 2011-07-02 16:11:15 UTC (rev 80024) @@ -21,7 +21,8 @@ checksums sha1 8a35d253d444d1450a206f717445b371e1d936a1 \ rmd160 7eb3fd372eca42331541eb7465b62c18cd4a2546 -# There is a proposal to use launchd with dbus (see https://bugs.freedesktop.org/show_bug.cgi?id=14259). +# See r59386 +# See r68276 patchfiles patch-bus-system.conf.in.diff \ patch-dbus-dubs-sysdeps-unix.c.diff @@ -91,7 +92,7 @@ post-destroot { # Simplify startup script over startupitem.create. - # See http://trac.macports.org/ticket/15081 + # See #15081 xinstall -d -m 0755 ${destroot}${plistDir} set plist [open "${destroot}${plistFl}" w 0644] @@ -139,7 +140,7 @@ adduser ${dbus_user} gid=[existsgroup ${dbus_group}] realname=Message\ Bus if { [file exists ${prefix}/var/lib/dbus/machine-id] } { - # See http://trac.macports.org/ticket/19234 + # See #19234 delete ${prefix}/var/lib/dbus/machine-id } }