[121720] trunk/dports/aqua/iTerm/Portfile

khindenburg at macports.org khindenburg at macports.org
Fri Jul 4 19:54:11 PDT 2014


Revision: 121720
          https://trac.macports.org/changeset/121720
Author:   khindenburg at macports.org
Date:     2014-07-04 19:54:11 -0700 (Fri, 04 Jul 2014)
Log Message:
-----------
iTerm: use the obsolete PortGroup

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

Modified: trunk/dports/aqua/iTerm/Portfile
===================================================================
--- trunk/dports/aqua/iTerm/Portfile	2014-07-04 23:37:42 UTC (rev 121719)
+++ trunk/dports/aqua/iTerm/Portfile	2014-07-05 02:54:11 UTC (rev 121720)
@@ -1,13 +1,13 @@
 # $Id$
 
 PortSystem 1.0
+replaced_by iTerm2
+PortGroup   obsolete 1.0
 PortGroup xcode 1.0
-
 name		iTerm
 version		0.9.6
 set svntag	RC_[strsed $version {g/\./_/}]
 categories	aqua shells
-replaced_by	iTerm2
 maintainers	nomaintainer
 license         GPL-2+
 description	Enhanced terminal emulator program for Mac OS X
@@ -20,15 +20,11 @@
 
 homepage	http://iterm.sourceforge.net/
 
-fetch.type	svn
+# The below line is commented out since it interfers w/ obsolete PortGroup
+#fetch.type	svn
 svn.url		http://svn.code.sf.net/p/iterm/code/tags/${svntag}/
 worksrcdir	${svntag}
 
-pre-fetch {
-    ui_error "Please do not install this port as this software has been abandoned.  It has been replaced by 'iTerm2'."
-    return -code error
-}
-
 xcode.project	${name}.xcodeproj
 xcode.target	${name}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140704/23e92a3c/attachment.html>


More information about the macports-changes mailing list