[92818] trunk/dports/devel/dbus/Portfile

pixilla at macports.org pixilla at macports.org
Mon May 7 11:00:13 PDT 2012


Revision: 92818
          https://trac.macports.org/changeset/92818
Author:   pixilla at macports.org
Date:     2012-05-07 11:00:13 -0700 (Mon, 07 May 2012)
Log Message:
-----------
devel/dbus:
- Set the attributes on the actual files rather then the symlinks.
- Revbump.

Modified Paths:
--------------
    trunk/dports/devel/dbus/Portfile

Modified: trunk/dports/devel/dbus/Portfile
===================================================================
--- trunk/dports/devel/dbus/Portfile	2012-05-07 17:31:14 UTC (rev 92817)
+++ trunk/dports/devel/dbus/Portfile	2012-05-07 18:00:13 UTC (rev 92818)
@@ -7,6 +7,7 @@
 name            dbus
 conflicts       dbus-devel
 version         1.4.20
+revision        1
 maintainers     mcalhoun openmaintainer
 categories      devel
 platforms       darwin
@@ -168,8 +169,8 @@
     file attributes ${prefix}/libexec/dbus-daemon-launch-helper -group ${dbus_group}
     
     if { [variant_isset startupitem] && ![variant_isset no_root] } {
-        file attributes ${startup_root}/Library/LaunchAgents/org.freedesktop.dbus-session.plist -owner root -group wheel
-        file attributes ${startup_root}/Library/LaunchDaemons/[file tail ${plistFl}] -owner root -group wheel
+        file attributes ${prefix}/Library/LaunchAgents/org.freedesktop.dbus-session.plist -owner root -group wheel
+        file attributes ${prefix}/Library/LaunchDaemons/[file tail ${plistFl}] -owner root -group wheel
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120507/ed9f23e3/attachment.html>


More information about the macports-changes mailing list