Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Mar 2024 09:19:36 GMT
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: 2e13f872cf06 - main - math/R-cran-lme4: Update to 1.1-35.2
Message-ID:  <202403290919.42T9JaNO068537@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo:

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

commit 2e13f872cf065919eaa398334c4fe6825c495bbb
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-29 09:17:03 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-29 09:19:12 +0000

    math/R-cran-lme4: Update to 1.1-35.2
    
    - Switch WWW to CRAN package repository
    - Add missing test depends
    
    ChangeLog: https://cran.r-project.org/web/packages/lme4/news.html
---
 math/R-cran-lme4/Makefile | 8 ++++----
 math/R-cran-lme4/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/math/R-cran-lme4/Makefile b/math/R-cran-lme4/Makefile
index 5281919f271c..f51780f037d5 100644
--- a/math/R-cran-lme4/Makefile
+++ b/math/R-cran-lme4/Makefile
@@ -1,11 +1,11 @@
 PORTNAME=	lme4
-DISTVERSION=	1.1-35.1
+DISTVERSION=	1.1-35.2
 CATEGORIES=	math
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
 MAINTAINER=	eduardo@FreeBSD.org
 COMMENT=	Linear mixed-effects models using Eigen and S4
-WWW=		https://github.com/lme4/lme4
+WWW=		https://cran.r-project.org/web/packages/lme4/
 
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/LICENSE.note
@@ -16,8 +16,8 @@ CRAN_DEPENDS=	R-cran-minqa>=1.1.15:math/R-cran-minqa \
 		R-cran-RcppEigen>=0.3.3.9.4:math/R-cran-RcppEigen
 BUILD_DEPENDS=	${CRAN_DEPENDS}
 RUN_DEPENDS=	${CRAN_DEPENDS}
-TEST_DEPENDS=	R-cran-knitr>0:print/R-cran-knitr
-# Some tests need optimx package not imported yet
+TEST_DEPENDS=	R-cran-knitr>0:print/R-cran-knitr \
+		R-cran-optimx>0:misc/R-cran-optimx
 
 USES=		cran:auto-plist,compiles
 
diff --git a/math/R-cran-lme4/distinfo b/math/R-cran-lme4/distinfo
index 78fe170e36e1..abcae538396a 100644
--- a/math/R-cran-lme4/distinfo
+++ b/math/R-cran-lme4/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1699181636
-SHA256 (lme4_1.1-35.1.tar.gz) = e4a411396f68bf93751dfd01c8cd431e2d4658340186c47d164ebb2b840afb5b
-SIZE (lme4_1.1-35.1.tar.gz) = 2942848
+TIMESTAMP = 1711698138
+SHA256 (lme4_1.1-35.2.tar.gz) = ec46247c9bb4a512e9ee7526f5dafbfd8925bc23adbbe181874959adee9e7b5b
+SIZE (lme4_1.1-35.2.tar.gz) = 2943611



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403290919.42T9JaNO068537>