<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/387a02d05d585163db4eaf8fcfbf06628249ef47">https://github.com/macports/macports-ports/commit/387a02d05d585163db4eaf8fcfbf06628249ef47</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 387a02d  MacVim: Pass MACOSX_DEPLOYMENT_TARGET to build.
</span>387a02d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 387a02d05d585163db4eaf8fcfbf06628249ef47
</span>Author: Eric A. Borisch <eborisch@macports.org>
AuthorDate: Tue Apr 2 11:23:11 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    MacVim: Pass MACOSX_DEPLOYMENT_TARGET to build.
</span>---
 editors/MacVim/Portfile | 2 +-
 1 file changed, 1 insertion(+), 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 d606b47..9246250 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;'>@@ -77,7 +77,7 @@ build.args          XCODEFLAGS="CACHE_ROOT=${workpath}/caches"
</span> 
 # this port does not build with the new xcode build system at present
 if {[vercmp ${xcodeversion} 10.0] >= 0} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    build.args    XCODEFLAGS="CACHE_ROOT=${workpath}/caches -UseNewBuildSystem=NO"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    build.args    XCODEFLAGS="CACHE_ROOT=${workpath}/caches -UseNewBuildSystem=NO MACOSX_DEPLOYMENT_TARGET=${macosx_deployment_target}"
</span> }
 
 destroot {
</pre><pre style='margin:0'>

</pre>