From c8ca8f1808c2804d1a7207a937eb483a73517d72 Mon Sep 17 00:00:00 2001 From: fbrosson Date: Sun, 21 Oct 2018 23:22:15 +0000 Subject: [PATCH] HarfBuzz: bump to 2.0.2. --- .../harfbuzz/{harfbuzz-2.0.0.recipe => harfbuzz-2.0.2.recipe} | 4 ++-- .../{harfbuzz-2.0.0.patchset => harfbuzz-2.0.2.patchset} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename media-libs/harfbuzz/{harfbuzz-2.0.0.recipe => harfbuzz-2.0.2.recipe} (97%) rename media-libs/harfbuzz/patches/{harfbuzz-2.0.0.patchset => harfbuzz-2.0.2.patchset} (100%) diff --git a/media-libs/harfbuzz/harfbuzz-2.0.0.recipe b/media-libs/harfbuzz/harfbuzz-2.0.2.recipe similarity index 97% rename from media-libs/harfbuzz/harfbuzz-2.0.0.recipe rename to media-libs/harfbuzz/harfbuzz-2.0.2.recipe index 7dc0d9208..5342d319c 100644 --- a/media-libs/harfbuzz/harfbuzz-2.0.0.recipe +++ b/media-libs/harfbuzz/harfbuzz-2.0.2.recipe @@ -18,7 +18,7 @@ COPYRIGHT="2004-2018 Behdad Esfahbod LICENSE="MIT" REVISION="1" SOURCE_URI="https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-$portVersion.tar.bz2" -CHECKSUM_SHA256="cc973f6839c4ce6425889d24f81fc23736cc97334bde0343c08a9c2ccc1d8965" +CHECKSUM_SHA256="f6de6c9dc89a56909227ac3e3dc9b18924a0837936ffd9633d13e981bcbd96e0" PATCHES="harfbuzz-$portVersion.patchset" ARCHITECTURES="!x86_gcc2 x86 x86_64" @@ -31,7 +31,7 @@ if [ "$targetArchitecture" = x86_gcc2 ]; then commandBinDir=$prefix/bin fi -libVersion="0.20000.0" +libVersion="0.20000.2" libVersionCompat="$libVersion compat >= ${libVersion%%.*}" PROVIDES=" diff --git a/media-libs/harfbuzz/patches/harfbuzz-2.0.0.patchset b/media-libs/harfbuzz/patches/harfbuzz-2.0.2.patchset similarity index 100% rename from media-libs/harfbuzz/patches/harfbuzz-2.0.0.patchset rename to media-libs/harfbuzz/patches/harfbuzz-2.0.2.patchset