[111826] trunk/dports/aqua/iTerm2/Portfile
ryandesign at macports.org
ryandesign at macports.org
Wed Oct 2 17:37:00 PDT 2013
Revision: 111826
https://trac.macports.org/changeset/111826
Author: ryandesign at macports.org
Date: 2013-10-02 17:37:00 -0700 (Wed, 02 Oct 2013)
Log Message:
-----------
iTerm2 requires OS X 10.7 or newer now (it uses CTFontDrawGlyphs)
Modified Paths:
--------------
trunk/dports/aqua/iTerm2/Portfile
Modified: trunk/dports/aqua/iTerm2/Portfile
===================================================================
--- trunk/dports/aqua/iTerm2/Portfile 2013-10-03 00:26:21 UTC (rev 111825)
+++ trunk/dports/aqua/iTerm2/Portfile 2013-10-03 00:37:00 UTC (rev 111826)
@@ -35,9 +35,9 @@
${destroot}${applications_dir}/${name}.app
}
-platform darwin 8 {
+if {${os.platform} eq "darwin" && ${os.major} < 11} {
pre-fetch {
- ui_error "${name} requires Mac OS X 10.5 or newer"
+ ui_error "${name} requires OS X 10.7 or newer"
return -code error "unsupported Mac OS X version"
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131002/16ef4db2/attachment.html>
More information about the macports-changes
mailing list