aboutsummaryrefslogtreecommitdiff
path: root/academic/R
diff options
context:
space:
mode:
authorafhpayne <github@komputermatrix.com>2023-04-21 16:28:25 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-04-22 10:01:16 +0700
commit769adc155a76fce50dc8b2b323d50bf7b0c75d81 (patch)
tree7ea86e635ece1b7051df445847becdb6644e1b21 /academic/R
parentbe66b6ef8b5126b7e5e535a8e8ae8cf852f01401 (diff)
academic/R: update 4.3.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/R')
-rw-r--r--academic/R/R-4.2.3-curl-v8.patch39
-rw-r--r--academic/R/R.SlackBuild4
-rw-r--r--academic/R/R.info6
3 files changed, 4 insertions, 45 deletions
diff --git a/academic/R/R-4.2.3-curl-v8.patch b/academic/R/R-4.2.3-curl-v8.patch
deleted file mode 100644
index 432fbbfc25abd..0000000000000
--- a/academic/R/R-4.2.3-curl-v8.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From 37765d46ef9ebfc0ce07a9a6d125649c07196d8b Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?I=C3=B1aki=20=C3=9Acar?= <iucar@fedoraproject.org>
-Date: Thu, 23 Mar 2023 10:13:27 +0100
-Subject: [PATCH] curl v8
-
----
- configure | 2 +-
- m4/R.m4 | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/configure b/configure
-index f30284e..fbd8168 100755
---- a/configure
-+++ b/configure
-@@ -47606,7 +47606,7 @@ int main(int argc, const char * argv[])
- {
- #ifdef LIBCURL_VERSION_MAJOR
- #if LIBCURL_VERSION_MAJOR > 7
-- exit(1);
-+ exit(0);
- #elif LIBCURL_VERSION_MAJOR == 7 && LIBCURL_VERSION_MINOR >= 28
- exit(0);
- #else
-diff --git a/m4/R.m4 b/m4/R.m4
-index 55ace6a..9d37330 100644
---- a/m4/R.m4
-+++ b/m4/R.m4
-@@ -4308,7 +4308,7 @@ int main(int argc, const char * argv[])
- {
- #ifdef LIBCURL_VERSION_MAJOR
- #if LIBCURL_VERSION_MAJOR > 7
-- exit(1);
-+ exit(0);
- #elif LIBCURL_VERSION_MAJOR == 7 && LIBCURL_VERSION_MINOR >= 28
- exit(0);
- #else
---
-2.39.2
-
diff --git a/academic/R/R.SlackBuild b/academic/R/R.SlackBuild
index 8e53d9f190527..4304982680086 100644
--- a/academic/R/R.SlackBuild
+++ b/academic/R/R.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=R
-VERSION=${VERSION:-4.2.3}
+VERSION=${VERSION:-4.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -91,8 +91,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-patch -p1 < $CWD/R-4.2.3-curl-v8.patch
-
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
diff --git a/academic/R/R.info b/academic/R/R.info
index 272d0037f414d..17f52d110fd64 100644
--- a/academic/R/R.info
+++ b/academic/R/R.info
@@ -1,8 +1,8 @@
PRGNAM="R"
-VERSION="4.2.3"
+VERSION="4.3.0"
HOMEPAGE="https://www.r-project.org/"
-DOWNLOAD="https://cran.r-project.org/src/base/R-4/R-4.2.3.tar.gz"
-MD5SUM="ebfc90b1552581f2b7c9a50f934e6bb0"
+DOWNLOAD="https://cran.r-project.org/src/base/R-4/R-4.3.0.tar.gz"
+MD5SUM="f8f409fa66b82dbc79ddc5706f19638f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""