<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/1632005c6ad0af9e56409f2ed9c8236a02da487f">https://github.com/macports/macports-ports/commit/1632005c6ad0af9e56409f2ed9c8236a02da487f</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 1632005c6ad wezterm: update to 20240128-202157-1e552d76
</span>1632005c6ad is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1632005c6ad0af9e56409f2ed9c8236a02da487f
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Mon Jan 29 12:53:58 2024 -0500

<span style='display:block; white-space:pre;color:#404040;'>    wezterm: update to 20240128-202157-1e552d76
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    - install shell completions
</span>---
 aqua/wezterm/Portfile | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/wezterm/Portfile b/aqua/wezterm/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f3bf667f713..6bdaef51f45 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/wezterm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/wezterm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem          1.0
</span> PortGroup           cargo   1.0
 PortGroup           github  1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup        wez wezterm 20230712-072601-f4abf8fd
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        wez wezterm 20240128-202157-1e552d76
</span> revision            0
 
 homepage            https://wezfurlong.org/wezterm
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -65,4 +65,17 @@ destroot {
</span> 
     ln -s ${applications_dir}/WezTerm.app/Contents/MacOS/wezterm-gui \
         ${destroot}${prefix}/bin/
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set comp_src_path \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        ${applications_dir}/WezTerm.app/Contents/Resources/shell-completion
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set bash_compl_path ${destroot}${prefix}/share/bash-completion/completions
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set fish_compl_path ${destroot}${prefix}/share/fish/vendor_completions.d
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set zsh_compl_path  ${destroot}${prefix}/share/zsh/site-functions
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -d ${bash_compl_path} ${fish_compl_path} ${zsh_compl_path}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    ln -s ${comp_src_path}/bash ${bash_compl_path}/${name}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    ln -s ${comp_src_path}/fish ${fish_compl_path}/${name}.fish
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    ln -s ${comp_src_path}/zsh  ${zsh_compl_path}/_${name}
</span> }
</pre><pre style='margin:0'>

</pre>