git: update to 1.8.2.2.

This commit is contained in:
Juan RP 2013-05-05 08:47:50 +02:00
parent d1ce9a2c5e
commit 7c7d55beda

View file

@ -1,6 +1,6 @@
# Template build file for "git". # Template build file for "git".
pkgname=git pkgname=git
version=1.8.2 version=1.8.2.2
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"
@ -10,7 +10,7 @@ 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=c2f35bcefa4f62a54c4bde41cc0f1cd3ddf03e9a6bc8a79557f1683789f213e6 checksum=020de38eda302bb6e1be460f7499211948193b306beab4e1a520ffc6f7294794
hostmakedepends="xmlto>=0.0.25_2 asciidoc perl" hostmakedepends="xmlto>=0.0.25_2 asciidoc perl"
makedepends="openssl-devel libcurl-devel expat-devel python-devel" makedepends="openssl-devel libcurl-devel expat-devel python-devel"
@ -38,6 +38,7 @@ post_install() {
} }
if [ -z "$CROSS_BUILD" ]; then if [ -z "$CROSS_BUILD" ]; then
git-docs_package() { git-docs_package() {
noarch=yes noarch=yes
short_desc+=" -- documentation" short_desc+=" -- documentation"
@ -57,6 +58,7 @@ git-python_package() {
vmove "usr/lib/python*" vmove "usr/lib/python*"
} }
} }
fi # !CROSS_BUILD fi # !CROSS_BUILD
git-perl_package() { git-perl_package() {
@ -74,6 +76,6 @@ git_package() {
# Required by https:// # Required by https://
depends="ca-certificates" depends="ca-certificates"
pkg_install() { pkg_install() {
vmove usr vmove all
} }
} }