Ticket #20377: iTerm-0.10.diff

File iTerm-0.10.diff, 880 bytes (added by ryandesign (Ryan Carsten Schmidt), 13 years ago)

patch to update to 0.10 which does not fix the problem

  • Portfile

     
    44PortGroup xcode 1.0
    55
    66name            iTerm
    7 version         0.9.6
    8 set svntag      RC_[strsed $version {g/\./_/}]
     7version         0.10
     8#set svntag     RC_[strsed $version {g/\./_/}]
     9set branch      [join [lrange [split ${version} .] 0 1] .]
     10set svntag      ${branch}.x
    911categories      aqua shells
    1012maintainers     waqar openmaintainer
    1113description     Enhanced terminal emulator program for Mac OS X
     
    1921homepage        http://iterm.sourceforge.net
    2022
    2123fetch.type      svn
    22 svn.url         http://iterm.svn.sourceforge.net/svnroot/iterm/tags/$svntag/
     24#svn.url                http://iterm.svn.sourceforge.net/svnroot/iterm/tags/$svntag/
     25svn.url         http://iterm.svn.sourceforge.net/svnroot/iterm/branches/$svntag/
     26svn.revision    1871
    2327worksrcdir      ${svntag}
    2428
    2529xcode.project   ${name}.xcodeproj