git: update to 1.7.5.

This commit is contained in:
Juan RP 2011-05-03 17:17:23 +02:00
parent 661e087880
commit c8114f8db8

View file

@ -1,13 +1,13 @@
# Template build file for 'git". # Template build file for 'git".
pkgname=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" distfiles="http://www.kernel.org/pub/software/scm/git/git-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure
configure_args="--with-curl --with-expat --without-tcltk" configure_args="--with-curl --with-expat --without-tcltk"
make_install_args="install-doc" make_install_args="install-doc"
short_desc="GIT Tree History Storage Tool" short_desc="GIT Tree History Storage Tool"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=41682e4c13b43591b61a96b6f7a549b24863f62dfc4a917b6147c8e708e288a6 checksum=7d293c5c0e544188d9b9ea94036cc56b39fbe045ead6f8ced00ad02a8854142d
long_desc=" long_desc="
GIT is a \"directory content manager\" designed to handle absolutely massive 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) 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 diffutils
Add_dependency build python-devel Add_dependency build python-devel
pre_configure()
{
# Use cmp(1) from diffutils.
export PATH="/bin:/usr/bin:$PATH"
}
post_build() post_build()
{ {
# Build the manpages. # Build the manpages.
cd ${wrksrc} && make -C Documentation man make -C Documentation man
} }