Ticket #31906: Portfile.diff
File Portfile.diff, 1.4 KB (added by mklein-de (Michael Klein), 13 years ago) |
---|
-
Portfile
4 4 PortGroup xcode 1.0 5 5 6 6 name iTerm2 7 version 1.0.0 8 set svn_tag v[string map {. _} $version] 7 version 1.0.0.20111009 9 8 categories aqua shells 10 9 maintainers singingwolfboy openmaintainer 11 10 description Enhanced terminal emulator program, successor to iTerm … … 15 14 performance, internationalization, and supporting innovative features \ 16 15 that make your life better. 17 16 18 homepage http://www.iterm2.com/ 17 homepage http://www.iterm2.com/ 18 master_sites https://github.com/gnachman/iTerm2/tarball/v${version} 19 19 20 fetch.type svn 21 svn.url https://iterm2.googlecode.com/svn/tags/${svn_tag} 22 worksrcdir ${svn_tag} 20 checksums sha256 eec7c99158357721ddfb23e5050af1108fdbafa478c8bae9da646d48b503a9e2 \ 21 rmd160 70fe3448711c3edbe33ead016061c088b217250f 23 22 23 # needed by dated libcurl on Leopard (and probably Tiger) 24 fetch.ignore_sslcert yes 25 24 26 xcode.project iTerm.xcodeproj 25 27 xcode.target iTerm 26 28 29 post-extract { 30 move [glob ${workpath}/*] ${worksrcpath} 31 reinplace "s|^version *= *.*$|version = \"${version}\"|" ${worksrcpath}/updateVersion.py 32 } 33 27 34 destroot { 28 35 file copy ${build.dir}/build/Deployment/iTerm.app \ 29 36 ${destroot}${applications_dir}/${name}.app