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

raimue at macports.org raimue at macports.org
Sat Dec 3 17:33:19 PST 2011


Revision: 87750
          http://trac.macports.org/changeset/87750
Author:   raimue at macports.org
Date:     2011-12-03 17:33:15 -0800 (Sat, 03 Dec 2011)
Log Message:
-----------
editors/MacVim:
As of 7.3.snapshot63, MacVim only runs on Mac OS X 10.7 and above.
No revision bump as installed files will not be changed.

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

Modified: trunk/dports/editors/MacVim/Portfile
===================================================================
--- trunk/dports/editors/MacVim/Portfile	2011-12-04 01:18:27 UTC (rev 87749)
+++ trunk/dports/editors/MacVim/Portfile	2011-12-04 01:33:15 UTC (rev 87750)
@@ -38,8 +38,8 @@
                     patch-MacVim-GCC-VERSION.diff
 
 pre-fetch {
-    if {${os.platform} == "darwin" && ${os.major} < 10} {
-        ui_error "${name} only runs on Mac OS X 10.6 or greater."
+    if {${os.platform} == "darwin" && ${os.major} < 11} {
+        ui_error "${name} only runs on Mac OS X 10.7 or greater."
         return -code error "incompatible Mac OS X version"
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111203/dca2b3c8/attachment.html>


More information about the macports-changes mailing list