Ticket #42546: textmate2.diff
File textmate2.diff, 436 bytes (added by ryandesign (Ryan Carsten Schmidt), 11 years ago) |
---|
-
Portfile
30 30 minimum_xcodeversions {11 4.4} 31 31 32 32 fetch.type git 33 git.cmd GIT_CURL_VERBOSE=1 ${git.cmd} 33 pre-fetch { 34 git.cmd GIT_CURL_VERBOSE=1 ${git.cmd} 35 } 34 36 post-fetch { 35 37 system -W ${worksrcpath} "${git.cmd} submodule update --init" 36 38 }