From 702129e1e0f18bc2325513ac26cfab52f491879f Mon Sep 17 00:00:00 2001 From: Thomas Penteker Date: Fri, 24 Aug 2012 15:33:13 +0200 Subject: [PATCH] git: 1.7.11.5 -> 1.7.12 --- git/.footprint | 9 +++++++++ git/.md5sum | 4 ++-- git/Pkgfile | 4 ++-- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/git/.footprint b/git/.footprint index ad23313f8..c60d1e4eb 100644 --- a/git/.footprint +++ b/git/.footprint @@ -37,6 +37,7 @@ drwxr-xr-x root/root usr/lib/git-core/ -rwxr-xr-x root/root usr/lib/git-core/git-commit-tree -rwxr-xr-x root/root usr/lib/git-core/git-config -rwxr-xr-x root/root usr/lib/git-core/git-count-objects +-rwxr-xr-x root/root usr/lib/git-core/git-credential -rwxr-xr-x root/root usr/lib/git-core/git-credential-cache -rwxr-xr-x root/root usr/lib/git-core/git-credential-cache--daemon -rwxr-xr-x root/root usr/lib/git-core/git-credential-store @@ -198,13 +199,19 @@ drwxr-xr-x root/root usr/lib/perl5/site_perl/5.12/ -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 +-r--r--r-- root/root usr/lib/perl5/site_perl/5.12/Git/IndexInfo.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.12/Git/SVN.pm drwxr-xr-x root/root usr/lib/perl5/site_perl/5.12/Git/SVN/ -r--r--r-- root/root usr/lib/perl5/site_perl/5.12/Git/SVN/Editor.pm -r--r--r-- root/root usr/lib/perl5/site_perl/5.12/Git/SVN/Fetcher.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.12/Git/SVN/GlobSpec.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.12/Git/SVN/Log.pm drwxr-xr-x root/root usr/lib/perl5/site_perl/5.12/Git/SVN/Memoize/ -r--r--r-- root/root usr/lib/perl5/site_perl/5.12/Git/SVN/Memoize/YAML.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.12/Git/SVN/Migration.pm -r--r--r-- root/root usr/lib/perl5/site_perl/5.12/Git/SVN/Prompt.pm -r--r--r-- root/root usr/lib/perl5/site_perl/5.12/Git/SVN/Ra.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.12/Git/SVN/Utils.pm drwxr-xr-x root/root usr/lib/perl5/site_perl/5.12/linux-thread-multi/ drwxr-xr-x root/root usr/lib/perl5/site_perl/5.12/linux-thread-multi/auto/ drwxr-xr-x root/root usr/lib/perl5/site_perl/5.12/linux-thread-multi/auto/Git/ @@ -259,6 +266,7 @@ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/git-credential-cache--daemon.1.gz -rw-r--r-- root/root usr/man/man1/git-credential-cache.1.gz -rw-r--r-- root/root usr/man/man1/git-credential-store.1.gz +-rw-r--r-- root/root usr/man/man1/git-credential.1.gz -rw-r--r-- root/root usr/man/man1/git-cvsexportcommit.1.gz -rw-r--r-- root/root usr/man/man1/git-cvsimport.1.gz -rw-r--r-- root/root usr/man/man1/git-cvsserver.1.gz @@ -389,6 +397,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/Git::SVN::Utils.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 diff --git a/git/.md5sum b/git/.md5sum index 8071e466d..f1dbad270 100644 --- a/git/.md5sum +++ b/git/.md5sum @@ -1,2 +1,2 @@ -9985d35c11531d546426ebefb327c847 git-1.7.11.5.tar.gz -f08a5a60e57f00399bbd384cfd7791f3 git-manpages-1.7.11.5.tar.gz +ceb1a6b17a3e33bbc70eadf8fce5876c git-1.7.12.tar.gz +0070ad185cfc29da545abe35ba8862e7 git-manpages-1.7.12.tar.gz diff --git a/git/Pkgfile b/git/Pkgfile index 98849b0d9..5b4493fe0 100644 --- a/git/Pkgfile +++ b/git/Pkgfile @@ -6,7 +6,7 @@ # Nice to have: tk name=git -version=1.7.11.5 +version=1.7.12 release=1 source=(https://git-core.googlecode.com/files/$name-{,manpages-}$version.tar.gz) @@ -15,7 +15,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 '44d' -e '46d' perl/Makefile.PL + sed -i -e '47d' -e '49d' perl/Makefile.PL make CFLAGS="$CFLAGS" prefix=/usr gitexecdir=/usr/lib/git-core \ INSTALLSITEMAN3DIR=/usr/man/man3 DESTDIR=$PKG install