[82105] trunk/dports/devel/GitX

cal at macports.org cal at macports.org
Mon Aug 8 02:26:11 PDT 2011


Revision: 82105
          http://trac.macports.org/changeset/82105
Author:   cal at macports.org
Date:     2011-08-08 02:26:09 -0700 (Mon, 08 Aug 2011)
Log Message:
-----------
devel/GitX: Fetch libgit2 submodule via https rather than git-protocol, so the buildbot can build it

Modified Paths:
--------------
    trunk/dports/devel/GitX/Portfile

Added Paths:
-----------
    trunk/dports/devel/GitX/files/40-git-submodules-via-https.patch

Modified: trunk/dports/devel/GitX/Portfile
===================================================================
--- trunk/dports/devel/GitX/Portfile	2011-08-08 09:00:32 UTC (rev 82104)
+++ trunk/dports/devel/GitX/Portfile	2011-08-08 09:26:09 UTC (rev 82105)
@@ -32,7 +32,8 @@
                     20-remove-enable-terminal-usage.patch \
                     21-remove-install-cli-tool.patch \
                     30-remove-sparkle.patch \
-                    31-remove-sparkle-from-xcodebuild.patch
+                    31-remove-sparkle-from-xcodebuild.patch \
+                    40-git-submodules-via-https.patch
 
 variant finder_integration description {Enable finder integration, opening .git folders with GitX} {
     patchfiles-delete   disable-finder-integration.patch

Added: trunk/dports/devel/GitX/files/40-git-submodules-via-https.patch
===================================================================
--- trunk/dports/devel/GitX/files/40-git-submodules-via-https.patch	                        (rev 0)
+++ trunk/dports/devel/GitX/files/40-git-submodules-via-https.patch	2011-08-08 09:26:09 UTC (rev 82105)
@@ -0,0 +1,7 @@
+--- .gitmodules.orig	2011-08-08 11:23:33.000000000 +0200
++++ .gitmodules	2011-08-08 11:23:40.000000000 +0200
+@@ -1,3 +1,3 @@
+ [submodule "libgit2"]
+ 	path = libgit2
+-	url = git://github.com/pieter/libgit2.git
++	url = https://github.com/pieter/libgit2.git
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110808/38655b53/attachment.html>


More information about the macports-changes mailing list