From 5fd08dbb8494905305fdbf191635f59361c863f5 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Tue, 26 Jul 2016 05:57:46 +0000 Subject: [PATCH] harfbuzz: bump version. * autoreconf is needed. --- .../{harfbuzz-1.2.7.recipe => harfbuzz-1.3.0.recipe} | 11 ++++++----- ...arfbuzz-1.2.7.patchset => harfbuzz-1.3.0.patchset} | 0 2 files changed, 6 insertions(+), 5 deletions(-) rename media-libs/harfbuzz/{harfbuzz-1.2.7.recipe => harfbuzz-1.3.0.recipe} (88%) rename media-libs/harfbuzz/patches/{harfbuzz-1.2.7.patchset => harfbuzz-1.3.0.patchset} (100%) diff --git a/media-libs/harfbuzz/harfbuzz-1.2.7.recipe b/media-libs/harfbuzz/harfbuzz-1.3.0.recipe similarity index 88% rename from media-libs/harfbuzz/harfbuzz-1.2.7.recipe rename to media-libs/harfbuzz/harfbuzz-1.3.0.recipe index 593c68a2c..87de14522 100644 --- a/media-libs/harfbuzz/harfbuzz-1.2.7.recipe +++ b/media-libs/harfbuzz/harfbuzz-1.3.0.recipe @@ -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="bba0600ae08b84384e6d2d7175bea10b5fc246c4583dc841498d01894d479026" +CHECKSUM_SHA256="b04be31633efee2cae1d62d46434587302554fa837224845a62565ec68a0334d" 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.10200.7 compat >= 0 - lib:libharfbuzz_icu$secondaryArchSuffix = 0.10200.7 compat >= 0 + lib:libharfbuzz$secondaryArchSuffix = 0.10300.0 compat >= 0 + lib:libharfbuzz_icu$secondaryArchSuffix = 0.10300.0 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.10200.7 compat >= 0 - devel:libharfbuzz_icu$secondaryArchSuffix = 0.10200.7 compat >= 0 + devel:libharfbuzz$secondaryArchSuffix = 0.10300.0 compat >= 0 + devel:libharfbuzz_icu$secondaryArchSuffix = 0.10300.0 compat >= 0 " REQUIRES_devel=" harfbuzz$secondaryArchSuffix == $portVersion base @@ -90,6 +90,7 @@ BUILD_PREREQUIRES=" BUILD() { + autoreconf -fi runConfigure --omit-dirs binDir ./configure --bindir=$commandBinDir \ --with-graphite2=yes --with-icu make $jobArgs diff --git a/media-libs/harfbuzz/patches/harfbuzz-1.2.7.patchset b/media-libs/harfbuzz/patches/harfbuzz-1.3.0.patchset similarity index 100% rename from media-libs/harfbuzz/patches/harfbuzz-1.2.7.patchset rename to media-libs/harfbuzz/patches/harfbuzz-1.3.0.patchset