<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/b2b47a5165bb7c56a2f67004b397a2730bc8d7cb">https://github.com/macports/macports-ports/commit/b2b47a5165bb7c56a2f67004b397a2730bc8d7cb</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 b2b47a5165b bat: Add generated bash shell completion
</span>b2b47a5165b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b2b47a5165bb7c56a2f67004b397a2730bc8d7cb
</span>Author: Keto <therealketo@gmail.com>
AuthorDate: Mon Sep 11 00:08:00 2023 -0400

<span style='display:block; white-space:pre;color:#404040;'>    bat: Add generated bash shell completion
</span>---
 textproc/bat/Portfile       | 5 ++---
 textproc/bat/files/bat.bash | 1 -
 2 files changed, 2 insertions(+), 4 deletions(-)

<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 8d6d947b4ad..b8d4d2745fd 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;'>@@ -6,7 +6,7 @@ PortGroup           github  1.0
</span> 
 github.setup        sharkdp bat 0.23.0 v
 github.tarball_from archive
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            4
</span> 
 description         A cat(1) clone with syntax highlighting and Git integration.
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -47,8 +47,7 @@ destroot {
</span>     # Install shell completions
     set bash_comp_path ${destroot}${prefix}/share/bash-completion/completions
     xinstall -d ${bash_comp_path}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # Use simple _longopt-based completions file until bat ships with its own bash completions file
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    xinstall -m 0644 ${filespath}/bat.bash ${bash_comp_path}/${name}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -m 0644 ${assets_path}/completions/bat.bash ${bash_comp_path}/${name}
</span> 
     set zsh_comp_path ${destroot}${prefix}/share/zsh/site-functions
     xinstall -d ${zsh_comp_path}
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/bat/files/bat.bash b/textproc/bat/files/bat.bash
</span>deleted file mode 100644
<span style='display:block; white-space:pre;color:#808080;'>index 0338a90ac5c..00000000000
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/bat/files/bat.bash
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ /dev/null
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1 +0,0 @@
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-complete -F _longopt bat
</span></pre><pre style='margin:0'>

</pre>