git: update to 1.8.4.3.

This commit is contained in:
Juan RP 2013-12-02 10:35:57 +01:00
parent f778ae3123
commit 3738b06462

View file

@ -1,44 +1,30 @@
# Template build file for "git". # Template build file for "git".
pkgname=git pkgname=git
version=1.8.4.1 version=1.8.4.3
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-curl --with-expat --without-tcltk" configure_args="--with-curl --with-expat --without-tcltk
ac_cv_fread_reads_directories=no ac_cv_snprintf_returns_bogus=no"
make_install_args="NO_INSTALL_HARDLINKS=1" make_install_args="NO_INSTALL_HARDLINKS=1"
hostmakedepends="xmlto>=0.0.25_2 asciidoc perl"
makedepends="openssl-devel libcurl-devel expat-devel python-devel"
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>"
homepage="http://git-scm.com/" homepage="http://git-scm.com/"
license="GPL-2" license="GPL-2"
distfiles="http://git-core.googlecode.com/files/git-$version.tar.gz" distfiles="http://git-core.googlecode.com/files/git-$version.tar.gz"
checksum=f05c513a4a1d9d1ca1182ff43cfbccc1e8da0120f781aca415a5e3e1132451d3 checksum=0a78fa71465e58e07d003dc5a575b606fe02b5e7cd5b509d83a44926606fcb21
hostmakedepends="xmlto>=0.0.25_2 asciidoc perl"
makedepends="openssl-devel libcurl-devel expat-devel python-devel"
if [ "$CROSS_BUILD" ]; then
configure_args+=" --without-python
ac_cv_fread_reads_directories=no
ac_cv_snprintf_returns_bogus=no"
hostmakedepends="perl"
makedepends="openssl-devel libcurl-devel expat-devel"
fi
post_build() { post_build() {
if [ -z "$CROSS_BUILD" ]; then make ${makejobs} -C Documentation man
make ${makejobs} -C Documentation man
fi
} }
post_install() { post_install() {
if [ -z "$CROSS_BUILD" ]; then make NO_INSTALL_HARDLINKS=1 DESTDIR=${DESTDIR} install-doc
make NO_INSTALL_HARDLINKS=1 DESTDIR=${DESTDIR} install-doc
fi
vinstall contrib/completion/git-completion.bash 644 \ vinstall contrib/completion/git-completion.bash 644 \
usr/share/bash-completion/completions git usr/share/bash-completion/completions git
} }
if [ -z "$CROSS_BUILD" ]; then
git-docs_package() { git-docs_package() {
noarch=yes noarch=yes
short_desc+=" - documentation" short_desc+=" - documentation"
@ -59,8 +45,6 @@ git-python_package() {
} }
} }
fi # !CROSS_BUILD
git-perl_package() { git-perl_package() {
noarch=yes noarch=yes
depends="git perl" depends="git perl"