mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
curl: bump version.
This commit is contained in:
@@ -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()
|
||||
Reference in New Issue
Block a user