summaryrefslogtreecommitdiff
path: root/git
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@crux.nu>2009-11-15 13:35:44 +0100
committerTilman Sauerbeck <tilman@crux.nu>2009-11-15 14:44:00 +0100
commit6139f294651bb9d118dd7ce331ce1ad3d9bbffe1 (patch)
tree5343705894b1f46f0e1dad4a2db4539b96c46024 /git
parent35958978bdd3b0bcad68427fa4ac01c60a6b8779 (diff)
downloadopt-6139f294651bb9d118dd7ce331ce1ad3d9bbffe1.tar.gz
opt-6139f294651bb9d118dd7ce331ce1ad3d9bbffe1.tar.xz
git: updated to 1.6.5.2.
Diffstat (limited to 'git')
-rw-r--r--git/.footprint4
-rw-r--r--git/.md5sum4
-rw-r--r--git/Pkgfile4
3 files changed, 8 insertions, 4 deletions
diff --git a/git/.footprint b/git/.footprint
index adf88c64c..905e47bac 100644
--- a/git/.footprint
+++ b/git/.footprint
@@ -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
diff --git a/git/.md5sum b/git/.md5sum
index 4912ce74d..d5c9249b9 100644
--- a/git/.md5sum
+++ b/git/.md5sum
@@ -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
diff --git a/git/Pkgfile b/git/Pkgfile
index 64924cf37..d1b9166ff 100644
--- a/git/Pkgfile
+++ b/git/Pkgfile
@@ -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

Generated by cgit