<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/236ac283183524a1b9bdb515a229925fe68af6b1">https://github.com/macports/macports-ports/commit/236ac283183524a1b9bdb515a229925fe68af6b1</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 236ac283183524a1b9bdb515a229925fe68af6b1
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Wed Oct 11 04:40:07 2017 -0700

<span style='display:block; white-space:pre;color:#404040;'>    dbus: do not call add_users unnecessarily
</span>---
 devel/dbus/Portfile | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/dbus/Portfile b/devel/dbus/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index bf7b769..ec2ad06 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/dbus/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/dbus/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -76,8 +76,8 @@ if { [variant_isset no_root] } {
</span>     if { [tbool startupitem.install] } {
         set startup_root  ""
     }
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    add_users         ${dbus_user} group=${dbus_group} realname=Message\ Bus
</span> }
<span style='display:block; white-space:pre;background:#ffe0e0;'>-add_users         ${dbus_user} group=${dbus_group} realname=Message\ Bus
</span> 
 depends_lib     port:expat
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -276,12 +276,6 @@ if { [info exists startup_root] } {
</span> 
 variant no_root conflicts underscore description {Run the DBUS daemon as MacPorts install user.} {
     pre-fetch {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        ###########
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        # WARNING #
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        ###########
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        # Do not error out later than in the fetch phase. In MacPorts 2.3.3,
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        # add_users root trashes the root user in the extract phase. See
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        # #45737.
</span>         if {${install.user} eq "root" || ${install.group} eq "wheel"} {
             ui_error "The DBUS daemon should not be run as root."
             error "Please do not use this variant with your MacPorts configuration."
</pre><pre style='margin:0'>

</pre>