<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/cf989664de433e20a6684f59eab35d26fdb0ff4d">https://github.com/macports/macports-ports/commit/cf989664de433e20a6684f59eab35d26fdb0ff4d</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 cf989664de4 himalaya: add vim as runtime dependency
</span>cf989664de4 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit cf989664de433e20a6684f59eab35d26fdb0ff4d
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Mon Apr 12 06:35:29 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    himalaya: add vim as runtime dependency
</span>---
 mail/himalaya/Portfile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/mail/himalaya/Portfile b/mail/himalaya/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2ccb39dae12..c2fd75b3f49 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/mail/himalaya/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/mail/himalaya/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -17,7 +17,8 @@ long_description    {*}${description}. Bringing emails to the terminal is a \
</span>                     data! The aim of Himalaya is to extract the email logic \
                     into a simple (yet solid) CLI API that can be used either \
                     directly from the terminal or UIs. It gives users more \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    flexibility.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    flexibility. Himalaya installs a Vim-based termainal UI \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    by default.
</span> 
 categories          mail
 platforms           darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,6 +35,8 @@ checksums           rmd160  f36a0e45227e9cac5e35d99a16d25d38544a4135 \
</span> 
 set vimfiles_path   ${prefix}/share/vim/vimfiles
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_run         path:bin/vim:vim
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> destroot {
     xinstall -m 755 \
         ${worksrcpath}/target/[cargo.rust_platform]/release/${name} \
</pre><pre style='margin:0'>

</pre>