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

ryandesign at macports.org ryandesign at macports.org
Wed Apr 29 19:12:00 PDT 2015


Revision: 135696
          https://trac.macports.org/changeset/135696
Author:   ryandesign at macports.org
Date:     2015-04-29 19:11:59 -0700 (Wed, 29 Apr 2015)
Log Message:
-----------
iTerm2: update to 2.1 (#47594)

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

Modified: trunk/dports/aqua/iTerm2/Portfile
===================================================================
--- trunk/dports/aqua/iTerm2/Portfile	2015-04-30 02:08:35 UTC (rev 135695)
+++ trunk/dports/aqua/iTerm2/Portfile	2015-04-30 02:11:59 UTC (rev 135696)
@@ -5,7 +5,7 @@
 PortGroup   github 1.0
 PortGroup   xcode 1.0
 
-github.setup gnachman iTerm2 2.0 v
+github.setup gnachman iTerm2 2.1 v
 categories  aqua shells
 maintainers emer.net:emer
 license         GPL-2+
@@ -17,8 +17,8 @@
 
 homepage        http://iterm2.com/
 
-checksums       rmd160  6543683bf39037f243a56fe2b743be54d938f381 \
-                sha256  11feee4902dcdb1e0a99743a45e35142de97c2386f5a077ae9f84227a8102328
+checksums       rmd160  899f80c2b53cb88f8f9efa9251f141e8e2528b3a \
+                sha256  33ece870c1bf1eb9ca23a0fd06ee3ff0f95de8bf28d99d26fd3502f9e90e41fa
 
 xcode.project   iTerm.xcodeproj
 xcode.target    iTerm
@@ -34,9 +34,9 @@
         ${destroot}${applications_dir}/${name}.app
 }
 
-if {${os.platform} eq "darwin" && ${os.major} < 10} {
+if {${os.platform} eq "darwin" && ${os.major} < 11} {
     pre-fetch {
-        ui_error "${subport} @${version} requires Mac OS X 10.6 or newer"
+        ui_error "${subport} @${version} requires Mac OS X 10.7 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/20150429/509164f8/attachment.html>


More information about the macports-changes mailing list