Bump revision after openssl abi_depends update.

--HG--
extra : convert_revision : 959459dfd308499581def2c41d978adca81bda77
This commit is contained in:
Juan RP
2010-04-09 18:29:18 +02:00
parent ffca0c4960
commit d020e43ac9
32 changed files with 87 additions and 16 deletions

View File

@@ -1,6 +1,7 @@
# Template build file for 'git".
pkgname=git
version=1.7.0.3
revision=1
distfiles="http://www.kernel.org/pub/software/scm/git/git-$version.tar.bz2"
build_style=gnu_configure
configure_args="--with-shell=/bin/sh --with-curl --with-expat --without-tcltk"
@@ -32,3 +33,9 @@ Add_dependency build expat-devel
Add_dependency build openssl-devel
Add_dependency build asciidoc
Add_dependency build xmlto
post_build()
{
# Build the manpages.
cd ${wrksrc} && make -C Documentation man
}