<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/6ae574a5729b69c84c083fbd5d47a05f46dd2e68">https://github.com/macports/macports-ports/commit/6ae574a5729b69c84c083fbd5d47a05f46dd2e68</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 6ae574a5729 helix: update to 22.08
</span>6ae574a5729 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 6ae574a5729b69c84c083fbd5d47a05f46dd2e68
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Wed Aug 31 17:19:30 2022 -0400
<span style='display:block; white-space:pre;color:#404040;'> helix: update to 22.08
</span>---
editors/helix/Portfile | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/editors/helix/Portfile b/editors/helix/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3682bdb80ad..83d19521ef1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/editors/helix/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/editors/helix/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,15 +4,16 @@ PortSystem 1.0
</span> PortGroup cargo 1.0
PortGroup github 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup helix-editor helix 22.05
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup helix-editor helix 22.08
</span> revision 0
homepage https://helix-editor.com
description A post-modern text editor.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description {*}${description}. ${name} is a kakoune / neovim inspired \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- editor, written in Rust.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ {*}${description}. ${name} is a kakoune / neovim inspired editor, written \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ in Rust.
</span>
categories editors
installs_libs no
</pre><pre style='margin:0'>
</pre>