git: 1.7.11 -> 1.7.11.1

This commit is contained in:
Thomas Penteker 2012-06-22 20:39:32 +02:00
parent 432f0ee122
commit 45862a8272
3 changed files with 9 additions and 3 deletions

View File

@ -194,6 +194,7 @@ drwxr-xr-x root/root usr/lib/perl5/5.12/
drwxr-xr-x root/root usr/lib/perl5/5.12/linux-thread-multi/
drwxr-xr-x root/root usr/lib/perl5/site_perl/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.12/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.12/Error.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.12/Git.pm
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.12/Git/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.12/Git/I18N.pm
@ -388,6 +389,7 @@ drwxr-xr-x root/root usr/man/man3/
-r--r--r-- root/root usr/man/man3/Git::SVN::Memoize::YAML.3pm.gz
-r--r--r-- root/root usr/man/man3/Git::SVN::Prompt.3pm.gz
-r--r--r-- root/root usr/man/man3/Git::SVN::Ra.3pm.gz
-r--r--r-- root/root usr/man/man3/private-Error.3pm.gz
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/gitattributes.5.gz
-rw-r--r-- root/root usr/man/man5/githooks.5.gz

View File

@ -1,2 +1,2 @@
0beee35ec7d11756f51ca1d3ec5c0e16 git-1.7.11.tar.gz
f8bc2856097597c881a903ef541d3fd5 git-manpages-1.7.11.tar.gz
2c5d85ec5b6e08986d942461debc9d6b git-1.7.11.1.tar.gz
64b54174fee05ba2b33571a70d74f1c3 git-manpages-1.7.11.1.tar.gz

View File

@ -6,13 +6,17 @@
# Nice to have: tk
name=git
version=1.7.11
version=1.7.11.1
release=1
source=(https://git-core.googlecode.com/files/$name-{,manpages-}$version.tar.gz)
build() {
cd $name-$version
# install Error.pm. this pretty much sucks, but i'm too lazy to
# investigate whether there's a better way.
sed -i -e '44d' -e '46d' perl/Makefile.PL
make CFLAGS="$CFLAGS" prefix=/usr gitexecdir=/usr/lib/git-core \
INSTALLSITEMAN3DIR=/usr/man/man3 DESTDIR=$PKG install