aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuangyuan Yang <ygy@FreeBSD.org>2022-08-26 16:56:12 +0000
committerGuangyuan Yang <ygy@FreeBSD.org>2022-08-26 16:56:12 +0000
commita533a6cecb6fdc3ea11fc2e8f156b06694496260 (patch)
tree6cfdbbb6e9db5a05fa333094580649bf50099a34
parent17963e3b762a28a7da1f8e02f46105948c483fac (diff)
downloadports-a533a6cecb6fdc3ea11fc2e8f156b06694496260.tar.gz
ports-a533a6cecb6fdc3ea11fc2e8f156b06694496260.zip
devel/R-cran-covr: Update to 3.6.0
-rw-r--r--devel/R-cran-covr/Makefile10
-rw-r--r--devel/R-cran-covr/distinfo6
-rw-r--r--devel/R-cran-covr/pkg-descr13
3 files changed, 18 insertions, 11 deletions
diff --git a/devel/R-cran-covr/Makefile b/devel/R-cran-covr/Makefile
index 8b20edd5aa54..9fbda6302371 100644
--- a/devel/R-cran-covr/Makefile
+++ b/devel/R-cran-covr/Makefile
@@ -1,12 +1,13 @@
PORTNAME= covr
-DISTVERSION= 3.5.1
+DISTVERSION= 3.6.0
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= ygy@FreeBSD.org
COMMENT= Test Coverage for Packages
-LICENSE= GPLv3
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr
RUN_DEPENDS= R-cran-jsonlite>0:converters/R-cran-jsonlite \
@@ -14,11 +15,16 @@ RUN_DEPENDS= R-cran-jsonlite>0:converters/R-cran-jsonlite \
R-cran-withr>=1.0.2:devel/R-cran-withr \
R-cran-digest>0:security/R-cran-digest \
R-cran-rex>0:textproc/R-cran-rex \
+ R-cran-yaml>0:textproc/R-cran-yaml \
R-cran-httr>0:www/R-cran-httr
TEST_DEPENDS= R-cran-R6>0:devel/R-cran-R6 \
+ R-cran-covr>0:devel/R-cran-covr \
R-cran-memoise>0:devel/R-cran-memoise \
+ R-cran-mockery>0:devel/R-cran-mockery \
+ R-cran-rlang>0:devel/R-cran-rlang \
R-cran-rstudioapi>=0.2:devel/R-cran-rstudioapi \
R-cran-testthat>0:devel/R-cran-testthat \
+ R-cran-curl>0:ftp/R-cran-curl \
R-cran-knitr>0:print/R-cran-knitr \
R-cran-DT>=0.2:textproc/R-cran-DT \
R-cran-htmltools>0:textproc/R-cran-htmltools \
diff --git a/devel/R-cran-covr/distinfo b/devel/R-cran-covr/distinfo
index 43277472b3d9..3abb3112468a 100644
--- a/devel/R-cran-covr/distinfo
+++ b/devel/R-cran-covr/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1606834269
-SHA256 (covr_3.5.1.tar.gz) = a54cfc3623ea56084158ac5d7fe33f216f45191f6dcddab9c9ed4ec1d9d8ac6c
-SIZE (covr_3.5.1.tar.gz) = 146686
+TIMESTAMP = 1661446107
+SHA256 (covr_3.6.0.tar.gz) = c04b151630d24491e286c2a25c54fd1970db41a5bf3bea08f0a06d602fa369f2
+SIZE (covr_3.6.0.tar.gz) = 161745
diff --git a/devel/R-cran-covr/pkg-descr b/devel/R-cran-covr/pkg-descr
index 199d8af63b27..d42f15c08a20 100644
--- a/devel/R-cran-covr/pkg-descr
+++ b/devel/R-cran-covr/pkg-descr
@@ -1,8 +1,9 @@
Track and report code coverage for your package and (optionally) upload the
-results to a coverage service like 'Codecov' <http://codecov.io> or 'Coveralls'
-<http://coveralls.io>. Code coverage is a measure of the amount of code being
-exercised by a set of tests. It is an indirect measure of test quality and
-completeness. This package is compatible with any testing methodology or
-framework and tracks coverage of both R code and compiled C/C++/FORTRAN code.
+results to a coverage service like 'Codecov' <https://about.codecov.io> or
+'Coveralls' <https://coveralls.io>. Code coverage is a measure of the amount of
+code being exercised by a set of tests. It is an indirect measure of test
+quality and completeness. This package is compatible with any testing
+methodology or framework and tracks coverage of both R code and compiled
+C/C++/FORTRAN code.
-WWW: https://github.com/r-lib/covr
+WWW: https://covr.r-lib.org