Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (37e63b0aafe951e31111ef3c8c897e4031b333da)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (37e63b0aafe951e31111ef3c8c897e4031b333da)
  • Date: Wed, 14 Feb 2007 12:30:03 -0600

GIT changes to master grimoire by George Sherwood <chat AT sourcemage.org>:

devel/git/DETAILS | 2 +-
devel/git/HISTORY | 5 +++++
devel/git/PRE_BUILD | 3 +--
devel/git/curl_fix.patch | 10 ----------
4 files changed, 7 insertions(+), 13 deletions(-)

New commits:
commit 37e63b0aafe951e31111ef3c8c897e4031b333da
Author: George Sherwood <chat AT sourcemage.org>
Commit: George Sherwood <chat AT sourcemage.org>

git: Updated to version 1.5.0. Removed patch from PRE_BUILD. Deleted
patch

diff --git a/devel/git/DETAILS b/devel/git/DETAILS
index 0f3d1ed..6a1801c 100755
--- a/devel/git/DETAILS
+++ b/devel/git/DETAILS
@@ -1,5 +1,5 @@
SPELL=git
- VERSION=1.4.4.4
+ VERSION=1.5.0
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sign
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/devel/git/HISTORY b/devel/git/HISTORY
index ab5278b..6644a6f 100644
--- a/devel/git/HISTORY
+++ b/devel/git/HISTORY
@@ -1,3 +1,8 @@
+2007-02-14 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to 1.5.0
+ * PRE_BUILD: Removed curl_fix.patch
+ * curl_fix_patch: incorporated upstream.
+
2007-01-26 David Kowis <dkowis AT shlrm.org>
* BUILD: changed the build process to use the ./configure method
* DEPENDS: modified how curl, expat, and python are optionally
configured
diff --git a/devel/git/PRE_BUILD b/devel/git/PRE_BUILD
index 5388277..a4749c8 100755
--- a/devel/git/PRE_BUILD
+++ b/devel/git/PRE_BUILD
@@ -5,5 +5,4 @@ if [[ "$GIT_DOC" == "manpages" || "$GIT_
fi &&
if [[ "$GIT_DOC" == "htmldocs" || "$GIT_DOC" == "both" ]]; then
unpack_file 5
-fi &&
-patch -p0 < $SCRIPT_DIRECTORY/curl_fix.patch
+fi
diff --git a/devel/git/curl_fix.patch b/devel/git/curl_fix.patch
deleted file mode 100644
index 49de5b7..0000000
--- a/devel/git/curl_fix.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- http.h
-+++ http.h
-@@ -18,7 +18,7 @@
- #define curl_global_init(a) do { /* nothing */ } while(0)
- #endif
-
--#if LIBCURL_VERSION_NUM < 0x070c04
-+#if 1 || (LIBCURL_VERSION_NUM < 0x070c04)
- #define NO_CURL_EASY_DUPHANDLE
- #endif



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (37e63b0aafe951e31111ef3c8c897e4031b333da), George Sherwood, 02/14/2007

Archive powered by MHonArc 2.6.24.

Top of Page