[74616] trunk/dports/editors/MacVim/Portfile
Revision: 74616 http://trac.macports.org/changeset/74616 Author: raimue@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" } }
participants (1)
-
raimue@macports.org