Bump all recipes depending on icu to migrate to version 66.

This commit is contained in:
Adrien Destugues
2020-08-02 14:48:30 +02:00
parent a2599286bd
commit ea1f47de04
24 changed files with 107 additions and 107 deletions

View File

@@ -6,7 +6,7 @@ popular websites in the world."
HOMEPAGE="https://php.net/"
COPYRIGHT="2001-2018 PHP Group"
LICENSE="PHP License v3.01"
REVISION="6"
REVISION="7"
SOURCE_URI="https://php.net/get/php-$portVersion.tar.bz2/from/this/mirror"
CHECKSUM_SHA256="886ad63d05d94ea3e54322691aadea0cf1d4bcdb4450b02fe300e5b570788b23"
SOURCE_FILENAME="php-$portVersion.tar.bz2"
@@ -36,7 +36,7 @@ REQUIRES="
lib:libcrypto
lib:libcurl
lib:libfreetype
lib:libicuuc
lib:libicuuc >= 66
lib:libjpeg
lib:libnghttp2
lib:libpcre
@@ -51,7 +51,7 @@ BUILD_REQUIRES="
devel:libcrypto
devel:libcurl
devel:libfreetype
devel:libicuuc
devel:libicuuc >= 66
devel:libjpeg
devel:libnghttp2
devel:libpcre

View File

@@ -13,7 +13,7 @@ variety of specific purposes but are not distributed with this package."
HOMEPAGE="https://www.r-project.org/"
COPYRIGHT="1993-2019 The R Core Team"
LICENSE="GNU GPL v2"
REVISION="4"
REVISION="5"
SOURCE_URI="https://cloud.r-project.org/src/base/R-3/R-$portVersion.tar.gz"
CHECKSUM_SHA256="bd65a45cddfb88f37370fbcee4ac8dd3f1aebeebe47c2f968fd9770ba2bbc954"
SOURCE_DIR="R-$portVersion"
@@ -37,7 +37,7 @@ REQUIRES="
lib:libgfortran$secondaryArchSuffix
lib:libgomp$secondaryArchSuffix
lib:libiconv$secondaryArchSuffix
lib:libicui18n$secondaryArchSuffix
lib:libicui18n$secondaryArchSuffix >= 66
lib:libintl$secondaryArchSuffix
lib:libjpeg$secondaryArchSuffix
lib:liblapack$secondaryArchSuffix
@@ -66,7 +66,7 @@ BUILD_REQUIRES="
devel:libgfortran$secondaryArchSuffix
devel:libgomp$secondaryArchSuffix
devel:libiconv$secondaryArchSuffix
devel:libicui18n$secondaryArchSuffix
devel:libicui18n$secondaryArchSuffix >= 66
devel:libintl$secondaryArchSuffix
devel:libjpeg$secondaryArchSuffix
devel:liblapack$secondaryArchSuffix

View File

@@ -9,7 +9,7 @@ easier for the developer."
HOMEPAGE="https://swift.org"
COPYRIGHT="2017 Apple Inc"
LICENSE="Apache v2"
REVISION="2"
REVISION="3"
srcGitRev="94e444f22015d32b81e6dc1a0316a8243360559b"
SOURCE_URI="https://github.com/return/swift/archive/$srcGitRev.zip"
CHECKSUM_SHA256="e0d3e048e57ee0fc85b41392d5d075dc037ce5c03f13e41f15bd45d647322155"
@@ -60,9 +60,9 @@ REQUIRES="
lib:libedit$secondaryArchSuffix
lib:libexecinfo$secondaryArchSuffix
lib:libiconv$secondaryArchSuffix
lib:libicudata$secondaryArchSuffix
lib:libicui18n$secondaryArchSuffix
lib:libicuuc$secondaryArchSuffix
lib:libicudata$secondaryArchSuffix >= 66
lib:libicui18n$secondaryArchSuffix >= 66
lib:libicuuc$secondaryArchSuffix >= 66
lib:libncurses$secondaryArchSuffix
lib:libsqlite3$secondaryArchSuffix
lib:libuuid$secondaryArchSuffix
@@ -78,9 +78,9 @@ BUILD_REQUIRES="
devel:libexecinfo$secondaryArchSuffix
devel:libgcc$secondaryArchSuffix
devel:libiconv$secondaryArchSuffix
devel:libicudata$secondaryArchSuffix
devel:libicui18n$secondaryArchSuffix
devel:libicuuc$secondaryArchSuffix
devel:libicudata$secondaryArchSuffix >= 66
devel:libicui18n$secondaryArchSuffix >= 66
devel:libicuuc$secondaryArchSuffix >= 66
devel:libncurses$secondaryArchSuffix
devel:libsqlite3$secondaryArchSuffix
devel:libuuid$secondaryArchSuffix