git: 1.7.11.5 -> 1.7.12
This commit is contained in:
parent
0fabb21f9c
commit
702129e1e0
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user