diff --git a/dports/aqua/iTerm2/Portfile b/dports/aqua/iTerm2/Portfile
index 3ccaaf4..d97edf5 100644
a
|
b
|
PortSystem 1.0 |
5 | 5 | PortGroup github 1.0 |
6 | 6 | PortGroup xcode 1.0 |
7 | 7 | |
8 | | github.setup gnachman iTerm2 2.0 v |
| 8 | github.setup gnachman iTerm2 2.1 v |
9 | 9 | categories aqua shells |
10 | 10 | maintainers emer.net:emer |
11 | 11 | license GPL-2+ |
… |
… |
long_description \ |
17 | 17 | |
18 | 18 | homepage http://iterm2.com/ |
19 | 19 | |
20 | | checksums rmd160 6543683bf39037f243a56fe2b743be54d938f381 \ |
21 | | sha256 11feee4902dcdb1e0a99743a45e35142de97c2386f5a077ae9f84227a8102328 |
22 | | |
| 20 | checksums rmd160 899f80c2b53cb88f8f9efa9251f141e8e2528b3a \ |
| 21 | sha256 33ece870c1bf1eb9ca23a0fd06ee3ff0f95de8bf28d99d26fd3502f9e90e41fa |
| 22 | |
23 | 23 | xcode.project iTerm.xcodeproj |
24 | 24 | xcode.target iTerm |
25 | 25 | |
… |
… |
destroot { |
34 | 34 | ${destroot}${applications_dir}/${name}.app |
35 | 35 | } |
36 | 36 | |
37 | | if {${os.platform} eq "darwin" && ${os.major} < 10} { |
| 37 | if {${os.platform} eq "darwin" && ${os.major} < 11} { |
38 | 38 | pre-fetch { |
39 | | ui_error "${subport} @${version} requires Mac OS X 10.6 or newer" |
| 39 | ui_error "${subport} @${version} requires Mac OS X 10.7 or newer" |
40 | 40 | return -code error "unsupported Mac OS X version" |
41 | 41 | } |
42 | 42 | } |