<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d9408e268d4bde5a093a28b173e4665752294b5f">https://github.com/macports/macports-ports/commit/d9408e268d4bde5a093a28b173e4665752294b5f</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 d9408e268d4 gig: add fzf as runtime dep
</span>d9408e268d4 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d9408e268d4bde5a093a28b173e4665752294b5f
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Wed Jun 7 00:46:16 2023 -0400

<span style='display:block; white-space:pre;color:#404040;'>    gig: add fzf as runtime dep
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    - tweak description
</span>---
 devel/gig/Portfile | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/gig/Portfile b/devel/gig/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e4779b2270d..f92b5104153 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/gig/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/gig/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -12,12 +12,12 @@ description         \
</span> 
 long_description    \
     gig is a command line tool to help you create useful .gitignore files for \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    your project. It is inspired by gitignore.io and make use of the large \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    collection of useful .gitignore templates of the web service. This also \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    means that gig supports the are four file types that gitignore.io \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    recognizes. Content generated by gig should match the one generated by \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    gitignore.io except the order of stacks in which gitignore.io does not \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    seem to guarantee any.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    your project. It is inspired by gitignore.io and makes use of the large \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    collection of useful .gitignore templates of that web service. This also \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    means that gig supports the four file types that gitignore.io recognizes. \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    Content generated by gig should match what is generated by gitignore.io \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    except for the order of the stacks, which gitignore.io does not seem to \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    guarantee any.
</span> 
 categories          devel
 installs_libs       no
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,6 +25,8 @@ license             MIT
</span> maintainers         {gmail.com:herby.gillot @herbygillot} \
                     openmaintainer
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_run-append  port:fzf
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> build.pre_args-append \
     -ldflags \" -X main.version=${version} \"
 
</pre><pre style='margin:0'>

</pre>