From ba588c23b6a7bbbc4accd30cc156993cb5a40e95 Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Mon, 25 May 2020 15:06:25 -0400 Subject: [PATCH] gawk: Bump to 5.1.0; remove gmp/mpfr. We don't really need multi-precision-aware Gawk, and this removes two packages from the base set that are otherwise unneeded. --- sys-apps/gawk/{gawk-5.0.1.recipe => gawk-5.1.0.recipe} | 9 +++------ .../patches/{gawk-5.0.1.patchset => gawk-5.1.0.patchset} | 0 2 files changed, 3 insertions(+), 6 deletions(-) rename sys-apps/gawk/{gawk-5.0.1.recipe => gawk-5.1.0.recipe} (89%) rename sys-apps/gawk/patches/{gawk-5.0.1.patchset => gawk-5.1.0.patchset} (100%) diff --git a/sys-apps/gawk/gawk-5.0.1.recipe b/sys-apps/gawk/gawk-5.1.0.recipe similarity index 89% rename from sys-apps/gawk/gawk-5.0.1.recipe rename to sys-apps/gawk/gawk-5.1.0.recipe index 2a792b1b1..73be5bf88 100644 --- a/sys-apps/gawk/gawk-5.0.1.recipe +++ b/sys-apps/gawk/gawk-5.1.0.recipe @@ -12,11 +12,11 @@ makes it possible to handle simple data-reformatting jobs with just a \ few lines of code. " HOMEPAGE="http://www.gnu.org/s/gawk" -COPYRIGHT="1983-2017 Free Software Foundation, Inc." +COPYRIGHT="1983-2020 Free Software Foundation, Inc." LICENSE="GNU GPL v3" -REVISION="2" +REVISION="1" SOURCE_URI="https://ftp.gnu.org/gnu/gawk/gawk-$portVersion.tar.gz" -CHECKSUM_SHA256="625bf3718e25a84dc4486135d5cb5388174682362c70107fd13f21572f5603bb" +CHECKSUM_SHA256="03a0360edcd84bec156fe211bbc4fc8c78790973ce4e8b990a11d778d40b1a26" PATCHES="gawk-$portVersion.patchset" ARCHITECTURES="!x86_gcc2 ?x86 x86_64 ?arm" @@ -43,8 +43,6 @@ PROVIDES=" " REQUIRES=" haiku$secondaryArchSuffix - lib:libgmp$secondaryArchSuffix - lib:libmpfr$secondaryArchSuffix " if [ "$targetArchitecture" = x86_gcc2 ]; then CONFLICTS="gawk" @@ -52,7 +50,6 @@ fi BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - devel:libmpfr$secondaryArchSuffix " BUILD_PREREQUIRES=" cmd:awk diff --git a/sys-apps/gawk/patches/gawk-5.0.1.patchset b/sys-apps/gawk/patches/gawk-5.1.0.patchset similarity index 100% rename from sys-apps/gawk/patches/gawk-5.0.1.patchset rename to sys-apps/gawk/patches/gawk-5.1.0.patchset