Modified: trunk/dports/editors/textmate2/Portfile (116713 => 116714)
--- trunk/dports/editors/textmate2/Portfile 2014-02-04 18:38:42 UTC (rev 116713)
+++ trunk/dports/editors/textmate2/Portfile 2014-02-04 18:39:39 UTC (rev 116714)
@@ -30,8 +30,9 @@
minimum_xcodeversions {11 4.4}
fetch.type git
+git.cmd GIT_CURL_VERBOSE=1 ${git.cmd}
post-fetch {
- system -W ${worksrcpath} "git submodule update --init"
+ system -W ${worksrcpath} "${git.cmd} submodule update --init"
}
patchfiles patch-configure-versionnumber.diff \