From 2729d2b7e248e7ca4e43b45cf26652ccac31025f Mon Sep 17 00:00:00 2001 From: fbrosson Date: Sun, 8 Jan 2017 06:31:33 +0000 Subject: [PATCH] harfbuzz: bump to 1.4.1. --- .../{harfbuzz-1.3.4.recipe => harfbuzz-1.4.1.recipe} | 12 ++++++------ ...rfbuzz-1.3.4.patchset => harfbuzz-1.4.1.patchset} | 0 2 files changed, 6 insertions(+), 6 deletions(-) rename media-libs/harfbuzz/{harfbuzz-1.3.4.recipe => harfbuzz-1.4.1.recipe} (87%) rename media-libs/harfbuzz/patches/{harfbuzz-1.3.4.patchset => harfbuzz-1.4.1.patchset} (100%) diff --git a/media-libs/harfbuzz/harfbuzz-1.3.4.recipe b/media-libs/harfbuzz/harfbuzz-1.4.1.recipe similarity index 87% rename from media-libs/harfbuzz/harfbuzz-1.3.4.recipe rename to media-libs/harfbuzz/harfbuzz-1.4.1.recipe index 1d4fc3395..e6c4b61f7 100644 --- a/media-libs/harfbuzz/harfbuzz-1.3.4.recipe +++ b/media-libs/harfbuzz/harfbuzz-1.4.1.recipe @@ -2,7 +2,7 @@ SUMMARY="An OpenType text shaping engine" DESCRIPTION="HarfBuzz is an OpenType text shaping engine. It is used to \ layout complex text such as the Indic and Arabic alphabets." HOMEPAGE="https://www.freedesktop.org/wiki/Software/HarfBuzz/" -COPYRIGHT="2004-2016 Behdad Esfahbod +COPYRIGHT="2004-2017 Behdad Esfahbod 2000-2005 Owen Taylor 2013, 2015-2016 Khaled Hosny 2010,2011,2012 Google, Inc. @@ -18,7 +18,7 @@ COPYRIGHT="2004-2016 Behdad Esfahbod LICENSE="MIT" REVISION="1" SOURCE_URI="https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-$portVersion.tar.bz2" -CHECKSUM_SHA256="718aa6fcadef1a6548315b8cfe42cc27e926256302c337f42df3a443843f6a2b" +CHECKSUM_SHA256="85a27fab639a1d651737dcb6b69e4101e3fd09522fdfdcb793df810b5cb315bd" PATCHES="harfbuzz-$portVersion.patchset" ARCHITECTURES="!x86_gcc2 x86 x86_64" @@ -34,8 +34,8 @@ fi PROVIDES=" harfbuzz$secondaryArchSuffix = $portVersion compat >= 0.9 - lib:libharfbuzz$secondaryArchSuffix = 0.10304.0 compat >= 0 - lib:libharfbuzz_icu$secondaryArchSuffix = 0.10304.0 compat >= 0 + lib:libharfbuzz$secondaryArchSuffix = 0.10400.1 compat >= 0 + lib:libharfbuzz_icu$secondaryArchSuffix = 0.10400.1 compat >= 0 cmd:hb_ot_shape_closure$commandSuffix cmd:hb_shape$commandSuffix " @@ -54,8 +54,8 @@ REQUIRES=" PROVIDES_devel=" harfbuzz${secondaryArchSuffix}_devel = $portVersion compat >= 0.9 - devel:libharfbuzz$secondaryArchSuffix = 0.10304.0 compat >= 0 - devel:libharfbuzz_icu$secondaryArchSuffix = 0.10304.0 compat >= 0 + devel:libharfbuzz$secondaryArchSuffix = 0.10400.1 compat >= 0 + devel:libharfbuzz_icu$secondaryArchSuffix = 0.10400.1 compat >= 0 " REQUIRES_devel=" harfbuzz$secondaryArchSuffix == $portVersion base diff --git a/media-libs/harfbuzz/patches/harfbuzz-1.3.4.patchset b/media-libs/harfbuzz/patches/harfbuzz-1.4.1.patchset similarity index 100% rename from media-libs/harfbuzz/patches/harfbuzz-1.3.4.patchset rename to media-libs/harfbuzz/patches/harfbuzz-1.4.1.patchset