git: update to 1.7.5.
This commit is contained in:
parent
661e087880
commit
c8114f8db8
1 changed files with 3 additions and 9 deletions
|
@ -1,13 +1,13 @@
|
|||
# Template build file for 'git".
|
||||
pkgname=git
|
||||
version=1.7.3.5
|
||||
version=1.7.5
|
||||
distfiles="http://www.kernel.org/pub/software/scm/git/git-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--with-curl --with-expat --without-tcltk"
|
||||
make_install_args="install-doc"
|
||||
short_desc="GIT Tree History Storage Tool"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=41682e4c13b43591b61a96b6f7a549b24863f62dfc4a917b6147c8e708e288a6
|
||||
checksum=7d293c5c0e544188d9b9ea94036cc56b39fbe045ead6f8ced00ad02a8854142d
|
||||
long_desc="
|
||||
GIT is a \"directory content manager\" designed to handle absolutely massive
|
||||
projects with speed and efficiency, and the release of the 2.6.12 (and later)
|
||||
|
@ -36,14 +36,8 @@ Add_dependency build xmlto
|
|||
Add_dependency build diffutils
|
||||
Add_dependency build python-devel
|
||||
|
||||
pre_configure()
|
||||
{
|
||||
# Use cmp(1) from diffutils.
|
||||
export PATH="/bin:/usr/bin:$PATH"
|
||||
}
|
||||
|
||||
post_build()
|
||||
{
|
||||
# Build the manpages.
|
||||
cd ${wrksrc} && make -C Documentation man
|
||||
make -C Documentation man
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue