<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/ad8dfdea4486a858b07d978a37eec161d33155c3">https://github.com/macports/macports-ports/commit/ad8dfdea4486a858b07d978a37eec161d33155c3</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 ad8dfdea448 mcfly 0.5.0: add fish support
</span>ad8dfdea448 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ad8dfdea4486a858b07d978a37eec161d33155c3
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Sat Sep 5 03:59:27 2020 -0400

<span style='display:block; white-space:pre;color:#404040;'>    mcfly 0.5.0: add fish support
</span>---
 sysutils/mcfly/Portfile | 13 +++++++++++++
 1 file changed, 13 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/mcfly/Portfile b/sysutils/mcfly/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c8f604159a4..e1d9f266e16 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/mcfly/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/mcfly/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,7 @@ PortGroup           github 1.0
</span> categories          sysutils
 
 github.setup        cantino mcfly 0.5.0 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> 
 platforms           darwin
 supported_archs     x86_64
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,6 +35,7 @@ destroot {
</span>     xinstall -m 0755 {*}[glob ${worksrcpath}/target/*/release/${name}] ${destroot}${prefix}/bin/
     xinstall -d ${destroot}${mf_share_dir}
     xinstall -m 0644 ${worksrcpath}/${name}.bash ${destroot}${mf_share_dir}/
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -m 0644 ${worksrcpath}/${name}.fish ${destroot}${mf_share_dir}/
</span>     xinstall -m 0644 ${worksrcpath}/${name}.zsh  ${destroot}${mf_share_dir}/
 }
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -57,6 +59,17 @@ If you are running zsh as your shell, add:
</span> ...to your .zshrc, then run:
 
        $ . ~/.zshrc
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+If you are running fish as your shell, add:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+   if \[\[ -r \"${mf_share_dir}/mcfly.fish\" \]\]; then
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+     source \"${mf_share_dir}/mcfly.fish\"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+   fi
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+...to your ~/.config/fish/config.fish, then run:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+   $ source ~/.config/fish/config.fish
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> "
 
 cargo.crates \
</pre><pre style='margin:0'>

</pre>