summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Kowis2010-04-09 12:32:27 -0500
committerArwed von Merkatz2010-04-12 18:22:27 +0200
commit2a5d97af5b74e22c561808d3eb10b6280a7b5b8b (patch)
tree6338eca69068c6ac6b5c3c53a193d6eee82fdaf8
parent2aadeebb0a0c05b09f478123f25b61d950d865e5 (diff)
git: fixed bug 15652
http://bugs.sourcemage.org/show_bug.cgi?id=15652 Makes python an optional dependency for the git_remote_helpers (cherry picked from commit 17fd6ddaeccbcb500d6a8349a04cb0e8b49a9082)
-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 6c9b63ee6b..b194095f66 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-04-01 Ladislav Hagara <hgr@vabo.cz>
* DETAILS: 1.7.0.4