From cb15b981f2c42bafeb57faa839699408efe4409f Mon Sep 17 00:00:00 2001 From: miqlas Date: Mon, 22 May 2017 08:14:45 +0200 Subject: [PATCH] glog: bump version (#1357) --- dev-cpp/glog/{glog-0.3.4.recipe => glog-0.3.5.recipe} | 8 ++++---- .../patches/{glog-0.3.4.patchset => glog-0.3.5.patchset} | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename dev-cpp/glog/{glog-0.3.4.recipe => glog-0.3.5.recipe} (80%) rename dev-cpp/glog/patches/{glog-0.3.4.patchset => glog-0.3.5.patchset} (100%) diff --git a/dev-cpp/glog/glog-0.3.4.recipe b/dev-cpp/glog/glog-0.3.5.recipe similarity index 80% rename from dev-cpp/glog/glog-0.3.4.recipe rename to dev-cpp/glog/glog-0.3.5.recipe index d76bf40be..2aefedb7f 100644 --- a/dev-cpp/glog/glog-0.3.4.recipe +++ b/dev-cpp/glog/glog-0.3.5.recipe @@ -1,11 +1,11 @@ SUMMARY="A C++ logging library" DESCRIPTION="Google's C++ logging library" -HOMEPAGE="https://github.com/google/glog" -COPYRIGHT="1999-2015 Google Inc." +HOMEPAGE="https://github.com/google/glog/" +COPYRIGHT="1999-2017 Google Inc." LICENSE="BSD (3-clause)" REVISION="1" -SOURCE_URI="https://github.com/google/glog/archive/v0.3.4.tar.gz" -CHECKSUM_SHA256="ce99d58dce74458f7656a68935d7a0c048fa7b4626566a71b7f4e545920ceb10" +SOURCE_URI="https://github.com/google/glog/archive/v$portVersion.tar.gz" +CHECKSUM_SHA256="7580e408a2c0b5a89ca214739978ce6ff480b5e7d8d7698a2aa92fadc484d1e0" ARCHITECTURES="!x86_gcc2 x86 x86_64" PATCHES="glog-$portVersion.patchset" diff --git a/dev-cpp/glog/patches/glog-0.3.4.patchset b/dev-cpp/glog/patches/glog-0.3.5.patchset similarity index 100% rename from dev-cpp/glog/patches/glog-0.3.4.patchset rename to dev-cpp/glog/patches/glog-0.3.5.patchset