Skip to content

Commit

Permalink
math/libRmath: upgrade to 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thierry-FreeBSD committed Jun 24, 2023
1 parent 2523d47 commit c164bb2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 28 deletions.
5 changes: 2 additions & 3 deletions 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}
Expand Down Expand Up @@ -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>
6 changes: 3 additions & 3 deletions 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
22 changes: 0 additions & 22 deletions math/libRmath/files/patch-curl

This file was deleted.

0 comments on commit c164bb2

Please sign in to comment.