Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jul 2023 08:01:10 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: c4cf641f9a9b - main - devel/R-cran-cpp11: Add missing test depends
Message-ID:  <202307210801.36L81ANg058878@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=c4cf641f9a9bb60186c3192c7d37726d89719d2d

commit c4cf641f9a9bb60186c3192c7d37726d89719d2d
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2023-07-21 07:58:36 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2023-07-21 08:00:57 +0000

    devel/R-cran-cpp11: Add missing test depends
---
 devel/R-cran-cpp11/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/R-cran-cpp11/Makefile b/devel/R-cran-cpp11/Makefile
index 5217b2da5301..88f3ba0f59a5 100644
--- a/devel/R-cran-cpp11/Makefile
+++ b/devel/R-cran-cpp11/Makefile
@@ -11,8 +11,8 @@ LICENSE=	MIT
 
 TEST_DEPENDS=	R-cran-decor>0:devel/R-cran-decor \
 		R-cran-mockery>0:devel/R-cran-mockery \
+		R-cran-progress>0:devel/R-cran-progress \
 		R-cran-testthat>0:devel/R-cran-testthat
-# Test failure: https://github.com/r-lib/cpp11/issues/323
 
 USES=		compiler:c++11-lang cran:auto-plist
 



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