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

raimue at macports.org raimue at macports.org
Thu Dec 23 17:44:24 PST 2010


Revision: 74616
          http://trac.macports.org/changeset/74616
Author:   raimue at macports.org
Date:     2010-12-23 17:44:18 -0800 (Thu, 23 Dec 2010)
Log Message:
-----------
editors/MacVim: Upstream raised the requirement to Mac OS X 10.6+

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

Modified: trunk/dports/editors/MacVim/Portfile
===================================================================
--- trunk/dports/editors/MacVim/Portfile	2010-12-24 01:39:10 UTC (rev 74615)
+++ trunk/dports/editors/MacVim/Portfile	2010-12-24 01:44:18 UTC (rev 74616)
@@ -31,8 +31,8 @@
                     port:ctags
 
 pre-fetch {
-    if {${os.platform} == "darwin" && ${os.major} < 9} {
-        ui_error "${name} does only run on Mac OS X 10.5 or greater."
+    if {${os.platform} == "darwin" && ${os.major} < 10} {
+        ui_error "${name} does only run 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/20101223/790613c6/attachment.html>


More information about the macports-changes mailing list