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

raimue at macports.org raimue at macports.org
Mon Dec 5 15:05:22 PST 2011


Revision: 87782
          http://trac.macports.org/changeset/87782
Author:   raimue at macports.org
Date:     2011-12-05 15:05:22 -0800 (Mon, 05 Dec 2011)
Log Message:
-----------
editors/MacVim:
Undo r87750 after report on mailing list that this still works on Snow Leopard,
http://lists.macosforge.org/pipermail/macports-dev/2011-December/016982.html

Revision Links:
--------------
    http://trac.macports.org/changeset/87750

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

Modified: trunk/dports/editors/MacVim/Portfile
===================================================================
--- trunk/dports/editors/MacVim/Portfile	2011-12-05 22:26:41 UTC (rev 87781)
+++ trunk/dports/editors/MacVim/Portfile	2011-12-05 23:05:22 UTC (rev 87782)
@@ -38,8 +38,8 @@
                     patch-MacVim-GCC-VERSION.diff
 
 pre-fetch {
-    if {${os.platform} == "darwin" && ${os.major} < 11} {
-        ui_error "${name} only runs on Mac OS X 10.7 or greater."
+    if {${os.platform} == "darwin" && ${os.major} < 10} {
+        ui_error "${name} only runs on Mac OS X 10.6 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/20111205/5dc0d18a/attachment.html>


More information about the macports-changes mailing list