From 8227e04efe5638032177440e6574fcdbc5ec7889 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Sun, 5 Mar 2017 21:57:35 +0100 Subject: [PATCH] libupnp: bump version. * remove libtool files. --- .../{libupnp-1.6.19.recipe => libupnp-1.6.21.recipe} | 8 +++++--- .../{libupnp-1.6.19.patchset => libupnp-1.6.21.patchset} | 0 2 files changed, 5 insertions(+), 3 deletions(-) rename net-libs/libupnp/{libupnp-1.6.19.recipe => libupnp-1.6.21.recipe} (89%) rename net-libs/libupnp/patches/{libupnp-1.6.19.patchset => libupnp-1.6.21.patchset} (100%) diff --git a/net-libs/libupnp/libupnp-1.6.19.recipe b/net-libs/libupnp/libupnp-1.6.21.recipe similarity index 89% rename from net-libs/libupnp/libupnp-1.6.19.recipe rename to net-libs/libupnp/libupnp-1.6.21.recipe index f0427cec4..b36e0b91e 100644 --- a/net-libs/libupnp/libupnp-1.6.19.recipe +++ b/net-libs/libupnp/libupnp-1.6.21.recipe @@ -11,7 +11,7 @@ COPYRIGHT="2000-2003 Intel Corporation LICENSE="BSD (3-clause)" REVISION="1" SOURCE_URI="http://downloads.sourceforge.net/project/pupnp/pupnp/libUPnP%20$portVersion/libupnp-$portVersion.tar.bz2" -CHECKSUM_SHA256="b3142b39601243b50532eec90f4a27dba85eb86f58d4b849ac94edeb29d9b22a" +CHECKSUM_SHA256="af3f3c0846a1d75baeadae4aa5a2bda427567e2a1fb4559bf73ccff0a4f9a39b" PATCHES="libupnp-$portVersion.patchset" ARCHITECTURES="!x86_gcc2 x86 x86_64" @@ -19,7 +19,7 @@ SECONDARY_ARCHITECTURES="x86" PROVIDES=" libupnp$secondaryArchSuffix = $portVersion - lib:libupnp$secondaryArchSuffix = 6.3.3 compat >= 6 + lib:libupnp$secondaryArchSuffix = 6.3.4 compat >= 6 lib:libixml$secondaryArchSuffix = 2.0.8 compat >= 2 lib:libthreadutil$secondaryArchSuffix = 6.0.4 compat >= 6 " @@ -29,7 +29,7 @@ REQUIRES=" PROVIDES_devel=" libupnp${secondaryArchSuffix}_devel = $portVersion - devel:libupnp$secondaryArchSuffix = 6.3.3 compat >= 6 + devel:libupnp$secondaryArchSuffix = 6.3.4 compat >= 6 devel:libixml$secondaryArchSuffix = 2.0.8 compat >= 2 devel:libthreadutil$secondaryArchSuffix = 6.0.4 compat >= 6 " @@ -61,6 +61,8 @@ INSTALL() { make install + rm $libDir/lib*.la + # prepare development lib links prepareInstalledDevelLibs libupnp libixml libthreadutil fixPkgconfig diff --git a/net-libs/libupnp/patches/libupnp-1.6.19.patchset b/net-libs/libupnp/patches/libupnp-1.6.21.patchset similarity index 100% rename from net-libs/libupnp/patches/libupnp-1.6.19.patchset rename to net-libs/libupnp/patches/libupnp-1.6.21.patchset