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

ryandesign at macports.org ryandesign at macports.org
Mon Mar 26 22:45:09 PDT 2012


Revision: 91243
          https://trac.macports.org/changeset/91243
Author:   ryandesign at macports.org
Date:     2012-03-26 22:45:08 -0700 (Mon, 26 Mar 2012)
Log Message:
-----------
iTerm2: update to 1.0.0.20120203 and use github portgroup; see #33319

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

Modified: trunk/dports/aqua/iTerm2/Portfile
===================================================================
--- trunk/dports/aqua/iTerm2/Portfile	2012-03-27 02:34:51 UTC (rev 91242)
+++ trunk/dports/aqua/iTerm2/Portfile	2012-03-27 05:45:08 UTC (rev 91243)
@@ -1,10 +1,10 @@
 # $Id$
 
 PortSystem  1.0
+PortGroup   github 1.0
 PortGroup   xcode 1.0
 
-name        iTerm2
-version     1.0.0.20111009
+github.setup gnachman iTerm2 1.0.0.20120203 v
 categories  aqua shells
 maintainers singingwolfboy openmaintainer
 license         GPL-2+
@@ -16,21 +16,13 @@
     that make your life better.
 
 homepage        http://www.iterm2.com/
-master_sites    https://github.com/gnachman/iTerm2/tarball/v${version}
 
-checksums       sha256  eec7c99158357721ddfb23e5050af1108fdbafa478c8bae9da646d48b503a9e2 \
-                rmd160  70fe3448711c3edbe33ead016061c088b217250f
+checksums       rmd160  7c383ec2f32c6ba815f3e981f9b374a090a8c551 \
+                sha256  11d00ec8370f5d177a0a39b3e4e04518e61e9dbfcb33688c8305f08d9214aa7f
 
-# needed by dated libcurl on Leopard (and probably Tiger)
-fetch.ignore_sslcert yes
-
 xcode.project   iTerm.xcodeproj
 xcode.target    iTerm
 
-post-extract {
-    move [glob ${workpath}/*] ${worksrcpath}
-}
-
 post-patch {
     reinplace "s|^version *= *.*$|version = \"${version}\"|" ${worksrcpath}/updateVersion.py
     # disable Sparkle autoupdate
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120326/39c6b901/attachment.html>


More information about the macports-changes mailing list