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

raimue at macports.org raimue at macports.org
Wed Oct 5 22:23:31 CEST 2016


Revision: 153607
          https://trac.macports.org/changeset/153607
Author:   raimue at macports.org
Date:     2016-10-05 13:23:30 -0700 (Wed, 05 Oct 2016)
Log Message:
-----------
MacVim: mark OS X <= 10.7 as unsupported, #52505

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

Modified: trunk/dports/editors/MacVim/Portfile
===================================================================
--- trunk/dports/editors/MacVim/Portfile	2016-10-05 16:02:36 UTC (rev 153606)
+++ trunk/dports/editors/MacVim/Portfile	2016-10-05 20:23:30 UTC (rev 153607)
@@ -32,8 +32,8 @@
                     patch-remove-sparkle.diff
 
 pre-fetch {
-    if {${os.platform} eq "darwin" && ${os.major} < 10} {
-        ui_error "${name} only runs on Mac OS X 10.6 or greater."
+    if {${os.platform} eq "darwin" && ${os.major} < 12} {
+        ui_error "${name} only runs on Mac OS X 10.8 or greater."
         return -code error "incompatible Mac OS X version"
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161005/5dda6873/attachment-0002.html>


More information about the macports-changes mailing list