Ticket #42546: textmate2.diff

File textmate2.diff, 436 bytes (added by ryandesign (Ryan Carsten Schmidt), 10 years ago)

proposed patch

  • Portfile

     
    3030minimum_xcodeversions   {11 4.4}
    3131
    3232fetch.type              git
    33 git.cmd                 GIT_CURL_VERBOSE=1 ${git.cmd}
     33pre-fetch {
     34    git.cmd             GIT_CURL_VERBOSE=1 ${git.cmd}
     35}
    3436post-fetch {
    3537    system -W ${worksrcpath} "${git.cmd} submodule update --init"
    3638}