<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/3d32b7675a89685a48d7f4ad99e600dc36dd2925">https://github.com/macports/macports-ports/commit/3d32b7675a89685a48d7f4ad99e600dc36dd2925</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 3d32b7675a8 coreutils dependents: use path-style dep
</span>3d32b7675a8 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 3d32b7675a89685a48d7f4ad99e600dc36dd2925
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Sun Apr 17 15:00:31 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    coreutils dependents: use path-style dep
</span>---
 science/drc-fir/Portfile   | 2 +-
 sysutils/influxdb/Portfile | 2 +-
 textproc/aephea/Portfile   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/drc-fir/Portfile b/science/drc-fir/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b3cfacdbd29..06153687890 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/drc-fir/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/drc-fir/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,7 +34,7 @@ distname                drc-${version}
</span> worksrcdir              ${distname}/source
 
 # The makefile uses GNU-specific cp flags.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_build           port:coreutils
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build           path:libexec/coreutils/libstdbuf.so:coreutils
</span> 
 post-extract {
     xinstall -d ${workpath}/bin
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/influxdb/Portfile b/sysutils/influxdb/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3fbc37a13c3..63a357bb29a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/influxdb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/influxdb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -35,7 +35,7 @@ build.env-append            PATH=$env(PATH):${gopath}/bin
</span> depends_build-append        bin:node:nodejs16 \
                             bin:npm:npm6 \
                             port:cargo \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                            port:coreutils \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            path:libexec/coreutils/libstdbuf.so:coreutils \
</span>                             port:pkgconfig \
                             bin:protoc:protobuf3-cpp \
                             port:rust \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/aephea/Portfile b/textproc/aephea/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e32291c106f..68edb4053be 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/aephea/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/aephea/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,7 +26,7 @@ depends_run         port:zoem
</span> # Destroot fails with the old 2012 configure script unless it is
 # regenerated and GNU mkdir is available. I reported this to the
 # developer by email.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_build       port:coreutils
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build       path:libexec/coreutils/libstdbuf.so:coreutils
</span> use_autoreconf      yes
 
 livecheck.type      regex
</pre><pre style='margin:0'>

</pre>