git: c164bb279f56 - main - math/libRmath: upgrade to 4.3.1

From: Thierry Thomas <thierry_at_FreeBSD.org>
Date: Sat, 24 Jun 2023 17:07:26 UTC
The branch main has been updated by thierry:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c164bb279f565273fb28f956eff0719ffca6c054

commit c164bb279f565273fb28f956eff0719ffca6c054
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2023-06-24 17:06:25 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2023-06-24 17:06:25 +0000

    math/libRmath: upgrade to 4.3.1
---
 math/libRmath/Makefile         |  5 ++---
 math/libRmath/distinfo         |  6 +++---
 math/libRmath/files/patch-curl | 22 ----------------------
 3 files changed, 5 insertions(+), 28 deletions(-)

diff --git a/math/libRmath/Makefile b/math/libRmath/Makefile
index 67bce4c88ae3..12049efaae17 100644
--- a/math/libRmath/Makefile
+++ b/math/libRmath/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	libRmath
-DISTVERSION=	4.2.2
-PORTREVISION=	1
+DISTVERSION=	4.3.1
 CATEGORIES=	math lang
 MASTER_SITES=	CRAN/src/base/R-${PORTVERSION:C|\..*||}
 DISTNAME=	R-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
@@ -42,7 +41,7 @@ _RMATH_SOVERSION=	${DISTVERSION:R}
 do-install:
 	${INSTALL_DATA} ${WRKSRC}/src/include/Rmath.h ${STAGEDIR}${PREFIX}/include
 	${INSTALL_DATA} ${BUILD_WRKSRC}/libRmath.a ${STAGEDIR}${PREFIX}/lib
-	${INSTALL_LIB} ${BUILD_WRKSRC}/libRmath.so ${STAGEDIR}${PREFIX}/lib/libRmath.so
+	${INSTALL_LIB} ${BUILD_WRKSRC}/libRmath.so ${STAGEDIR}${PREFIX}/lib
 	(cd ${STAGEDIR}${PREFIX}/lib; ${LN} -sf libRmath.so libRmath.so.${_RMATH_SOVERSION})
 
 .include <bsd.port.mk>
diff --git a/math/libRmath/distinfo b/math/libRmath/distinfo
index 78f0573e3dd8..03d4838f6978 100644
--- a/math/libRmath/distinfo
+++ b/math/libRmath/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1672236901
-SHA256 (R-4.2.2.tar.gz) = 0ff62b42ec51afa5713caee7c4fde7a0c45940ba39bef8c5c9487fef0c953df5
-SIZE (R-4.2.2.tar.gz) = 33987014
+TIMESTAMP = 1687619454
+SHA256 (R-4.3.1.tar.gz) = 8dd0bf24f1023c6f618c3b317383d291b4a494f40d73b983ac22ffea99e4ba99
+SIZE (R-4.3.1.tar.gz) = 34899964
diff --git a/math/libRmath/files/patch-curl b/math/libRmath/files/patch-curl
deleted file mode 100644
index aa271203410e..000000000000
--- a/math/libRmath/files/patch-curl
+++ /dev/null
@@ -1,22 +0,0 @@
---- configure.orig	2022-10-23 22:16:12 UTC
-+++ configure
-@@ -47584,8 +47584,8 @@ fi
- done
- 
- if test "x${have_libcurl}" = "xyes"; then
--{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if libcurl is version 7 and >= 7.28.0" >&5
--printf %s "checking if libcurl is version 7 and >= 7.28.0... " >&6; }
-+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if libcurl is >= 7.28.0" >&5
-+printf %s "checking if libcurl is >= 7.28.0... " >&6; }
- if test ${r_cv_have_curl728+y}
- then :
-   printf %s "(cached) " >&6
-@@ -47603,7 +47603,7 @@ int main()
- {
- #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