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

illogic-al at macports.org illogic-al at macports.org
Sun Jan 11 09:54:07 PST 2009


Revision: 45232
          http://trac.macports.org/changeset/45232
Author:   illogic-al at macports.org
Date:     2009-01-11 09:54:07 -0800 (Sun, 11 Jan 2009)
Log Message:
-----------
Print ui message if not on darwin 7. Now with a smidge more elegance.
Thanks to toby.

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

Modified: trunk/dports/devel/dbus/Portfile
===================================================================
--- trunk/dports/devel/dbus/Portfile	2009-01-11 17:52:12 UTC (rev 45231)
+++ trunk/dports/devel/dbus/Portfile	2009-01-11 17:54:07 UTC (rev 45232)
@@ -86,10 +86,8 @@
     file attributes ${prefix}/var/run/dbus -group messagebus -owner messagebus
     file attributes ${prefix}/libexec/dbus-daemon-launch-helper -group messagebus
     system "dbus-uuidgen --ensure"
-}
 
-if {![variant_isset darwin_7]} {
-    post-activate {
+    if {![variant_isset darwin_7]} {
         ui_msg "##############################################################################"
         ui_msg "# It is absolutely necessary for dbus enabled programs to work to execute"
         ui_msg "#"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090111/62c46699/attachment-0001.html>


More information about the macports-changes mailing list