From e864e629fef5bcac0f2cf69df5d72b28559d1777 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Fri, 29 Nov 2019 20:14:36 +0100 Subject: [PATCH] hamlib: bump version. --- .../{hamlib-3.1.recipe => hamlib-3.3.recipe} | 17 ++++++++--------- ...{hamlib-3.1.patchset => hamlib-3.3.patchset} | 0 2 files changed, 8 insertions(+), 9 deletions(-) rename media-libs/hamlib/{hamlib-3.1.recipe => hamlib-3.3.recipe} (81%) rename media-libs/hamlib/patches/{hamlib-3.1.patchset => hamlib-3.3.patchset} (100%) diff --git a/media-libs/hamlib/hamlib-3.1.recipe b/media-libs/hamlib/hamlib-3.3.recipe similarity index 81% rename from media-libs/hamlib/hamlib-3.1.recipe rename to media-libs/hamlib/hamlib-3.3.recipe index 816ec5153..8285fd6fd 100644 --- a/media-libs/hamlib/hamlib-3.1.recipe +++ b/media-libs/hamlib/hamlib-3.3.recipe @@ -15,11 +15,11 @@ LICENSE="GNU LGPL v2 GNU GPL v2" REVISION="1" SOURCE_URI="https://sourceforge.net/projects/hamlib/files/hamlib/$portVersion/hamlib-$portVersion.tar.gz" -CHECKSUM_SHA256="682304c3e88ff6ccfd6a5fc28b33bcc95d2d0a54321973fef015ff62570c994e" +CHECKSUM_SHA256="c90b53949c767f049733b442cd6e0a48648b55d99d4df5ef3f852d985f45e880" PATCHES="hamlib-$portVersion.patchset" -ARCHITECTURES="?x86_gcc2 ?x86 x86_64" -SECONDARY_ARCHITECTURES="?x86_gcc2 ?x86" +ARCHITECTURES="!x86_gcc2 ?x86 x86_64" +SECONDARY_ARCHITECTURES="x86" PROVIDES=" hamlib$secondaryArchSuffix = $portVersion compat >= 3 @@ -30,8 +30,8 @@ PROVIDES=" cmd:rigswr$secondaryArchSuffix cmd:rotctl$secondaryArchSuffix cmd:rotctld$secondaryArchSuffix - lib:libhamlib$secondaryArchSuffix = 2.1.1 compat >= 2 - lib:libhamlib++$secondaryArchSuffix = 2.1.1 compat >= 2 + lib:libhamlib$secondaryArchSuffix = 2.1.3 compat >= 2 + lib:libhamlib++$secondaryArchSuffix = 2.1.3 compat >= 2 " REQUIRES=" haiku$secondaryArchSuffix @@ -41,8 +41,8 @@ REQUIRES=" PROVIDES_devel=" hamlib${secondaryArchSuffix}_devel = $portVersion compat >= 3 - devel:libhamlib$secondaryArchSuffix = 2.1.1 compat >= 2 - devel:libhamlib++$secondaryArchSuffix = 2.1.1 compat >= 2 + devel:libhamlib$secondaryArchSuffix = 2.1.3 compat >= 2 + devel:libhamlib++$secondaryArchSuffix = 2.1.3 compat >= 2 " REQUIRES_devel=" hamlib$secondaryArchSuffix == $portVersion base @@ -75,8 +75,7 @@ INSTALL() { make install - # remove libtool files - rm $libDir/libhamlib*.la + rm $libDir/libhamlib*.la $libDir/libhamlib*.a prepareInstalledDevelLibs libhamlib++ libhamlib fixPkgconfig diff --git a/media-libs/hamlib/patches/hamlib-3.1.patchset b/media-libs/hamlib/patches/hamlib-3.3.patchset similarity index 100% rename from media-libs/hamlib/patches/hamlib-3.1.patchset rename to media-libs/hamlib/patches/hamlib-3.3.patchset