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

raimue at macports.org raimue at macports.org
Sun Apr 19 23:01:03 PDT 2009


Revision: 49920
          http://trac.macports.org/changeset/49920
Author:   raimue at macports.org
Date:     2009-04-19 23:01:03 -0700 (Sun, 19 Apr 2009)
Log Message:
-----------
editors/MacVim:
Update to snapshot 45. Adding symlinks for mvimdiff, mview and mvimex.

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

Modified: trunk/dports/editors/MacVim/Portfile
===================================================================
--- trunk/dports/editors/MacVim/Portfile	2009-04-20 02:53:11 UTC (rev 49919)
+++ trunk/dports/editors/MacVim/Portfile	2009-04-20 06:01:03 UTC (rev 49920)
@@ -4,10 +4,9 @@
 
 name                MacVim
 set vim_version     7.2
-set snapshot        44
-set gitcommit       baf35cf73329e4676833ab9022c97f310d0134c8
+set snapshot        45
+set gitcommit       snapshot-${snapshot}
 version             ${vim_version}.snapshot${snapshot}
-revision            1
 categories          editors
 platforms           darwin
 maintainers         raimue
@@ -18,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     141291d39fe951931b318c34aa49f42f \
-                    sha1    ea77f47d098017357e3e3d2c7aee9e498e6751a8 \
-                    rmd160  63ac0431d43ce6c72b6ec53b7c032b0d60c1ff16
+checksums           md5     1b557bb42bd55663b61b4e2461af9fd9 \
+                    sha1    8dce64bb66553503b4a18075ee1eee2cbbbb46d5 \
+                    rmd160  b6e84f0499ce055e904c74d22e6be2f4ed58b1a5
 use_zip             yes
 worksrcdir          ${name}
 
@@ -59,6 +58,12 @@
 destroot {
     copy ${worksrcpath}/src/MacVim/build/Release/MacVim.app ${destroot}${applications_dir}
     copy ${worksrcpath}/src/MacVim/mvim ${destroot}${prefix}/bin
+
+    # Create MacVim vimdiff, view, ex equivalents
+    ln -s mvim ${destroot}${prefix}/bin/mvimdiff
+    ln -s mvim ${destroot}${prefix}/bin/mview
+    # Link as mvimex as bin/mex conflicts with texlive
+    ln -s mvim ${destroot}${prefix}/bin/mvimex
 }
 
 test.run            yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090419/fd777045/attachment.html>


More information about the macports-changes mailing list