[127159] trunk/dports/aqua/iTerm2/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Oct 21 20:36:14 PDT 2014


Revision: 127159
          https://trac.macports.org/changeset/127159
Author:   ryandesign at macports.org
Date:     2014-10-21 20:36:14 -0700 (Tue, 21 Oct 2014)
Log Message:
-----------
iTerm2: re-enable building on 10.6, which works again (#45551)

Modified Paths:
--------------
    trunk/dports/aqua/iTerm2/Portfile

Modified: trunk/dports/aqua/iTerm2/Portfile
===================================================================
--- trunk/dports/aqua/iTerm2/Portfile	2014-10-22 03:34:27 UTC (rev 127158)
+++ trunk/dports/aqua/iTerm2/Portfile	2014-10-22 03:36:14 UTC (rev 127159)
@@ -34,9 +34,9 @@
         ${destroot}${applications_dir}/${name}.app
 }
 
-if {${os.platform} eq "darwin" && ${os.major} < 11} {
+if {${os.platform} eq "darwin" && ${os.major} < 10} {
     pre-fetch {
-        ui_error "${name} requires OS X 10.7 or newer"
-        return -code error "unsupported OS X version"
+        ui_error "${subport} @${version} requires Mac OS X 10.6 or newer"
+        return -code error "unsupported Mac OS X version"
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141021/ab614cb4/attachment.html>


More information about the macports-changes mailing list