Revision: 116714 https://trac.macports.org/changeset/116714 Author: cal@macports.org Date: 2014-02-04 10:39:39 -0800 (Tue, 04 Feb 2014) Log Message: ----------- textmate2: enable git's verbose cURL mode to debug #42063 Modified Paths: -------------- trunk/dports/editors/textmate2/Portfile Modified: trunk/dports/editors/textmate2/Portfile =================================================================== --- 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 \