[SM-Commit] GIT changes to master grimoire by David Kowis (17fd6ddaeccbcb500d6a8349a04cb0e8b49a9082)

David Kowis scm at sourcemage.org
Fri Apr 9 13:31:35 EDT 2010


GIT changes to master grimoire by David Kowis <dkowis at Kain.shlrm.org>:

 devel/git/DEPENDS |    5 +++++
 devel/git/HISTORY |    4 ++++
 2 files changed, 9 insertions(+)

New commits:
commit 17fd6ddaeccbcb500d6a8349a04cb0e8b49a9082
Author: David Kowis <dkowis at shlrm.org>
Commit: David Kowis <dkowis at Kain.shlrm.org>

    git: fixed bug 15652
    
    http://bugs.sourcemage.org/show_bug.cgi?id=15652
    Makes python an optional dependency for the git_remote_helpers

diff --git a/devel/git/DEPENDS b/devel/git/DEPENDS
index 76628e9..e14a372 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 6c9b63e..b194095 100644
--- a/devel/git/HISTORY
+++ b/devel/git/HISTORY
@@ -1,3 +1,7 @@
+2010-04-09 David Kowis <dkowis at 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 at vabo.cz>
 	* DETAILS: 1.7.0.4
 



More information about the SM-Commit mailing list