<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/c46c128898cb9b4c800c9c653ac4f88d3adcbb3a">https://github.com/macports/macports-ports/commit/c46c128898cb9b4c800c9c653ac4f88d3adcbb3a</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 c46c128  coreutils: Fix symlink to gnu cut
</span>c46c128 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c46c128898cb9b4c800c9c653ac4f88d3adcbb3a
</span>Author: DanHam <DanHam@users.noreply.github.com>
AuthorDate: Sun Jan 13 12:17:37 2019 +0000

<span style='display:block; white-space:pre;color:#404040;'>    coreutils: Fix symlink to gnu cut
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes: https://trac.macports.org/ticket/55327
</span>---
 sysutils/coreutils/Portfile | 5 +++--
 1 file changed, 3 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 9b93baa..c481541 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;'>@@ -5,6 +5,7 @@ PortSystem      1.0
</span> name            coreutils
 conflicts       gexpr
 version         8.30
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision        1
</span> categories      sysutils
 platforms       darwin
 license         GPL-3+
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -70,8 +71,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 gnu cut
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    move ${destroot}${prefix}/libexec/gnubin/nucut ${destroot}${prefix}/libexec/gnubin/cut
</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>