<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/c164a61dc31e00b839b312bae770c89e2ff68eca">https://github.com/macports/macports-ports/commit/c164a61dc31e00b839b312bae770c89e2ff68eca</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 c164a61dc31 helix: update to 22.05
</span>c164a61dc31 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c164a61dc31e00b839b312bae770c89e2ff68eca
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Fri Jun 10 00:25:04 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    helix: update to 22.05
</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 84519fb2bb9..3682bdb80ad 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,8 +4,8 @@ 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.03
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        helix-editor helix 22.05
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            0
</span> 
 homepage            https://helix-editor.com
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -24,7 +24,8 @@ maintainers         {gmail.com:herby.gillot @herbygillot} \
</span> fetch.type          git
 
 # Helix does not build well using frozen deps
<span style='display:block; white-space:pre;background:#ffe0e0;'>-build.pre_args      --release -v -j${build.jobs}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+build.pre_args-delete \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    --frozen
</span> 
 post-extract {
     system -W ${worksrcpath} "git submodule update --init"
</pre><pre style='margin:0'>

</pre>