git: updated to 1.6.5.2.

This commit is contained in:
Tilman Sauerbeck 2009-11-15 13:35:44 +01:00
parent 35958978bd
commit 6139f29465
3 changed files with 8 additions and 4 deletions

View File

@ -114,7 +114,9 @@ drwxr-xr-x root/root usr/lib/git-core/
-rwxr-xr-x root/root usr/lib/git-core/git-reflog
-rwxr-xr-x root/root usr/lib/git-core/git-relink
-rwxr-xr-x root/root usr/lib/git-core/git-remote
-rwxr-xr-x root/root usr/lib/git-core/git-remote-curl
-rwxr-xr-x root/root usr/lib/git-core/git-repack
-rwxr-xr-x root/root usr/lib/git-core/git-replace
-rwxr-xr-x root/root usr/lib/git-core/git-repo-config
-rwxr-xr-x root/root usr/lib/git-core/git-request-pull
-rwxr-xr-x root/root usr/lib/git-core/git-rerere
@ -258,8 +260,10 @@ drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/git-receive-pack.1.gz
-rw-r--r-- root/root usr/man/man1/git-reflog.1.gz
-rw-r--r-- root/root usr/man/man1/git-relink.1.gz
-rw-r--r-- root/root usr/man/man1/git-remote-helpers.1.gz
-rw-r--r-- root/root usr/man/man1/git-remote.1.gz
-rw-r--r-- root/root usr/man/man1/git-repack.1.gz
-rw-r--r-- root/root usr/man/man1/git-replace.1.gz
-rw-r--r-- root/root usr/man/man1/git-repo-config.1.gz
-rw-r--r-- root/root usr/man/man1/git-request-pull.1.gz
-rw-r--r-- root/root usr/man/man1/git-rerere.1.gz

View File

@ -1,2 +1,2 @@
b150352782998ca1f84185e6af53ec26 git-1.6.4.4.tar.bz2
5ee880f408f1299d541c273fb7e3c1db git-manpages-1.6.4.4.tar.bz2
99708c449b23433136dbdfa38bd16d80 git-1.6.5.2.tar.bz2
e4c20bd92b7ec187a421c045ae99978a git-manpages-1.6.5.2.tar.bz2

View File

@ -5,7 +5,7 @@
# Nice to have: tk
name=git
version=1.6.4.4
version=1.6.5.2
release=1
source=(http://www.kernel.org/pub/software/scm/$name/$name-{,manpages-}$version.tar.bz2)
@ -14,7 +14,7 @@ build() {
# install Error.pm. this pretty much sucks, but i'm too lazy to
# investigate whether there's a better way.
sed -i -e '15,16d' -e '18d' perl/Makefile.PL
sed -i -e '23,24d' -e '26d' perl/Makefile.PL
make CFLAGS="$CFLAGS" prefix=/usr gitexecdir=/usr/lib/git-core \
DESTDIR=$PKG install