git: 79ad88ba457d - main - devel/R-cran-testthat: Update to 3.0.2 and take maintainership

Guangyuan Yang ygy at FreeBSD.org
Wed May 5 16:33:53 UTC 2021


The branch main has been updated by ygy (doc committer):

URL: https://cgit.FreeBSD.org/ports/commit/?id=79ad88ba457de9f253f096d764f8f19f1f223e3a

commit 79ad88ba457de9f253f096d764f8f19f1f223e3a
Author:     Guangyuan Yang <ygy at FreeBSD.org>
AuthorDate: 2021-05-05 16:33:38 +0000
Commit:     Guangyuan Yang <ygy at FreeBSD.org>
CommitDate: 2021-05-05 16:33:38 +0000

    devel/R-cran-testthat: Update to 3.0.2 and take maintainership
    
    Approved by:    lwhsu
---
 devel/R-cran-testthat/Makefile  | 38 +++++++++++++++++++++++++++-----------
 devel/R-cran-testthat/distinfo  |  6 +++---
 devel/R-cran-testthat/pkg-descr |  4 ++--
 3 files changed, 32 insertions(+), 16 deletions(-)

diff --git a/devel/R-cran-testthat/Makefile b/devel/R-cran-testthat/Makefile
index 3f17214226de..4c4717073810 100644
--- a/devel/R-cran-testthat/Makefile
+++ b/devel/R-cran-testthat/Makefile
@@ -1,27 +1,43 @@
 PORTNAME=	testthat
-DISTVERSION=	2.0.1
-PORTREVISION=	3
+DISTVERSION=	3.0.2
 CATEGORIES=	devel
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	ygy at FreeBSD.org
 COMMENT=	Unit Testing for R
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	R-cran-knitr>0:print/R-cran-knitr
-RUN_DEPENDS=	R-cran-R6>=2.2.0:devel/R-cran-R6 \
-		R-cran-cli>0:devel/R-cran-cli \
-		R-cran-crayon>0:devel/R-cran-crayon \
+RUN_DEPENDS=	R-cran-jsonlite>0:converters/R-cran-jsonlite \
+		R-cran-R6>=2.2.0:devel/R-cran-R6 \
+		R-cran-brio>0:devel/R-cran-brio \
+		R-cran-callr>=3.5.1:devel/R-cran-callr \
+		R-cran-cli>=2.2.0:devel/R-cran-cli \
+		R-cran-crayon>=1.3.4:devel/R-cran-crayon \
+		R-cran-desc>0:devel/R-cran-desc \
+		R-cran-ellipsis>=0.2.0:devel/R-cran-ellipsis \
+		R-cran-evaluate>0:devel/R-cran-evaluate \
+		R-cran-lifecycle>0:devel/R-cran-lifecycle \
 		R-cran-magrittr>0:devel/R-cran-magrittr \
+		R-cran-pkgload>0:devel/R-cran-pkgload \
 		R-cran-praise>0:devel/R-cran-praise \
-		R-cran-rlang>0:devel/R-cran-rlang \
-		R-cran-withr>=2.0.0:devel/R-cran-withr \
-		R-cran-digest>0:security/R-cran-digest
-TEST_DEPENDS=	R-cran-knitr>0:print/R-cran-knitr \
+		R-cran-rlang>=0.4.9:devel/R-cran-rlang \
+		R-cran-waldo>=0.2.4:devel/R-cran-waldo \
+		R-cran-withr>=2.3.0:devel/R-cran-withr \
+		R-cran-digest>0:security/R-cran-digest \
+		R-cran-processx>0:sysutils/R-cran-processx \
+		R-cran-ps>=1.3.4:sysutils/R-cran-ps
+TEST_DEPENDS=	R-cran-covr>0:devel/R-cran-covr \
+		R-cran-mockery>0:devel/R-cran-mockery \
+		R-cran-rstudioapi>0:devel/R-cran-rstudioapi \
+		R-cran-vctrs>=0.1.0:devel/R-cran-vctrs \
+		R-cran-curl>=0.9.5:ftp/R-cran-curl \
+		R-cran-knitr>0:print/R-cran-knitr \
 		R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \
-		R-cran-xml2>0:textproc/R-cran-xml2
+		R-cran-xml2>0:textproc/R-cran-xml2 \
+		R-cran-shiny>0:www/R-cran-shiny
 
 USES=		cran:auto-plist,compiles
 
diff --git a/devel/R-cran-testthat/distinfo b/devel/R-cran-testthat/distinfo
index 8ff237d34f61..4c034544045b 100644
--- a/devel/R-cran-testthat/distinfo
+++ b/devel/R-cran-testthat/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1540316650
-SHA256 (testthat_2.0.1.tar.gz) = fedf8748aa8abff1c905bae575f9efae1eaab4aca690423402d574a97bf14eb1
-SIZE (testthat_2.0.1.tar.gz) = 217071
+TIMESTAMP = 1620161364
+SHA256 (testthat_3.0.2.tar.gz) = 1803d0aec8056698978d01ac3a6036009e3c12ef9f2565ae721fcabccd984b0f
+SIZE (testthat_3.0.2.tar.gz) = 680365
diff --git a/devel/R-cran-testthat/pkg-descr b/devel/R-cran-testthat/pkg-descr
index 8b5e251d8f8e..8cbf931f19dc 100644
--- a/devel/R-cran-testthat/pkg-descr
+++ b/devel/R-cran-testthat/pkg-descr
@@ -1,5 +1,5 @@
 Software testing is important, but, in part because it is frustrating and
 boring, many of us avoid it. 'testthat' is a testing framework for R that is
-easy learn and use, and integrates with your existing 'workflow'.
+easy to learn and use, and integrates with your existing 'workflow'.
 
-WWW: https://testthat.r-lib.org/
+WWW: https://testthat.r-lib.org


More information about the dev-commits-ports-all mailing list