<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[152003] trunk/dports/editors/MacVim</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="https://trac.macports.org/changeset/152003">152003</a></dd>
<dt>Author</dt> <dd>raimue@macports.org</dd>
<dt>Date</dt> <dd>2016-08-26 04:29:34 -0700 (Fri, 26 Aug 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>editors/MacVim: remove Sparkle

Remove Sparkle.framework for automatic updates and related preferences as
MacPorts will be responsible for updating the application.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkdportseditorsMacVimPortfile">trunk/dports/editors/MacVim/Portfile</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkdportseditorsMacVimfilespatchremovesparklediff">trunk/dports/editors/MacVim/files/patch-remove-sparkle.diff</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkdportseditorsMacVimPortfile"></a>
<div class="modfile"><h4>Modified: trunk/dports/editors/MacVim/Portfile (152002 => 152003)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/editors/MacVim/Portfile        2016-08-26 11:02:11 UTC (rev 152002)
+++ trunk/dports/editors/MacVim/Portfile        2016-08-26 11:29:34 UTC (rev 152003)
</span><span class="lines">@@ -9,6 +9,7 @@
</span><span class="cx"> github.setup        macvim-dev macvim ${snapshot} snapshot-
</span><span class="cx"> name                MacVim
</span><span class="cx"> version             ${vim_version}.snapshot${snapshot}
</span><ins>+revision            1
</ins><span class="cx"> categories          editors
</span><span class="cx"> platforms           darwin
</span><span class="cx"> license             Vim GPL-2+
</span><span class="lines">@@ -28,7 +29,8 @@
</span><span class="cx">                     port:gettext \
</span><span class="cx">                     port:libiconv
</span><span class="cx"> 
</span><del>-patchfiles          patch-MacVim-GCC-VERSION.diff
</del><ins>+patchfiles          patch-MacVim-GCC-VERSION.diff \
+                    patch-remove-sparkle.diff
</ins><span class="cx"> 
</span><span class="cx"> pre-fetch {
</span><span class="cx">     if {${os.platform} eq &quot;darwin&quot; &amp;&amp; ${os.major} &lt; 10} {
</span><span class="lines">@@ -50,6 +52,9 @@
</span><span class="cx"> post-patch {
</span><span class="cx">     reinplace &quot;s|^# VIM_APP_DIR=/Applications$|VIM_APP_DIR=${applications_dir}|&quot; \
</span><span class="cx">          ${worksrcpath}/src/MacVim/mvim
</span><ins>+    
+    # recompile patched .nib
+    system -W ${worksrcpath} &quot;ibtool --compile src/MacVim/English.lproj/Preferences.nib/keyedobjects.nib src/MacVim/English.lproj/Preferences.nib&quot;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> autoconf.dir        ${worksrcpath}/src
</span></span></pre></div>
<a id="trunkdportseditorsMacVimfilespatchremovesparklediff"></a>
<div class="addfile"><h4>Added: trunk/dports/editors/MacVim/files/patch-remove-sparkle.diff (0 => 152003)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/dports/editors/MacVim/files/patch-remove-sparkle.diff                                (rev 0)
+++ trunk/dports/editors/MacVim/files/patch-remove-sparkle.diff        2016-08-26 11:29:34 UTC (rev 152003)
</span><span class="lines">@@ -0,0 +1,72 @@
</span><ins>+--- src/MacVim/English.lproj/Preferences.nib/designable.nib        2016-08-26 12:38:42.000000000 +0200
++++ src/MacVim/English.lproj/Preferences.nib/designable.nib        2016-08-26 12:42:49.000000000 +0200
+@@ -73,26 +73,6 @@
+                         &lt;binding destination=&quot;58&quot; name=&quot;selectedTag&quot; keyPath=&quot;values.MMOpenLayout&quot; id=&quot;441&quot;/&gt;
+                     &lt;/connections&gt;
+                 &lt;/popUpButton&gt;
+-                &lt;textField verticalHuggingPriority=&quot;750&quot; id=&quot;124&quot;&gt;
+-                    &lt;rect key=&quot;frame&quot; x=&quot;17&quot; y=&quot;187&quot; width=&quot;187&quot; height=&quot;17&quot;/&gt;
+-                    &lt;autoresizingMask key=&quot;autoresizingMask&quot;/&gt;
+-                    &lt;textFieldCell key=&quot;cell&quot; sendsActionOnEndEditing=&quot;YES&quot; alignment=&quot;right&quot; title=&quot;When MacVim launches:&quot; id=&quot;976&quot;&gt;
+-                        &lt;font key=&quot;font&quot; metaFont=&quot;system&quot;/&gt;
+-                        &lt;color key=&quot;textColor&quot; name=&quot;controlTextColor&quot; catalog=&quot;System&quot; colorSpace=&quot;catalog&quot;/&gt;
+-                        &lt;color key=&quot;backgroundColor&quot; name=&quot;controlColor&quot; catalog=&quot;System&quot; colorSpace=&quot;catalog&quot;/&gt;
+-                    &lt;/textFieldCell&gt;
+-                &lt;/textField&gt;
+-                &lt;button id=&quot;122&quot;&gt;
+-                    &lt;rect key=&quot;frame&quot; x=&quot;207&quot; y=&quot;186&quot; width=&quot;258&quot; height=&quot;18&quot;/&gt;
+-                    &lt;autoresizingMask key=&quot;autoresizingMask&quot;/&gt;
+-                    &lt;buttonCell key=&quot;cell&quot; type=&quot;check&quot; title=&quot;Check for updates&quot; bezelStyle=&quot;regularSquare&quot; imagePosition=&quot;left&quot; alignment=&quot;left&quot; inset=&quot;2&quot; id=&quot;975&quot;&gt;
+-                        &lt;behavior key=&quot;behavior&quot; changeContents=&quot;YES&quot; doesNotDimImage=&quot;YES&quot; lightByContents=&quot;YES&quot;/&gt;
+-                        &lt;font key=&quot;font&quot; metaFont=&quot;system&quot;/&gt;
+-                    &lt;/buttonCell&gt;
+-                    &lt;connections&gt;
+-                        &lt;binding destination=&quot;58&quot; name=&quot;value&quot; keyPath=&quot;values.SUCheckAtStartup&quot; id=&quot;169&quot;/&gt;
+-                    &lt;/connections&gt;
+-                &lt;/button&gt;
+                 &lt;textField verticalHuggingPriority=&quot;750&quot; id=&quot;121&quot;&gt;
+                     &lt;rect key=&quot;frame&quot; x=&quot;209&quot; y=&quot;47&quot; width=&quot;243&quot; height=&quot;58&quot;/&gt;
+                     &lt;autoresizingMask key=&quot;autoresizingMask&quot;/&gt;
+--- src/MacVim/MacVim.xcodeproj/project.pbxproj        2016-08-26 12:38:42.000000000 +0200
++++ src/MacVim/MacVim.xcodeproj/project.pbxproj        2016-08-26 12:39:32.000000000 +0200
+@@ -64,8 +64,6 @@
+                 1DE9B9500D341AB8008FEDD4 /* MMWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 1DE9B94E0D341AB8008FEDD4 /* MMWindow.m */; };
+                 1DED78600C6DE43D0079945F /* vimrc in Copy Vim Runtime Files */ = {isa = PBXBuildFile; fileRef = 1DED785F0C6DE43D0079945F /* vimrc */; };
+                 1DFE25A50C527BC4003000F7 /* PSMTabBarControl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D493DB90C52533B00AB718C /* PSMTabBarControl.framework */; };
+-                52A364731C4A5789005757EC /* Sparkle.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 52A364721C4A5789005757EC /* Sparkle.framework */; };
+-                52A364761C4A57C1005757EC /* Sparkle.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 52A364721C4A5789005757EC /* Sparkle.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
+                 52B7ED9B1C4A4D6900AFFF15 /* dsa_pub.pem in Resources */ = {isa = PBXBuildFile; fileRef = 52B7ED9A1C4A4D6900AFFF15 /* dsa_pub.pem */; };
+                 52818B031C1C08CE00F59085 /* QLStephen.qlgenerator in Copy QuickLookPlugin */ = {isa = PBXBuildFile; fileRef = 52818AFF1C1C075300F59085 /* QLStephen.qlgenerator */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
+                 8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 29B97318FDCFA39411CA2CEA /* MainMenu.nib */; };
+@@ -123,7 +121,6 @@
+                         dstPath = &quot;&quot;;
+                         dstSubfolderSpec = 10;
+                         files = (
+-                                52A364761C4A57C1005757EC /* Sparkle.framework in Copy Frameworks */,
+                                 1D493DBA0C52534300AB718C /* PSMTabBarControl.framework in Copy Frameworks */,
+                         );
+                         name = &quot;Copy Frameworks&quot;;
+@@ -237,7 +234,6 @@
+                 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = &quot;&lt;absolute&gt;&quot;; };
+                 32CA4F630368D1EE00C91783 /* MacVim_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MacVim_Prefix.pch; sourceTree = &quot;&lt;group&gt;&quot;; };
+                 52818AFA1C1C075300F59085 /* QuickLookStephen.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = &quot;wrapper.pb-project&quot;; name = QuickLookStephen.xcodeproj; path = qlstephen/QuickLookStephen.xcodeproj; sourceTree = &quot;&lt;group&gt;&quot;; };
+-                52A364721C4A5789005757EC /* Sparkle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Sparkle.framework; sourceTree = &quot;&lt;group&gt;&quot;; };
+                 52B7ED9A1C4A4D6900AFFF15 /* dsa_pub.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = dsa_pub.pem; sourceTree = &quot;&lt;group&gt;&quot;; };
+                 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = &quot;&lt;group&gt;&quot;; };
+                 8D1107320486CEB800E47090 /* MacVim.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MacVim.app; sourceTree = BUILT_PRODUCTS_DIR; };
+@@ -251,7 +247,6 @@
+                                 1DFE25A50C527BC4003000F7 /* PSMTabBarControl.framework in Frameworks */,
+                                 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
+                                 1D8B5A53104AF9FF002E59D5 /* Carbon.framework in Frameworks */,
+-                                52A364731C4A5789005757EC /* Sparkle.framework in Frameworks */,
+                         );
+                         runOnlyForDeploymentPostprocessing = 0;
+                 };
+@@ -429,7 +424,6 @@
+                 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
+                         isa = PBXGroup;
+                         children = (
+-                                52A364721C4A5789005757EC /* Sparkle.framework */,
+                                 1D8B5A52104AF9FF002E59D5 /* Carbon.framework */,
+                                 1D493DB30C52533B00AB718C /* PSMTabBarControl.xcodeproj */,
+                                 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
</ins></span></pre>
</div>
</div>

</body>
</html>