<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/2df6e3a3229a7006100b6fad693b649ac622ce8d">https://github.com/macports/macports-ports/commit/2df6e3a3229a7006100b6fad693b649ac622ce8d</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 2df6e3a3229 gutils-suite: add ports bc, bison, flex, gpatch
</span>2df6e3a3229 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2df6e3a3229a7006100b6fad693b649ac622ce8d
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Sun Aug 8 09:59:49 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    gutils-suite: add ports bc, bison, flex, gpatch
</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 748dfc2669e..cbd67904828 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;'>@@ -4,7 +4,7 @@ PortSystem          1.0
</span> 
 name                gutils-suite
 version             1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            2
</span> 
 categories          sysutils
 platforms           darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,10 +23,14 @@ distfiles
</span> livecheck.type      none
 
 depends_lib-append \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:bc \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:bison \
</span>                     port:coreutils \
                     port:diffutils \
                     port:findutils \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:flex \
</span>                     port:gawk \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:gpatch \
</span>                     port:grep \
                     port:gsed \
                     port:parallel
</pre><pre style='margin:0'>

</pre>