<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/29b62664e92ab8aa74095330fe32304ace9e4800">https://github.com/macports/macports-ports/commit/29b62664e92ab8aa74095330fe32304ace9e4800</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 29b62664e92 MacVim: added arm64 to supported_archs
</span>29b62664e92 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 29b62664e92ab8aa74095330fe32304ace9e4800
</span>Author: Michelangelo De Simone <10796+michelangelo@users.noreply.github.com>
AuthorDate: Sun Sep 4 20:48:17 2022 -0700

<span style='display:block; white-space:pre;color:#404040;'>    MacVim: added arm64 to supported_archs
</span>---
 editors/MacVim/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/editors/MacVim/Portfile b/editors/MacVim/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ab159a36c4a..bcdea7d8f48 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/editors/MacVim/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/editors/MacVim/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -10,7 +10,7 @@ PortGroup           compiler_blacklist_versions 1.0
</span> set vim_version     9.0
 set snapshot        173
 github.setup        macvim-dev macvim ${snapshot} snapshot-
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> name                MacVim
 version             ${vim_version}.snapshot${snapshot}
 categories          editors
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -35,7 +35,7 @@ depends_lib         port:ncurses \
</span> 
 # MacVim does not build for arch i386
 # https://trac.macports.org/ticket/54666
<span style='display:block; white-space:pre;background:#ffe0e0;'>-supported_archs     x86_64
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+supported_archs     arm64 x86_64
</span> 
 patchfiles          patch-remove-updater.diff \
                     patch-remove-Homebrew-python.diff \
</pre><pre style='margin:0'>

</pre>