<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c1cfb23101c4aa6351519c87898ca2bb24351a04">https://github.com/macports/macports-ports/commit/c1cfb23101c4aa6351519c87898ca2bb24351a04</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 c1cfb23101c coreutils: reconcile with coreutils-devel
</span>c1cfb23101c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c1cfb23101c4aa6351519c87898ca2bb24351a04
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Sun Nov 28 14:59:15 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    coreutils: reconcile with coreutils-devel
</span>---
 sysutils/coreutils/Portfile | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 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 b36daa2c4af..3b9cdebe935 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;'>@@ -3,14 +3,17 @@
</span> PortSystem      1.0
 
 name            coreutils
<span style='display:block; white-space:pre;background:#ffe0e0;'>-conflicts       gexpr
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+conflicts       gexpr coreutils-devel
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set my_name     coreutils
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> version         8.32
 revision        0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> categories      sysutils
 platforms       darwin
 license         GPL-3+
 installs_libs   no
<span style='display:block; white-space:pre;background:#ffe0e0;'>-maintainers     nomaintainer
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+maintainers     {mascguy @mascguy} openmaintainer
</span> 
 description     GNU File, Shell, and Text utilities
 long_description \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -22,8 +25,10 @@ long_description \
</span>     three have been combined into a single set of utilities called the \
     coreutils.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage        https://www.gnu.org/software/${name}/
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites    gnu
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage        https://www.gnu.org/software/${my_name}/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+master_sites    gnu:${my_name}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+distname        ${my_name}-${version}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+dist_subdir     ${my_name}
</span> use_xz          yes
 
 checksums       rmd160  625540e058255b81b9ff2b3c334a90230fa05f40 \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -99,3 +104,5 @@ notes "
</span>     If you want to use the GNU tools by default, add this directory to the front of your PATH environment variable:
         ${prefix}/libexec/gnubin/
 "
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.name  ${my_name}
</span></pre><pre style='margin:0'>

</pre>