From 66ed11bd7ce6cf9f7d0673bb792f245b943107c7 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Fri, 3 Jun 2016 23:46:11 +0200 Subject: [PATCH] git: bump version. --- dev-vcs/git/{git-2.8.0.recipe => git-2.8.3.recipe} | 12 ++++++------ .../{git-2.8.0.patchset => git-2.8.3.patchset} | 0 2 files changed, 6 insertions(+), 6 deletions(-) rename dev-vcs/git/{git-2.8.0.recipe => git-2.8.3.recipe} (95%) rename dev-vcs/git/patches/{git-2.8.0.patchset => git-2.8.3.patchset} (100%) diff --git a/dev-vcs/git/git-2.8.0.recipe b/dev-vcs/git/git-2.8.3.recipe similarity index 95% rename from dev-vcs/git/git-2.8.0.recipe rename to dev-vcs/git/git-2.8.3.recipe index de750c5d9..eea92f0f5 100644 --- a/dev-vcs/git/git-2.8.0.recipe +++ b/dev-vcs/git/git-2.8.3.recipe @@ -8,20 +8,20 @@ It outclasses SCM tools like Subversion, CVS, Perforce, and ClearCase with \ features like cheap local branching, convenient staging areas, and multiple \ workflows." HOMEPAGE="http://git-scm.com/" -LICENSE="GNU GPL v2" COPYRIGHT="2005-2016 Git Authors (see git web site for list)" +LICENSE="GNU GPL v2" +REVISION="1" SOURCE_URI="https://www.kernel.org/pub/software/scm/git/git-$portVersion.tar.xz" -CHECKSUM_SHA256="9a099a4f1e68c0446800f0c538ce7d5d24bd5b4ee5d559317600cd407a59e74c" -PATCHES="git-$portVersion.patchset" +CHECKSUM_SHA256="7d8e6c274a88b4a73b3c98c70d3438ec12871300ce8bb4ca179ea19fcf74aa91" SOURCE_URI_2="https://www.kernel.org/pub/software/scm/git/git-manpages-$portVersion.tar.xz" -CHECKSUM_SHA256_2="2945558be9e16de71a67f00fe3f6bdd8ca24977389a86ef9a077ce73612fb353" +CHECKSUM_SHA256_2="9d25e10c2bc327fdc59820bb00075799487095059d652fb32fea1cdb3a898bc6" SOURCE_URI_3="https://www.kernel.org/pub/software/scm/git/git-htmldocs-$portVersion.tar.xz" -CHECKSUM_SHA256_3="515bee47dbb1f1c345eae394e14f82009865529aaf0c201301defee32512a7c6" +CHECKSUM_SHA256_3="df9aa1f374ca49dd65f47a8bb1498c11567d963e30cf00e097aa89c495d3ccde" -REVISION="2" +PATCHES="git-$portVersion.patchset" ARCHITECTURES="x86_gcc2 x86 x86_64" diff --git a/dev-vcs/git/patches/git-2.8.0.patchset b/dev-vcs/git/patches/git-2.8.3.patchset similarity index 100% rename from dev-vcs/git/patches/git-2.8.0.patchset rename to dev-vcs/git/patches/git-2.8.3.patchset