<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/182160d7412b61f877a6ff4153c3bd9f04e1e027">https://github.com/macports/macports-ports/commit/182160d7412b61f877a6ff4153c3bd9f04e1e027</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new 182160d wmcube: Don't install as root/wheel
</span>182160d is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 182160d7412b61f877a6ff4153c3bd9f04e1e027
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri Oct 26 03:04:18 2018 -0500
<span style='display:block; white-space:pre;color:#404040;'> wmcube: Don't install as root/wheel
</span>---
x11/wmcube/Portfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/x11/wmcube/Portfile b/x11/wmcube/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index dbcf5ca..8ad720b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/x11/wmcube/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/x11/wmcube/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -36,7 +36,7 @@ build.args -f Makefile.OPENBSD \
</span> INCLUDES="-I${prefix}/include"
destroot {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- xinstall -m 755 -o root -g wheel ${worksrcpath}/${name} \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ xinstall -m 0755 ${worksrcpath}/${name} \
</span> ${destroot}${prefix}/bin
file copy ${worksrcpath}/../3dObjects \
${destroot}${prefix}/share/${name}
</pre><pre style='margin:0'>
</pre>