<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/c39a6b0bb840e4821cda51a892dfc185dfd072b9">https://github.com/macports/macports-ports/commit/c39a6b0bb840e4821cda51a892dfc185dfd072b9</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 c39a6b0bb84 bat: add missing dependency (libgit2)
</span>c39a6b0bb84 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c39a6b0bb840e4821cda51a892dfc185dfd072b9
</span>Author: Vadim-Valdis Yudaev <judaew@outlook.de>
AuthorDate: Sun Aug 22 22:18:14 2021 +0300

<span style='display:block; white-space:pre;color:#404040;'>    bat: add missing dependency (libgit2)
</span>---
 textproc/bat/Portfile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/bat/Portfile b/textproc/bat/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f9254328aa9..541d65ab7dd 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/bat/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/bat/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup           github  1.0
</span> PortGroup           cargo   1.0
 
 github.setup        sharkdp bat 0.18.3 v
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> 
 description         A cat(1) clone with syntax highlighting and Git integration.
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -28,6 +28,9 @@ checksums           ${distname}${extract.suffix} \
</span> depends_build-append \
                     path:bin/cmake:cmake
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_run-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:libgit2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> github.tarball_from archive
 
 destroot {
</pre><pre style='margin:0'>

</pre>