From e9bcb37bfa4dc004a7dcc79124912916f03ad0cb Mon Sep 17 00:00:00 2001 From: fbrosson Date: Mon, 16 Jul 2018 11:21:32 +0000 Subject: [PATCH] nPth: bump to 1.6. --- dev-libs/npth/{npth-1.5.recipe => npth-1.6.recipe} | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) rename dev-libs/npth/{npth-1.5.recipe => npth-1.6.recipe} (81%) diff --git a/dev-libs/npth/npth-1.5.recipe b/dev-libs/npth/npth-1.6.recipe similarity index 81% rename from dev-libs/npth/npth-1.5.recipe rename to dev-libs/npth/npth-1.6.recipe index aa95bb272..2b3f3c7f7 100644 --- a/dev-libs/npth/npth-1.5.recipe +++ b/dev-libs/npth/npth-1.6.recipe @@ -6,18 +6,21 @@ implementation. This allows the use of libraries which are not \ compatible to GNU Pth. Experience with a Windows Pth emulation \ showed that this is a solid way to provide a co-routine based framework." HOMEPAGE="https://www.gnupg.org/related_software/npth" -COPYRIGHT="2011-2015 g10 Code GmbH" +COPYRIGHT="2011-2018 g10 Code GmbH" LICENSE="GNU LGPL v2.1" REVISION="1" SOURCE_URI="https://www.gnupg.org/ftp/gcrypt/npth/npth-$portVersion.tar.bz2" -CHECKSUM_SHA256="294a690c1f537b92ed829d867bee537e46be93fbd60b16c04630fbbfcd9db3c2" +CHECKSUM_SHA256="1393abd9adcf0762d34798dc34fdcf4d0d22a8410721e76f1e3afcd1daa4e2d1" ARCHITECTURES="x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86_gcc2 x86" +libVersion="0.1.2" +libVersionCompat="$libVersion compat >= ${libVersion%%.*}" + PROVIDES=" npth$secondaryArchSuffix = $portVersion - lib:libnpth$secondaryArchSuffix = 0.1.1 compat >= 0 + lib:libnpth$secondaryArchSuffix = $libVersionCompat " REQUIRES=" haiku$secondaryArchSuffix @@ -25,7 +28,7 @@ REQUIRES=" PROVIDES_devel=" npth${secondaryArchSuffix}_devel = $portVersion - devel:libnpth$secondaryArchSuffix = 0.1.1 compat >= 0 + devel:libnpth$secondaryArchSuffix = $libVersionCompat cmd:npth_config$secondaryArchSuffix = $portVersion " REQUIRES_devel="