<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/34c957e2ff03ce5e02e2c91568964ad4f57eb8a6">https://github.com/macports/macports-ports/commit/34c957e2ff03ce5e02e2c91568964ad4f57eb8a6</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 34c957e2ff0 fzf: fix zsh completion filename
</span>34c957e2ff0 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 34c957e2ff03ce5e02e2c91568964ad4f57eb8a6
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Tue Aug 17 13:04:53 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    fzf: fix zsh completion filename
</span>---
 sysutils/fzf/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/fzf/Portfile b/sysutils/fzf/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ecc97066073..df247b69993 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/fzf/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/fzf/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem          1.0
</span> PortGroup           golang 1.0
 
 go.setup            github.com/junegunn/fzf 0.27.2
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> 
 categories          sysutils
 platforms           darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -103,7 +103,7 @@ post-destroot {
</span>     xinstall -d ${destroot}${prefix}/share/bash-completion/completions/
     xinstall -m 644 ${worksrcpath}/shell/completion.bash ${destroot}${prefix}/share/bash-completion/completions/${name}
     xinstall -d ${destroot}${prefix}/share/zsh/site-functions/
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    xinstall -m 644 ${worksrcpath}/shell/completion.zsh ${destroot}${prefix}/share/zsh/site-functions/${name}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -m 644 ${worksrcpath}/shell/completion.zsh ${destroot}${prefix}/share/zsh/site-functions/_${name}
</span> 
     # make other files available, but not enabled
     xinstall -d ${destroot}${prefix}/share/fzf/shell/
</pre><pre style='margin:0'>

</pre>