Update the second best vcs to version 1.7.5

This commit is contained in:
Chris Roberts
2011-05-04 19:05:57 +00:00
parent 0921f80f44
commit 00cd3d6df0
2 changed files with 69 additions and 0 deletions

20
dev-vcs/git/git-1.7.5.bep Normal file
View File

@@ -0,0 +1,20 @@
DESCRIPTION="git a fast version control system"
HOMEPAGE="http://git-scm.com/"
SRC_URI="http://kernel.org/pub/software/scm/git/git-1.7.5.tar.bz2"
CHECKSUM_MD5="7f0bc26a6e87d251c9b09fa05a186ed3"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="net-misc/curl >= 7.20.0
dev-lang/perl >= 5.10.1"
BUILD {
cd git-1.7.5
make strip
}
INSTALL {
cd git-1.7.5
make install
}
LICENSE="GNU GPL v2"
COPYRIGHT="2005-2011 Git Authors (see git web site for list)"