[Lunar-commits] <moonbase> git: small tweaks.
Florin Braescu
florin at lunar-linux.org
Tue Jun 23 18:02:08 CEST 2009
commit bce197b931ff83a38f8937338b85206f0460b5d6
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Jun 23 19:02:08 2009 +0300
git: small tweaks.
---
devel/git/DEPENDS | 15 ++++++++-------
devel/git/DETAILS | 6 +++---
2 files changed, 11 insertions(+), 10 deletions(-)
diff --git a/devel/git/DEPENDS b/devel/git/DEPENDS
index da8fd74..f03d58a 100644
--- a/devel/git/DEPENDS
+++ b/devel/git/DEPENDS
@@ -1,7 +1,8 @@
-depends zlib &&
-depends curl &&
-depends openssl &&
-depends rsync &&
-depends Python &&
-optional_depends cvsps "" "" "for CVS repository support" &&
-optional_depends tk "" "" "for a TK front-end git tool"
+depends zlib
+depends curl
+depends openssl
+depends rsync
+depends Python
+
+optional_depends cvsps "" "" "for CVS repository support"
+optional_depends tk "" "" "for a TK front-end git tool"
diff --git a/devel/git/DETAILS b/devel/git/DETAILS
index 43d6aa7..d3efed4 100644
--- a/devel/git/DETAILS
+++ b/devel/git/DETAILS
@@ -3,13 +3,13 @@
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE2=$MODULE-manpages-$VERSION.tar.bz2
SOURCE3=$MODULE-makefile-install-8.patch
- SOURCE_URL=$KERNEL_URL/pub/software/scm/git/
- SOURCE2_URL=$KERNEL_URL/pub/software/scm/git/
+ SOURCE_URL=$KERNEL_URL/pub/software/scm/git
+ SOURCE2_URL=$KERNEL_URL/pub/software/scm/git
SOURCE3_URL=$PATCH_URL
SOURCE_VFY=sha1:200b49304696357ccf7a4837307348d681b7e04d
SOURCE2_VFY=sha1:0153298e215ac6beb3c6073aa1c8bd0de9a1da3b
SOURCE3_VFY=sha1:647b27f4474b89c3003eeb35856cfaaf76bf8ce8
- WEB_SITE=http://git-scm.com/
+ WEB_SITE=http://git-scm.com
ENTERED=20050707
UPDATED=20090622
SHORT="Fast version control system"
More information about the Lunar-commits
mailing list