Revision: 111828 https://trac.macports.org/changeset/111828 Author: ryandesign@macports.org Date: 2013-10-02 17:38:23 -0700 (Wed, 02 Oct 2013) Log Message: ----------- iTerm2: update description and error message Modified Paths: -------------- trunk/dports/aqua/iTerm2/Portfile Modified: trunk/dports/aqua/iTerm2/Portfile =================================================================== --- trunk/dports/aqua/iTerm2/Portfile 2013-10-03 00:38:14 UTC (rev 111827) +++ trunk/dports/aqua/iTerm2/Portfile 2013-10-03 00:38:23 UTC (rev 111828) @@ -11,8 +11,7 @@ license GPL-2+ description Enhanced terminal emulator program, successor to iTerm long_description \ - iTerm2 is a replacement for Terminal and the successor to iTerm. It \ - works on Macs with Leopard or Snow Leopard. Its focus is on \ + iTerm2 is a replacement for Terminal and the successor to iTerm. Its focus is on \ performance, internationalization, and supporting innovative features \ that make your life better. @@ -38,6 +37,6 @@ if {${os.platform} eq "darwin" && ${os.major} < 11} { pre-fetch { ui_error "${name} requires OS X 10.7 or newer" - return -code error "unsupported Mac OS X version" + return -code error "unsupported OS X version" } }