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

ryandesign at macports.org ryandesign at macports.org
Wed Oct 2 17:38:23 PDT 2013


Revision: 111828
          https://trac.macports.org/changeset/111828
Author:   ryandesign at 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"
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131002/119157cf/attachment.html>


More information about the macports-changes mailing list