From 2752e89eaf3246e1e4afcaf93ba115e43c85c853 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Sat, 8 Aug 2015 16:55:49 +0000 Subject: [PATCH] curl: bump version. --- .../{curl-7.42.0.recipe => curl-7.43.0.recipe} | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) rename net-misc/curl/{curl-7.42.0.recipe => curl-7.43.0.recipe} (95%) diff --git a/net-misc/curl/curl-7.42.0.recipe b/net-misc/curl/curl-7.43.0.recipe similarity index 95% rename from net-misc/curl/curl-7.42.0.recipe rename to net-misc/curl/curl-7.43.0.recipe index 71abf21b8..d2eff2b98 100644 --- a/net-misc/curl/curl-7.42.0.recipe +++ b/net-misc/curl/curl-7.43.0.recipe @@ -8,9 +8,9 @@ busload of other useful tricks." HOMEPAGE="http://curl.haxx.se" COPYRIGHT="1996-2014, Daniel Stenberg" LICENSE="Curl" -REVISION="2" +REVISION="1" SOURCE_URI="http://curl.haxx.se/download/curl-$portVersion.tar.bz2" -CHECKSUM_SHA256="32557d68542f5c6cc8437b5b8a945857b4c5c6b6276da909e35b783d1d66d08f" +CHECKSUM_SHA256="baa654a1122530483ccc1c58cc112fec3724a82c11c6a389f1e6a37dc8858df9" ARCHITECTURES="x86_gcc2 x86 x86_64 arm" SECONDARY_ARCHITECTURES="x86_gcc2 x86" @@ -24,12 +24,18 @@ if [ -z "$secondaryArchSuffix" ]; then cmd:curl = $portVersion compat >= 7.16 " fi + REQUIRES=" haiku$secondaryArchSuffix ca_root_certificates lib:libssl$secondaryArchSuffix lib:libz$secondaryArchSuffix " +BUILD_REQUIRES=" + haiku${secondaryArchSuffix}_devel + devel:libssl$secondaryArchSuffix + devel:libz$secondaryArchSuffix + " PROVIDES_devel=" curl${secondaryArchSuffix}_devel = $portVersion @@ -42,11 +48,6 @@ REQUIRES_devel=" devel:libz$secondaryArchSuffix " -BUILD_REQUIRES=" - haiku${secondaryArchSuffix}_devel - devel:libssl$secondaryArchSuffix - devel:libz$secondaryArchSuffix - " BUILD_PREREQUIRES=" cmd:autoconf cmd:gcc$secondaryArchSuffix @@ -55,6 +56,7 @@ BUILD_PREREQUIRES=" cmd:make cmd:nroff cmd:python + cmd:pkg_config$secondaryArchSuffix " BUILD()