<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/c9fc066fd9a76bdc283a9837177749462055762d">https://github.com/macports/macports-ports/commit/c9fc066fd9a76bdc283a9837177749462055762d</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 c9fc066fd9a coreutils-devel: update year 2038 awareness arg Fixes: https://trac.macports.org/ticket/67277
</span>c9fc066fd9a is described below

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

<span style='display:block; white-space:pre;color:#404040;'>    coreutils-devel: update year 2038 awareness arg
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes: https://trac.macports.org/ticket/67277
</span>---
 sysutils/coreutils-devel/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/coreutils-devel/Portfile b/sysutils/coreutils-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 944930c246d..28a77772f28 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/coreutils-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/coreutils-devel/Portfile
</span><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>