diff --git a/math/R-cran-expm/Makefile b/math/R-cran-expm/Makefile index 440d104dbab9..359240578e76 100644 --- a/math/R-cran-expm/Makefile +++ b/math/R-cran-expm/Makefile @@ -1,14 +1,14 @@ PORTNAME= expm -DISTVERSION= 0.999-7 +DISTVERSION= 0.999-8 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Matrix Exponential, Log, 'etc' WWW= https://cran.r-project.org/web/packages/expm/ LICENSE= GPLv2+ USES= cran:auto-plist,compiles .include diff --git a/math/R-cran-expm/distinfo b/math/R-cran-expm/distinfo index b6f6f154958d..402590e51131 100644 --- a/math/R-cran-expm/distinfo +++ b/math/R-cran-expm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1682472100 -SHA256 (expm_0.999-7.tar.gz) = 28f249b914b8dd33eee16663fc793e57afd0e301e16067bf9f27fa8e591ba0f1 -SIZE (expm_0.999-7.tar.gz) = 136826 +TIMESTAMP = 1702286905 +SHA256 (expm_0.999-8.tar.gz) = 79e22a9fd17392c360b21d4d42c17d968a11e3c073cb8c50f4691f4bef700552 +SIZE (expm_0.999-8.tar.gz) = 137374 diff --git a/math/R-cran-expm/pkg-descr b/math/R-cran-expm/pkg-descr index a175549084c5..0bd995916d73 100644 --- a/math/R-cran-expm/pkg-descr +++ b/math/R-cran-expm/pkg-descr @@ -1,2 +1,2 @@ Computation of the matrix exponential, logarithm, sqrt, and related -quantities. +quantities, using traditional and modern methods.