<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/39c0c52ea0017420c83712cb9b8e61dde1aa0149">https://github.com/macports/macports-ports/commit/39c0c52ea0017420c83712cb9b8e61dde1aa0149</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 39c0c52ea00 coreutils: update to 9.4
</span>39c0c52ea00 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 39c0c52ea0017420c83712cb9b8e61dde1aa0149
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Thu Aug 31 12:13:23 2023 -0400
<span style='display:block; white-space:pre;color:#404040;'> coreutils: update to 9.4
</span>---
sysutils/coreutils/Portfile | 12 ++++++------
1 file changed, 6 insertions(+), 6 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 825ae5b9ee7..ba44fdc7dde 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;'>@@ -7,7 +7,7 @@ name coreutils
</span> conflicts gexpr coreutils-devel
set my_name coreutils
<span style='display:block; white-space:pre;background:#ffe0e0;'>-version 9.3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+version 9.4
</span> revision 0
categories sysutils
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -32,9 +32,9 @@ use_xz yes
</span>
installs_libs no
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums rmd160 6c476d5dcbff07ef18f5d0bf0a5e4f9442d5ede5 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- sha256 adbcfcfe899235b71e8768dcf07cd532520b7f54f9a8064843f8d199a904bbaa \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- size 5808696
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums rmd160 106c893c5a595873ec84a55cf1db5fb3a8a077fc \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ sha256 ea613a4cf44612326e917201bbbcdfbd301de21ffc3b59b6e5c07e040b275e52 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ size 5979200
</span>
if {${os.platform} eq "darwin" && ${os.major} < 10} {
# See: https://trac.macports.org/ticket/62994
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -57,9 +57,9 @@ configure.args-append \
</span> --disable-silent-rules \
--program-prefix=g
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Bypass year 2038 awareness code that causes the universal variant to fail.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Bypass year 2038 awareness code, which causes failures for 32-bit/universal.
</span> configure.args-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- ac_year2038_required=no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ --disable-year2038
</span>
# Whether deliberately or not, some users run MacPorts as root without privilege dropping.
configure.env-append \
</pre><pre style='margin:0'>
</pre>