<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/a4d6fb5475cde506f67904fae9ae9d23fc1248ba">https://github.com/macports/macports-ports/commit/a4d6fb5475cde506f67904fae9ae9d23fc1248ba</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 a4d6fb5475c gutils-suite: add ccache, cmake, legacy-support-devel, meson
</span>a4d6fb5475c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a4d6fb5475cde506f67904fae9ae9d23fc1248ba
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Tue Jul 11 13:37:42 2023 -0400

<span style='display:block; white-space:pre;color:#404040;'>    gutils-suite: add ccache, cmake, legacy-support-devel, meson
</span>---
 sysutils/gutils-suite/Portfile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

<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 9d5352ad679..6ccf0cb664c 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;'>@@ -5,7 +5,7 @@ PortGroup           stub 1.0
</span> 
 name                gutils-suite
 version             1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            10
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            11
</span> 
 categories          sysutils
 maintainers         {mascguy @mascguy} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,6 +23,7 @@ depends_lib-append \
</span>                     port:bash-completion \
                     port:bc \
                     port:bison \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:cmake \
</span>                     path:libexec/coreutils/libstdbuf.so:coreutils \
                     port:curl \
                     port:ddrescue \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -40,9 +41,11 @@ depends_lib-append \
</span>                     port:gtime \
                     port:htop \
                     port:lbzip2 \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    path:lib/libMacportsLegacySupport.dylib:legacy-support-devel \
</span>                     port:lrzip \
                     port:lzip \
                     port:memtester \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:meson \
</span>                     port:moreutils \
                     port:mpstats \
                     port:openssh \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -69,6 +72,7 @@ platform darwin {
</span>     if { ${os.major} >= 10 } {
         depends_lib-append \
                     port:afscompress \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:ccache \
</span>                     port:vim
 
         depends_run-append \
</pre><pre style='margin:0'>

</pre>