From 51c03170e2396d7ae73b799f362165e937cb548c Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Tue, 7 Nov 2017 21:12:43 +0100 Subject: [PATCH] expat: bump version. --- .../expat/{expat-2.2.4.recipe => expat-2.2.5.recipe} | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) rename dev-libs/expat/{expat-2.2.4.recipe => expat-2.2.5.recipe} (85%) diff --git a/dev-libs/expat/expat-2.2.4.recipe b/dev-libs/expat/expat-2.2.5.recipe similarity index 85% rename from dev-libs/expat/expat-2.2.4.recipe rename to dev-libs/expat/expat-2.2.5.recipe index b7c14797d..df04e3db1 100644 --- a/dev-libs/expat/expat-2.2.4.recipe +++ b/dev-libs/expat/expat-2.2.5.recipe @@ -8,14 +8,14 @@ COPYRIGHT="1998-2000 Thai Open Source Software Center Ltd and Clark Cooper LICENSE="MIT" REVISION="1" SOURCE_URI="http://downloads.sf.net/expat/expat-$portVersion.tar.bz2" -CHECKSUM_SHA256="03ad85db965f8ab2d27328abcf0bc5571af6ec0a414874b2066ee3fdd372019e" +CHECKSUM_SHA256="d9dc32efba7e74f788fcc4f212a43216fc37cf5f23f4c2339664d473353aedf6" ARCHITECTURES="!x86_gcc2 x86 x86_64 ?arm" SECONDARY_ARCHITECTURES="x86" PROVIDES=" expat$secondaryArchSuffix = $portVersion compat >= 2.2 - lib:libexpat$secondaryArchSuffix = 1.6.5 compat >= 1 + lib:libexpat$secondaryArchSuffix = 1.6.7 compat >= 1 " if [ -z "$secondaryArchSuffix" ]; then PROVIDES="$PROVIDES @@ -29,7 +29,7 @@ REQUIRES=" PROVIDES_devel=" expat${secondaryArchSuffix}_devel = $portVersion - devel:libexpat$secondaryArchSuffix = 1.6.5 compat >= 1 + devel:libexpat$secondaryArchSuffix = 1.6.7 compat >= 1 " REQUIRES_devel=" expat$secondaryArchSuffix == $portVersion base @@ -41,6 +41,7 @@ BUILD_REQUIRES=" BUILD_PREREQUIRES=" cmd:aclocal cmd:autoconf + cmd:automake cmd:gcc$secondaryArchSuffix cmd:ld$secondaryArchSuffix cmd:libtoolize$secondaryArchSuffix @@ -49,9 +50,7 @@ BUILD_PREREQUIRES=" BUILD() { - libtoolize --force --copy --install - aclocal -I conftools -I m4 - autoconf + autoreconf -fi runConfigure ./configure make $jobArgs }