From 0a2e4dda1947ca99af02c59b0de38268a500d3d5 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Thu, 13 Jun 2024 17:18:51 +0200 Subject: [PATCH] curl: bump version remove nroff dependency --- net-misc/curl/{curl-8.7.1.recipe => curl-8.8.0.recipe} | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) rename net-misc/curl/{curl-8.7.1.recipe => curl-8.8.0.recipe} (94%) diff --git a/net-misc/curl/curl-8.7.1.recipe b/net-misc/curl/curl-8.8.0.recipe similarity index 94% rename from net-misc/curl/curl-8.7.1.recipe rename to net-misc/curl/curl-8.8.0.recipe index 721437714..6c9879c90 100644 --- a/net-misc/curl/curl-8.7.1.recipe +++ b/net-misc/curl/curl-8.8.0.recipe @@ -11,7 +11,7 @@ COPYRIGHT="1996-2023 Daniel Stenberg" LICENSE="Curl" REVISION="1" SOURCE_URI="https://github.com/curl/curl/releases/download/curl-${portVersion//\./_}/curl-$portVersion.tar.bz2" -CHECKSUM_SHA256="05bbd2b698e9cfbab477c33aa5e99b4975501835a41b7ca6ca71de03d8849e76" +CHECKSUM_SHA256="40d3792d38cfa244d8f692974a567e9a5f3387c547579f1124e95ea2a1020d0d" ADDITIONAL_FILES="curl.rdef" ARCHITECTURES="all ?arm ?ppc" @@ -64,7 +64,6 @@ BUILD_PREREQUIRES=" cmd:ld$secondaryArchSuffix cmd:libtoolize$secondaryArchSuffix cmd:make - cmd:nroff cmd:pkg_config$secondaryArchSuffix cmd:sed " @@ -127,10 +126,8 @@ INSTALL() $binDir/curl-config if [ -n "$secondaryArchSuffix" ]; then - maybe_manDir_man1_curl_config= maybe_manDir_man3= else - maybe_manDir_man1_curl_config=$manDir/man1/curl-config.1 maybe_manDir_man3=$manDir/man3 fi @@ -139,7 +136,6 @@ INSTALL() $binDir/curl-config \ $dataDir/aclocal \ $developDir \ - $maybe_manDir_man1_curl_config \ $maybe_manDir_man3 # Remove stuff we don't need in the secondary architecture base package.