summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-05 20:37:11 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-05 20:37:11 +0100
commita1fda4eab52e181e36df472ed516fc88b6d48b77 (patch)
tree71411ddeeed3531501e7c8af92ed4351bef5a99f
parentdd5c8c7e2b80765d48d739143266b20cfc244237 (diff)
downloadnutyx-pakxe-a1fda4eab52e181e36df472ed516fc88b6d48b77.tar.gz
nutyx-pakxe-a1fda4eab52e181e36df472ed516fc88b6d48b77.tar.bz2
nutyx-pakxe-a1fda4eab52e181e36df472ed516fc88b6d48b77.tar.xz
nutyx-pakxe-a1fda4eab52e181e36df472ed516fc88b6d48b77.zip
maj git#1.6.5.4-1
-rw-r--r--base/git/.footprint4
-rw-r--r--base/git/.md5sum4
-rw-r--r--base/git/Pkgfile4
3 files changed, 8 insertions, 4 deletions
diff --git a/base/git/.footprint b/base/git/.footprint
index a42fdaaec..0f0b8d750 100644
--- a/base/git/.footprint
+++ b/base/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
@@ -328,8 +330,10 @@ drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/git-receive-pack.1.gz
-rw-r--r-- root/root usr/share/man/man1/git-reflog.1.gz
-rw-r--r-- root/root usr/share/man/man1/git-relink.1.gz
+-rw-r--r-- root/root usr/share/man/man1/git-remote-helpers.1.gz
-rw-r--r-- root/root usr/share/man/man1/git-remote.1.gz
-rw-r--r-- root/root usr/share/man/man1/git-repack.1.gz
+-rw-r--r-- root/root usr/share/man/man1/git-replace.1.gz
-rw-r--r-- root/root usr/share/man/man1/git-repo-config.1.gz
-rw-r--r-- root/root usr/share/man/man1/git-request-pull.1.gz
-rw-r--r-- root/root usr/share/man/man1/git-rerere.1.gz
diff --git a/base/git/.md5sum b/base/git/.md5sum
index 93e8ce211..83ab30925 100644
--- a/base/git/.md5sum
+++ b/base/git/.md5sum
@@ -1,2 +1,2 @@
-05c41dc84eae47e3d4fe5b3dee9cc73c git-1.6.4.2.tar.bz2
-e2bc0cfadb3ba76daee69bfb6dd299ad git-manpages-1.6.4.2.tar.bz2
+1c214e8175e8dd372618ecf3d76448f5 git-1.6.5.4.tar.bz2
+513390db5f38534f5f2459202a8feccc git-manpages-1.6.5.4.tar.bz2
diff --git a/base/git/Pkgfile b/base/git/Pkgfile
index 1121826c4..94ca98de1 100644
--- a/base/git/Pkgfile
+++ b/base/git/Pkgfile
@@ -6,14 +6,14 @@
# Nice to have: tk
name=git
-version=1.6.4.2
+version=1.6.5.4
release=1
source=(http://www.kernel.org/pub/software/scm/$name/$name-{,manpages-}$version.tar.bz2)
build() {
cd $name-$version
- 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