Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 07 Apr 2026 20:27:21 +0000
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8fc50bb40653 - main - math/R-cran-lava: Update to 1.9.0
Message-ID:  <69d568a9.3b3f6.6a17b72b@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by eduardo:

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

commit 8fc50bb40653e91a1945309c40f15b2589554638
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2026-04-07 19:22:55 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2026-04-07 20:27:08 +0000

    math/R-cran-lava: Update to 1.9.0
    
    ChangeLog: https://cran.r-project.org/web/packages/lava/news/news.html
---
 math/R-cran-lava/Makefile | 9 ++++++++-
 math/R-cran-lava/distinfo | 6 +++---
 2 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/math/R-cran-lava/Makefile b/math/R-cran-lava/Makefile
index 24c6d6349184..5ddbf02422f4 100644
--- a/math/R-cran-lava/Makefile
+++ b/math/R-cran-lava/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	lava
-DISTVERSION=	1.8.2
+DISTVERSION=	1.9.0
 CATEGORIES=	math
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
@@ -16,9 +16,16 @@ RUN_DEPENDS=	R-cran-cli>0:devel/R-cran-cli \
 		R-cran-SQUAREM>0:math/R-cran-SQUAREM
 TEST_DEPENDS=	R-cran-geepack>0:math/R-cran-geepack \
 		R-cran-knitr>0:print/R-cran-knitr \
+		R-cran-Rcpp>0:devel/R-cran-Rcpp \
+		R-cran-RcppArmadillo>0:math/R-cran-RcppArmadillo \
 		R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \
 		R-cran-testthat>0:devel/R-cran-testthat
 
 USES=		cran:auto-plist
 
+pre-test:
+# R-cran-mets package does not exist yet
+	@${LOCALBASE}/bin/Rscript -e 'install.packages("mets", \
+		repos = "https://cloud.r-project.org")'
+
 .include <bsd.port.mk>
diff --git a/math/R-cran-lava/distinfo b/math/R-cran-lava/distinfo
index 84f947069ef3..290a8fca2f8a 100644
--- a/math/R-cran-lava/distinfo
+++ b/math/R-cran-lava/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1761921329
-SHA256 (lava_1.8.2.tar.gz) = 1476503d6d18e11541b3c176c1789b95e819c2f85ad78b62024af0cdf921d54e
-SIZE (lava_1.8.2.tar.gz) = 1199884
+TIMESTAMP = 1775585078
+SHA256 (lava_1.9.0.tar.gz) = 26d18681561afde5c1674d0d66c219f14b96f0fb1df23d3af9d5bdff0ec57835
+SIZE (lava_1.9.0.tar.gz) = 1109309


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d568a9.3b3f6.6a17b72b>