summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Kowis2010-04-09 12:32:27 -0500
committerArwed von Merkatz2010-04-12 18:16:58 +0200
commit59ba78863e24377e091b2149447b5f73a3a7cfb3 (patch)
tree21a2a387ff5f26c198fb307bd1d5566a23a202dd
parente457a95b4246bade250b1bf8835d4593a36b26ce (diff)
git: fixed bug 15652
http://bugs.sourcemage.org/show_bug.cgi?id=15652 Makes python an optional dependency for the git_remote_helpers
-rwxr-xr-xdevel/git/DEPENDS5
-rw-r--r--devel/git/HISTORY4
2 files changed, 9 insertions, 0 deletions
diff --git a/devel/git/DEPENDS b/devel/git/DEPENDS
index 76628e9a25..e14a372d0b 100755
--- a/devel/git/DEPENDS
+++ b/devel/git/DEPENDS
@@ -25,6 +25,11 @@ optional_depends tk \
"--without-tcltk" \
"for interactive GUI and graphical history browser" &&
+optional_depends python \
+ "" \
+ "--without-python" \
+ "for git_remote_helpers end users don't typically use these. (see git's man page and look for the helper commands)" &&
+
suggest_depends dbd-sqlite "" "" "for git-cvsserver" &&
suggest_depends bash-completion "" "" "for bash completion of Git commands" &&
suggest_depends rsync "" "" "for syncing repos with rsync"
diff --git a/devel/git/HISTORY b/devel/git/HISTORY
index 39586c79ea..632f42604f 100644
--- a/devel/git/HISTORY
+++ b/devel/git/HISTORY
@@ -1,3 +1,7 @@
+2010-04-09 David Kowis <dkowis@shlrm.org>
+ * DEPENDS: added optional dependency on python
+ Noted what you'd lose if you don't include python
+
2010-02-25 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 1.7.0