From 9f5fd662416f287a5cf95a037733f526dc4c1d3f Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Mon, 24 Apr 2023 09:09:50 +0200 Subject: [PATCH] getconf, bump version (#8501) --- .../{getconf-0.5.recipe => getconf-0.6.recipe} | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) rename sys-apps/getconf/{getconf-0.5.recipe => getconf-0.6.recipe} (75%) diff --git a/sys-apps/getconf/getconf-0.5.recipe b/sys-apps/getconf/getconf-0.6.recipe similarity index 75% rename from sys-apps/getconf/getconf-0.5.recipe rename to sys-apps/getconf/getconf-0.6.recipe index 32e2f4810..b5000141f 100644 --- a/sys-apps/getconf/getconf-0.5.recipe +++ b/sys-apps/getconf/getconf-0.6.recipe @@ -1,35 +1,34 @@ SUMMARY="Prints out values of POSIX configuration variables" DESCRIPTION="The getconf command prints values of system configuration \ variables. It is a command interface to the values returned by sysconf(), \ -confstr(), and pathconf(). -" +confstr(), and pathconf()." HOMEPAGE="https://github.com/termux/getconf" COPYRIGHT="1996, 1998 The NetBSD Foundation, Inc. -2017, Fredrik Fornwall" + 2017, Fredrik Fornwall" LICENSE="MIT" REVISION="1" -SOURCE_URI="https://github.com/termux/getconf/archive/v0.5.tar.gz" -CHECKSUM_SHA256="8192701051d2a2bf8d1ae7b1c0922c3f1d4a039b9ad99496636b0122667d595c" +SOURCE_URI="https://github.com/termux/getconf/archive/refs/tags/v$portVersion.tar.gz" +CHECKSUM_SHA256="ca6808fe1a936426d0b4ef05001dfbaedcf35159bec961732a1732e280e27caa" ARCHITECTURES="all" PROVIDES=" getconf = $portVersion cmd:getconf = $portVersion -" + " REQUIRES=" haiku -" + " BUILD_REQUIRES=" haiku_devel -" + " BUILD_PREREQUIRES=" makefile_engine cmd:awk cmd:gcc cmd:make -" + " BUILD() {