<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/5f77451541873631564690b46aa870c9deaeed01">https://github.com/macports/macports-ports/commit/5f77451541873631564690b46aa870c9deaeed01</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 5f774515418 coreutils: update to 9.3
</span>5f774515418 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5f77451541873631564690b46aa870c9deaeed01
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Tue Apr 25 16:55:57 2023 -0400

<span style='display:block; white-space:pre;color:#404040;'>    coreutils: update to 9.3
</span>---
 sysutils/coreutils/Portfile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 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 fbf80471d75..b186a39def5 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.2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+version         9.3
</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  973ca3a3cbb1d4075aa0228ad54b372d348312f4 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                sha256  6885ff47b9cdb211de47d368c17853f406daaf98b148aaecdf10de29cc04b0b3 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                size    5773008
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums       rmd160  6c476d5dcbff07ef18f5d0bf0a5e4f9442d5ede5 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                sha256  adbcfcfe899235b71e8768dcf07cd532520b7f54f9a8064843f8d199a904bbaa \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                size    5808696
</span> 
 platform darwin 9 {
     # there is a unique error on Leopard involving deep directories
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -62,7 +62,7 @@ configure.args-append \
</span> 
 # Bypass year 2038 awareness code that causes the universal variant to fail.
 configure.args-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                --disable-year2038
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                ac_year2038_required=no
</span> 
 # Whether deliberately or not, some users run MacPorts as root without privilege dropping.
 configure.env-append \
</pre><pre style='margin:0'>

</pre>