<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/8fad58088ab545f8d58523d5feab64555ce5747f">https://github.com/macports/macports-ports/commit/8fad58088ab545f8d58523d5feab64555ce5747f</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 8fad58088ab findutils dependents: use path-style dep
</span>8fad58088ab is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8fad58088ab545f8d58523d5feab64555ce5747f
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Thu Dec 9 14:02:03 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    findutils dependents: use path-style dep
</span>---
 math/octave/Portfile           | 2 +-
 sysutils/gutils-suite/Portfile | 2 +-
 textproc/xmlto/Portfile        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/octave/Portfile b/math/octave/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5fdcc36d84f..bc08325a047 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/octave/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/octave/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -208,7 +208,7 @@ configure.env-append EGREP=${prefix}/bin/gegrep
</span> configure.env-append FGREP=${prefix}/bin/gfgrep
 
 # configure.ac list it among the "[p]rograms used in Makefiles"
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_build-append port:findutils
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build-append path:libexec/gnubin/find:findutils
</span> configure.env-append FIND=${prefix}/bin/gfind
 
 # main octave port lists as a depends_lib
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/gutils-suite/Portfile b/sysutils/gutils-suite/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1db1411a885..058a3264c6a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/gutils-suite/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/gutils-suite/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,7 +27,7 @@ depends_lib-append \
</span>                     port:bison \
                     port:coreutils \
                     port:diffutils \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:findutils \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    path:libexec/gnubin/find:findutils \
</span>                     port:flex \
                     port:gawk \
                     port:gtime \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/xmlto/Portfile b/textproc/xmlto/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 26b79522594..8971533c3e2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/xmlto/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/xmlto/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -33,7 +33,7 @@ depends_build       port:getopt
</span> depends_run         port:coreutils \
                     port:docbook-xml \
                     port:docbook-xsl-nons \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:findutils \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    path:libexec/gnubin/find:findutils \
</span>                     port:fop \
                     port:getopt \
                     port:grep \
</pre><pre style='margin:0'>

</pre>