From 735c6a98370b330b2aaa687bfd75b5d53ebc0be7 Mon Sep 17 00:00:00 2001 From: fbrosson Date: Thu, 14 Jul 2016 23:35:50 +0000 Subject: [PATCH] git: bump to 2.9.1. (#693) --- dev-vcs/git/{git-2.9.0.recipe => git-2.9.1.recipe} | 6 +++--- .../git/patches/{git-2.9.0.patchset => git-2.9.1.patchset} | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename dev-vcs/git/{git-2.9.0.recipe => git-2.9.1.recipe} (95%) rename dev-vcs/git/patches/{git-2.9.0.patchset => git-2.9.1.patchset} (99%) diff --git a/dev-vcs/git/git-2.9.0.recipe b/dev-vcs/git/git-2.9.1.recipe similarity index 95% rename from dev-vcs/git/git-2.9.0.recipe rename to dev-vcs/git/git-2.9.1.recipe index 4a7707fc0..5cc0b2a48 100644 --- a/dev-vcs/git/git-2.9.0.recipe +++ b/dev-vcs/git/git-2.9.1.recipe @@ -13,13 +13,13 @@ LICENSE="GNU GPL v2" REVISION="1" SOURCE_URI="https://www.kernel.org/pub/software/scm/git/git-$portVersion.tar.xz" -CHECKSUM_SHA256="f41fa97949948fbf49af94a43d779e072a5452c6b5039d86ffa41ebab747b409" +CHECKSUM_SHA256="e8fe60bc72c1c979feb43740b3c74fea7f8ffbe7712b71cd9734ddb9c89282a2" SOURCE_URI_2="https://www.kernel.org/pub/software/scm/git/git-manpages-$portVersion.tar.xz" -CHECKSUM_SHA256_2="dc85c1afa923fd709d651a49d0a720d50a3c248cb16c6c09517cceae88fe8445" +CHECKSUM_SHA256_2="17bd0ac02f6923e509238be066a0dd79081c420ba94ee5cecb79ef829c6631ed" SOURCE_URI_3="https://www.kernel.org/pub/software/scm/git/git-htmldocs-$portVersion.tar.xz" -CHECKSUM_SHA256_3="664dc1aa20966a91cf6b90d282bb5f93b4e4c831a32a0791f43218389ce3b955" +CHECKSUM_SHA256_3="67421138a9319cc72b0ec8295c2428daf25449eb4f76f727e0464990370afea1" PATCHES="git-$portVersion.patchset" diff --git a/dev-vcs/git/patches/git-2.9.0.patchset b/dev-vcs/git/patches/git-2.9.1.patchset similarity index 99% rename from dev-vcs/git/patches/git-2.9.0.patchset rename to dev-vcs/git/patches/git-2.9.1.patchset index e356a1fca..777a77b4e 100644 --- a/dev-vcs/git/patches/git-2.9.0.patchset +++ b/dev-vcs/git/patches/git-2.9.1.patchset @@ -75,7 +75,7 @@ Subject: Ensure config-directory exists before using it. diff --git a/config.c b/config.c -index f51c56b..ca95131 100644 +index d7ce34b..a6bd74c 100644 --- a/config.c +++ b/config.c @@ -1996,6 +1996,7 @@ int git_config_set_multivar_in_file_gently(const char *config_filename,