<pre style='margin:0'>
NicosPavlov pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2059eac5c666923b3601574cf5c9a07b554fcd55">https://github.com/macports/macports-ports/commit/2059eac5c666923b3601574cf5c9a07b554fcd55</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 2059eac5c66 OpenBLAS: coreutils dependency should be path-style (#16539)
</span>2059eac5c66 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2059eac5c666923b3601574cf5c9a07b554fcd55
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Wed Nov 2 05:43:22 2022 +0800

<span style='display:block; white-space:pre;color:#404040;'>    OpenBLAS: coreutils dependency should be path-style (#16539)
</span>---
 math/OpenBLAS/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/OpenBLAS/Portfile b/math/OpenBLAS/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c5c72463a67..558a545ef13 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/OpenBLAS/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/OpenBLAS/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -250,7 +250,7 @@ pre-build {
</span> }
 
 build.args          "AR=${prefix}/bin/ar RANLIB=${prefix}/bin/ranlib"
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_build-append    port:coreutils
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build-append        path:libexec/coreutils/libstdbuf.so:coreutils
</span> 
 platform darwin 8 {
     depends_build-append    port:gmake
</pre><pre style='margin:0'>

</pre>