<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/33e3aaf9d11547eb17cf1ab54814b3aaa1813693">https://github.com/macports/macports-ports/commit/33e3aaf9d11547eb17cf1ab54814b3aaa1813693</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 33e3aaf9d11 MacVim: disable sparkle auto update
</span>33e3aaf9d11 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 33e3aaf9d11547eb17cf1ab54814b3aaa1813693
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Sat Sep 9 00:07:26 2023 -0400

<span style='display:block; white-space:pre;color:#404040;'>    MacVim: disable sparkle auto update
</span>---
 editors/MacVim/Portfile | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

<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 777710ff44e..a2c71b246cf 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 release         177
 github.setup        macvim-dev macvim ${release} release-
<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}.release${release}
 categories          editors
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -55,6 +55,13 @@ post-extract {
</span>     file mkdir ${workpath}/caches
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+post-patch {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Disable Sparkle auto update
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    system -W ${worksrcpath}/src/MacVim/ "/usr/libexec/PlistBuddy -c \"Delete :SUFeedURL\" Info.plist"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    system -W ${worksrcpath}/src/MacVim/ "/usr/libexec/PlistBuddy -c \"Delete :SUPublicEDKey\" Info.plist"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    system -W ${worksrcpath}/src/MacVim/ "/usr/libexec/PlistBuddy -c \"Add :SUEnableAutomaticChecks bool false\" Info.plist"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> use_xcode yes
 
 autoconf.cmd make autoconf
</pre><pre style='margin:0'>

</pre>