<pre style='margin:0'>
Frank Schima (mf2k) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/8a6db0b8ca6158b3a60e88d9c3cc6d45ba9b62d0">https://github.com/macports/macports-ports/commit/8a6db0b8ca6158b3a60e88d9c3cc6d45ba9b62d0</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 8a6db0b  coreutils: Minor whitespace fix
</span>8a6db0b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8a6db0b8ca6158b3a60e88d9c3cc6d45ba9b62d0
</span>Author: Frank Schima <mf2k@macports.org>
AuthorDate: Tue Dec 26 13:27:04 2017 -0700

<span style='display:block; white-space:pre;color:#404040;'>    coreutils: Minor whitespace fix
</span>---
 sysutils/coreutils/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/coreutils/Portfile b/sysutils/coreutils/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0b4d704..0d75ea3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/coreutils/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/coreutils/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -66,8 +66,8 @@ post-destroot {
</span>         ln -s ${prefix}/bin/${binary} ${destroot}${prefix}/libexec/gnubin/[string range $binary 1 end]
     }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-   # Fix symlink to gnucut
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-   move ${destroot}${prefix}/libexec/gnubin/nucut ${destroot}${prefix}/libexec/gnubin/gnucut
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Fix symlink to gnucut
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    move ${destroot}${prefix}/libexec/gnubin/nucut ${destroot}${prefix}/libexec/gnubin/gnucut
</span> 
     xinstall -m 755 -d ${destroot}${prefix}/libexec/gnubin/man/man1
     foreach manpage [glob -tails -directory ${destroot}${prefix}/share/man/man1 g*] {
</pre><pre style='margin:0'>

</pre>