<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/db99860405b521315661c1e2aaf169c918515ce4">https://github.com/macports/macports-ports/commit/db99860405b521315661c1e2aaf169c918515ce4</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 db99860405b gitea-tea: install correct completions for zsh
</span>db99860405b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit db99860405b521315661c1e2aaf169c918515ce4
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Sat Jul 17 13:05:13 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    gitea-tea: install correct completions for zsh
</span>---
 devel/gitea-tea/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/gitea-tea/Portfile b/devel/gitea-tea/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 782af178076..6f192023cfe 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/gitea-tea/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/gitea-tea/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,7 +6,7 @@ PortGroup           golang 1.0
</span> go.setup            gitea.com/gitea/tea 0.7.0 v
 go.package          code.gitea.io/tea
 name                gitea-tea
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> 
 homepage            https://code.gitea.io/tea
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,7 +37,7 @@ destroot {
</span> 
     set zsh_comp_dir ${prefix}/share/zsh/site-functions
     xinstall -d ${destroot}/${zsh_comp_dir}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    xinstall -m 0644 ${worksrcpath}/contrib/autocomplete.sh \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -m 0644 ${worksrcpath}/contrib/autocomplete.zsh \
</span>         ${destroot}${zsh_comp_dir}/_tea
 
     set bash_comp_dir ${prefix}/share/bash-completion/completions
</pre><pre style='margin:0'>

</pre>