CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
git: updated to 1.7.0
authorJose V Beneyto <sepen@crux.nu>
Tue, 16 Feb 2010 16:42:57 +0000 (17:42 +0100)
committerJose V Beneyto <sepen@crux.nu>
Tue, 16 Feb 2010 16:43:03 +0000 (17:43 +0100)
git/.footprint
git/.md5sum
git/Pkgfile

index e9f80c9d6c119862f5ced47d7f09209812ef9c57..91efd98acd705985ab0fd5b462e4725053295294 100644 (file)
@@ -115,7 +115,10 @@ 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-remote-ftp
+-rwxr-xr-x     root/root       usr/lib/git-core/git-remote-ftps
+-rwxr-xr-x     root/root       usr/lib/git-core/git-remote-http
+-rwxr-xr-x     root/root       usr/lib/git-core/git-remote-https
 -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
@@ -167,6 +170,19 @@ drwxr-xr-x root/root       usr/lib/perl5/site_perl/5.10.0/
 drwxr-xr-x     root/root       usr/lib/perl5/site_perl/5.10.0/linux/
 drwxr-xr-x     root/root       usr/lib/perl5/site_perl/5.10.0/linux/auto/
 drwxr-xr-x     root/root       usr/lib/perl5/site_perl/5.10.0/linux/auto/Git/
+drwxr-xr-x     root/root       usr/lib/python2.6/
+drwxr-xr-x     root/root       usr/lib/python2.6/site-packages/
+-rw-r--r--     root/root       usr/lib/python2.6/site-packages/git_remote_helpers-0.1.0-py2.6.egg-info
+drwxr-xr-x     root/root       usr/lib/python2.6/site-packages/git_remote_helpers/
+-rw-r--r--     root/root       usr/lib/python2.6/site-packages/git_remote_helpers/__init__.py
+-rw-r--r--     root/root       usr/lib/python2.6/site-packages/git_remote_helpers/__init__.pyc
+drwxr-xr-x     root/root       usr/lib/python2.6/site-packages/git_remote_helpers/git/
+-rw-r--r--     root/root       usr/lib/python2.6/site-packages/git_remote_helpers/git/__init__.py (EMPTY)
+-rw-r--r--     root/root       usr/lib/python2.6/site-packages/git_remote_helpers/git/__init__.pyc
+-rw-r--r--     root/root       usr/lib/python2.6/site-packages/git_remote_helpers/git/git.py
+-rw-r--r--     root/root       usr/lib/python2.6/site-packages/git_remote_helpers/git/git.pyc
+-rw-r--r--     root/root       usr/lib/python2.6/site-packages/git_remote_helpers/util.py
+-rw-r--r--     root/root       usr/lib/python2.6/site-packages/git_remote_helpers/util.pyc
 drwxr-xr-x     root/root       usr/man/
 drwxr-xr-x     root/root       usr/man/man1/
 -rw-r--r--     root/root       usr/man/man1/git-add.1.gz
@@ -392,6 +408,7 @@ drwxr-xr-x  root/root       usr/share/git-gui/lib/msgs/
 -rw-r--r--     root/root       usr/share/git-gui/lib/sshkey.tcl
 -rw-r--r--     root/root       usr/share/git-gui/lib/status_bar.tcl
 -rw-r--r--     root/root       usr/share/git-gui/lib/tclIndex
+-rw-r--r--     root/root       usr/share/git-gui/lib/themed.tcl
 -rw-r--r--     root/root       usr/share/git-gui/lib/tools.tcl
 -rw-r--r--     root/root       usr/share/git-gui/lib/tools_dlg.tcl
 -rw-r--r--     root/root       usr/share/git-gui/lib/transport.tcl
index d0d45ce21fe2e536faac41927b7b7ecd194a3fd4..50c1d7fbc86694293566c8eed559f333b0eea585 100644 (file)
@@ -1,2 +1,2 @@
-9d254bfdae56c6fa124d8a1312a1b034  git-1.6.6.1.tar.bz2
-18cbc20056058ef4d336896f628fc3b8  git-manpages-1.6.6.1.tar.bz2
+c7553b73e2156d187ece6ba936ae30ab  git-1.7.0.tar.bz2
+1bb3b0ab6c6129d61455b0e2e7104cc8  git-manpages-1.7.0.tar.bz2
index 75929f90abb56d147dde29501c29325241e64d7c..b658c2ec3d4126e49d34365e7b80bd49f38bbab9 100644 (file)
@@ -6,7 +6,7 @@
 # Nice to have: tk
 
 name=git
-version=1.6.6.1
+version=1.7.0
 release=1
 source=(http://www.kernel.org/pub/software/scm/$name/$name-{,manpages-}$version.tar.bz2)
 
@@ -15,11 +15,12 @@ build() {
 
   # install Error.pm. this pretty much sucks but i'm too lazy to
   # investigate whether there's a better way.
-  sed -i -e '23,24d' -e '26d' perl/Makefile.PL
+  sed -i perl/Makefile.PL -e '23,24d' -e '26d'
+  sed -i Makefile -e 's|CFLAGS =|CFLAGS :=|'
 
   make CC="$CC" CFLAGS="$CFLAGS -I$CLFS/usr/include" \
        prefix=/usr gitexecdir=/usr/lib/git-core \
-       DESTDIR=$PKG install 
+       DESTDIR=$PKG install
 
   cd $SRC