Ticket #31906: Portfile.diff

File Portfile.diff, 1.4 KB (added by mklein-de (Michael Klein), 13 years ago)
  • Portfile

     
    44PortGroup   xcode 1.0
    55
    66name        iTerm2
    7 version     1.0.0
    8 set svn_tag v[string map {. _} $version]
     7version     1.0.0.20111009
    98categories  aqua shells
    109maintainers singingwolfboy openmaintainer
    1110description Enhanced terminal emulator program, successor to iTerm
     
    1514    performance, internationalization, and supporting innovative features \
    1615    that make your life better.
    1716
    18 homepage    http://www.iterm2.com/
     17homepage        http://www.iterm2.com/
     18master_sites    https://github.com/gnachman/iTerm2/tarball/v${version}
    1919
    20 fetch.type  svn
    21 svn.url     https://iterm2.googlecode.com/svn/tags/${svn_tag}
    22 worksrcdir  ${svn_tag}
     20checksums       sha256  eec7c99158357721ddfb23e5050af1108fdbafa478c8bae9da646d48b503a9e2 \
     21                rmd160  70fe3448711c3edbe33ead016061c088b217250f
    2322
     23# needed by dated libcurl on Leopard (and probably Tiger)
     24fetch.ignore_sslcert yes
     25
    2426xcode.project   iTerm.xcodeproj
    2527xcode.target    iTerm
    2628
     29post-extract {
     30    move [glob ${workpath}/*] ${worksrcpath}
     31    reinplace "s|^version *= *.*$|version = \"${version}\"|" ${worksrcpath}/updateVersion.py
     32}
     33
    2734destroot {
    2835    file copy ${build.dir}/build/Deployment/iTerm.app \
    2936        ${destroot}${applications_dir}/${name}.app