From owner-dev-commits-ports-main@freebsd.org Wed May 5 16:33:53 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5B6DC5FC3A8; Wed, 5 May 2021 16:33:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Fb2N06pXsz4WXg; Wed, 5 May 2021 16:33:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B623631A; Wed, 5 May 2021 16:33:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 145GXquD083495; Wed, 5 May 2021 16:33:52 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 145GXqFU083494; Wed, 5 May 2021 16:33:52 GMT (envelope-from git) Date: Wed, 5 May 2021 16:33:52 GMT Message-Id: <202105051633.145GXqFU083494@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Guangyuan Yang Subject: git: 79ad88ba457d - main - devel/R-cran-testthat: Update to 3.0.2 and take maintainership MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ygy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 79ad88ba457de9f253f096d764f8f19f1f223e3a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 May 2021 16:33:53 -0000 The branch main has been updated by ygy (doc committer): URL: https://cgit.FreeBSD.org/ports/commit/?id=79ad88ba457de9f253f096d764f8f19f1f223e3a commit 79ad88ba457de9f253f096d764f8f19f1f223e3a Author: Guangyuan Yang AuthorDate: 2021-05-05 16:33:38 +0000 Commit: Guangyuan Yang 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@FreeBSD.org +MAINTAINER= ygy@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