Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Kowis (6649019729937110ef39530f96ea608c0dfa17f1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Kowis <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Kowis (6649019729937110ef39530f96ea608c0dfa17f1)
  • Date: Fri, 26 Jan 2007 08:50:17 -0600

GIT changes to master grimoire by David Kowis <dkowis@melchiah.(none)>:

devel/git/DEPENDS | 10 ++--------
devel/git/HISTORY | 4 ++++
2 files changed, 6 insertions(+), 8 deletions(-)

New commits:
commit 6649019729937110ef39530f96ea608c0dfa17f1
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis@melchiah.(none)>

git

Made curl and expat non optional
fixes bugs 12975 and 12976

diff --git a/devel/git/DEPENDS b/devel/git/DEPENDS
index 5b1f90c..432dac3 100755
--- a/devel/git/DEPENDS
+++ b/devel/git/DEPENDS
@@ -1,15 +1,9 @@
+depends curl &&
+depends expat &&
if [[ $GIT_SHA_OPT == openssl ]] ; then
depends openssl
fi &&

-optional_depends curl \
- '' \
- 'NO_CURL=true' \
- 'For http(s) pull and push' &&
-optional_depends expat \
- '' \
- 'NO_EXPAT=true' \
- 'For http(s) push' &&
optional_depends python \
'' \
'NO_PYTHON=true' \
diff --git a/devel/git/HISTORY b/devel/git/HISTORY
index a27a26d..9e43a65 100644
--- a/devel/git/HISTORY
+++ b/devel/git/HISTORY
@@ -1,3 +1,7 @@
+2007-01-26 David Kowis <dkowis AT shlrm.org>
+ * DEPENDS: made curl and expat not optional
+ bugs 12975 and 12976
+
2007-01-08 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to 1.4.4.4





Archive powered by MHonArc 2.6.24.

Top of Page