[116714] trunk/dports/editors/textmate2/Portfile
cal at macports.org
cal at macports.org
Tue Feb 4 10:39:40 PST 2014
Revision: 116714
https://trac.macports.org/changeset/116714
Author: cal at 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 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140204/b9e7a0cd/attachment.html>
More information about the macports-changes
mailing list