<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/3d98d50d7d459628126178b64616a94291c62336">https://github.com/macports/macports-ports/commit/3d98d50d7d459628126178b64616a94291c62336</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 3d98d50d7d4 vim, MacVim: add comment to keep patchlevels in sync
</span>3d98d50d7d4 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 3d98d50d7d459628126178b64616a94291c62336
</span>Author: Julien Rabinow <randprefix.github@fastmail.com>
AuthorDate: Tue Feb 22 14:21:49 2022 -0800
<span style='display:block; white-space:pre;color:#404040;'> vim, MacVim: add comment to keep patchlevels in sync
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Following my recent PRs #13922 and #14084 to bump vim patchlevels, I was
</span><span style='display:block; white-space:pre;color:#404040;'> made aware that vim and MacVim patchlevels should be kept in
</span><span style='display:block; white-space:pre;color:#404040;'> sync (see https://github.com/macports/macports-ports/pull/12530#issuecomment-939512070).
</span><span style='display:block; white-space:pre;color:#404040;'> Since #13922 was already merged into master, I wanted to update MacVim
</span><span style='display:block; white-space:pre;color:#404040;'> to the same patchlevel, but it looks like latest MacVim is based on vim
</span><span style='display:block; white-space:pre;color:#404040;'> 8.2.3455 as of today, so syncing patchlevels isn't possible unless we
</span><span style='display:block; white-space:pre;color:#404040;'> downgrade vim.
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Even if we can't fix things today, the comments that this PR adds will
</span><span style='display:block; white-space:pre;color:#404040;'> hopefully help prevent this issue from reoccurring.
</span>---
editors/MacVim/Portfile | 3 +++
editors/vim/Portfile | 3 +++
2 files changed, 6 insertions(+)
<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 487f1c1a0b1..e11a4b31426 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;'>@@ -4,6 +4,9 @@ PortSystem 1.0
</span> PortGroup github 1.0
PortGroup compiler_blacklist_versions 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# The vim port should always follow the patch level used in the MacVim port. This
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# is because they both share the same set of configuration files and ensures
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# that the user's configuration files will always work with both.
</span> set vim_version 8.2
set snapshot 171
github.setup macvim-dev macvim ${snapshot} snapshot-
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/editors/vim/Portfile b/editors/vim/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 91b5c9dcb1a..2f81209647f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/editors/vim/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/editors/vim/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,6 +3,9 @@
</span> PortSystem 1.0
PortGroup github 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# The vim port should always follow the patch level used in the MacVim port. This
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# is because they both share the same set of configuration files and ensures
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# that the user's configuration files will always work with both.
</span> set vim_version 8.2
set vim_patchlevel 4324
github.setup vim vim ${vim_version}.${vim_patchlevel} v
</pre><pre style='margin:0'>
</pre>