[Lunar-commits] r16824 - moonbase/trunk/devel/git
Terry Chan
tchan at lunar-linux.org
Fri Oct 7 03:25:22 UTC 2005
Author: tchan
Date: 2005-10-07 03:25:21 +0000 (Fri, 07 Oct 2005)
New Revision: 16824
Modified:
moonbase/trunk/devel/git/BUILD
moonbase/trunk/devel/git/DEPENDS
moonbase/trunk/devel/git/DETAILS
Log:
Version bump to git-core 0.99.8b. module started out with the name git and then
the source tarballs changed to git-core. I'm keeping the name git for this
module as no one will know to look for it as "git-core".
Modified: moonbase/trunk/devel/git/BUILD
===================================================================
--- moonbase/trunk/devel/git/BUILD 2005-10-07 01:18:42 UTC (rev 16823)
+++ moonbase/trunk/devel/git/BUILD 2005-10-07 03:25:21 UTC (rev 16824)
@@ -1,7 +1,8 @@
(
- patch_it $SOURCE_CACHE/$SOURCE2 1 &&
sedit "s/-g -O2/${CFLAGS}/" Makefile &&
- default_make
+ make prefix=/usr &&
+ prepare_install &&
+ make prefix=/usr install
) > $C_FIFO 2>&1
Modified: moonbase/trunk/devel/git/DEPENDS
===================================================================
--- moonbase/trunk/devel/git/DEPENDS 2005-10-07 01:18:42 UTC (rev 16823)
+++ moonbase/trunk/devel/git/DEPENDS 2005-10-07 03:25:21 UTC (rev 16824)
@@ -1,3 +1,5 @@
depends zlib &&
depends curl &&
-depends openssl
+depends openssl &&
+depends rsync &&
+optional_depends tk "" "" "for a TK front-end git tool"
Modified: moonbase/trunk/devel/git/DETAILS
===================================================================
--- moonbase/trunk/devel/git/DETAILS 2005-10-07 01:18:42 UTC (rev 16823)
+++ moonbase/trunk/devel/git/DETAILS 2005-10-07 03:25:21 UTC (rev 16824)
@@ -1,13 +1,12 @@
MODULE=git
- VERSION=0.7
- SOURCE=$MODULE-$VERSION.tar.bz2
+ VERSION=0.99.8b
+ SOURCE=$MODULE-core-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/git-core-$VERSION/
SOURCE_URL=http://kernel.org/pub/software/scm/git/
- SOURCE_VFY=sha1:f040e7bf0443ca524df9427d4463d1c0d3056146
- SOURCE2=$MODULE-$VERSION-Makefile.patch
- SOURCE2_URL=$PATCH_URL/
+ SOURCE_VFY=sha1:ccf95b52a15438bd78ee05bea26ae1068b0d8a5a
WEB_SITE=http://kernel.org/pub/software/scm/git/
ENTERED=20050707
- UPDATED=20050707
+ UPDATED=20051006
PSAFE=no
SHORT="The stupid content tracker"
More information about the Lunar-commits
mailing list