[59171] trunk/dports/editors/MacVim/Portfile

raimue at macports.org raimue at macports.org
Sat Oct 10 15:14:34 PDT 2009


Revision: 59171
          http://trac.macports.org/changeset/59171
Author:   raimue at macports.org
Date:     2009-10-10 15:14:29 -0700 (Sat, 10 Oct 2009)
Log Message:
-----------
editors/MacVim:
Update to snapshot 50, fixes build on Snow Leopard. Closes #20948

Modified Paths:
--------------
    trunk/dports/editors/MacVim/Portfile

Modified: trunk/dports/editors/MacVim/Portfile
===================================================================
--- trunk/dports/editors/MacVim/Portfile	2009-10-10 21:57:28 UTC (rev 59170)
+++ trunk/dports/editors/MacVim/Portfile	2009-10-10 22:14:29 UTC (rev 59171)
@@ -4,7 +4,7 @@
 
 name                MacVim
 set vim_version     7.2
-set snapshot        49
+set snapshot        50
 set gitcommit       snapshot-${snapshot}
 version             ${vim_version}.snapshot${snapshot}
 categories          editors
@@ -17,9 +17,9 @@
 homepage            http://code.google.com/p/macvim
 
 master_sites        "http://repo.or.cz/w/MacVim.git?a=snapshot;h=${gitcommit};sf=zip;foo="
-checksums           md5     e7b91287ff2441443c04b5d920284c65 \
-                    sha1    f553e77dced02f4e1463e51e8789fe5237c3e636 \
-                    rmd160  b127233ef2b67edbbf1df95dc01a645d2dda03e9
+checksums           md5     ac2bde597bc455e9bbdc13a582647a2d \
+                    sha1    c58fe52d162e53dcd125180a0138748c3e2d0195 \
+                    rmd160  8c5fe73de7e0580312d313c3f0bc478fd4b2d5b0
 use_zip             yes
 worksrcdir          ${name}
 
@@ -49,11 +49,6 @@
          ${worksrcpath}/src/MacVim/mvim
 }
 
-build.dir ${worksrcpath}/src
-post-build {
-    system "cd ${worksrcpath}/src/MacVim && xcodebuild"
-}
-
 destroot {
     copy ${worksrcpath}/src/MacVim/build/Release/MacVim.app ${destroot}${applications_dir}
     copy ${worksrcpath}/src/MacVim/mvim ${destroot}${prefix}/bin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091010/945af017/attachment.html>


More information about the macports-changes mailing list