From 1b4ba24f835a6506c8c0e103cb3f0b388b163091 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Tue, 9 Feb 2016 19:52:02 +0000 Subject: [PATCH] sparsehash: bump version. --- ...sparsehash-2.0.2.patchset => sparsehash-2.0.3.patchset} | 0 .../{sparsehash-2.0.2.recipe => sparsehash-2.0.3.recipe} | 7 ++++--- 2 files changed, 4 insertions(+), 3 deletions(-) rename dev-cpp/sparsehash/patches/{sparsehash-2.0.2.patchset => sparsehash-2.0.3.patchset} (100%) rename dev-cpp/sparsehash/{sparsehash-2.0.2.recipe => sparsehash-2.0.3.recipe} (75%) diff --git a/dev-cpp/sparsehash/patches/sparsehash-2.0.2.patchset b/dev-cpp/sparsehash/patches/sparsehash-2.0.3.patchset similarity index 100% rename from dev-cpp/sparsehash/patches/sparsehash-2.0.2.patchset rename to dev-cpp/sparsehash/patches/sparsehash-2.0.3.patchset diff --git a/dev-cpp/sparsehash/sparsehash-2.0.2.recipe b/dev-cpp/sparsehash/sparsehash-2.0.3.recipe similarity index 75% rename from dev-cpp/sparsehash/sparsehash-2.0.2.recipe rename to dev-cpp/sparsehash/sparsehash-2.0.3.recipe index 030f84e12..9f7bdb85f 100644 --- a/dev-cpp/sparsehash/sparsehash-2.0.2.recipe +++ b/dev-cpp/sparsehash/sparsehash-2.0.3.recipe @@ -1,9 +1,10 @@ SUMMARY="A YAML parser and emitter in C++" DESCRIPTION="yaml-cpp is a YAML parser and emitter in C++ matching the YAML \ 1.2 spec." -HOMEPAGE="http://code.google.com/p/sparsehash" -SOURCE_URI="https://sparsehash.googlecode.com/files/sparsehash-$portVersion.tar.gz" -CHECKSUM_SHA256="2ed639a7155607c097c2029af5f4287296595080b2e5dd2e2ebd9bbb7450b87c" +HOMEPAGE="https://github.com/sparsehash/sparsehash/" +SOURCE_URI="https://github.com/sparsehash/sparsehash/archive/sparsehash-$portVersion.tar.gz" +CHECKSUM_SHA256="05e986a5c7327796dad742182b2d10805a8d4f511ad090da0490f146c1ff7a8c" +SOURCE_DIR="sparsehash-sparsehash-$portVersion" REVISION="1" LICENSE="BSD (2-clause)" COPYRIGHT="2008 Jesse Beder"