aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuangyuan Yang <ygy@FreeBSD.org>2021-05-05 16:33:13 +0000
committerGuangyuan Yang <ygy@FreeBSD.org>2021-05-05 16:33:13 +0000
commit8d5d18e5b0e93cdbc4ae5b5494cb9b285ba38170 (patch)
treed9b3aa092e6f28e41cd8718ec8502a125f2fcdeb
parent2370aa8a037fe557877a0bea557f02cdc4ef5c13 (diff)
downloadports-8d5d18e5b0e93cdbc4ae5b5494cb9b285ba38170.tar.gz
ports-8d5d18e5b0e93cdbc4ae5b5494cb9b285ba38170.zip
devel/R-cran-rappdirs: Update to 0.3.3
Approved by: lwhsu
-rw-r--r--devel/R-cran-rappdirs/Makefile6
-rw-r--r--devel/R-cran-rappdirs/distinfo6
-rw-r--r--devel/R-cran-rappdirs/pkg-descr5
3 files changed, 10 insertions, 7 deletions
diff --git a/devel/R-cran-rappdirs/Makefile b/devel/R-cran-rappdirs/Makefile
index 9a8ad495570d..2f1645003497 100644
--- a/devel/R-cran-rappdirs/Makefile
+++ b/devel/R-cran-rappdirs/Makefile
@@ -1,7 +1,7 @@
# Created by: Guangyuan Yang <ygy@FreeBSD.org>
PORTNAME= rappdirs
-DISTVERSION= 0.3.1
+DISTVERSION= 0.3.3
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
@@ -11,7 +11,9 @@ COMMENT= Application Directories: Determine Where to Save Data, Caches, and Logs
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-TEST_DEPENDS= R-cran-testthat>0:devel/R-cran-testthat
+TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \
+ R-cran-testthat>=3.0.0:devel/R-cran-testthat \
+ R-cran-withr>0:devel/R-cran-withr
USES= cran:auto-plist,compiles
diff --git a/devel/R-cran-rappdirs/distinfo b/devel/R-cran-rappdirs/distinfo
index 2e654dfc6229..62213a23f4b1 100644
--- a/devel/R-cran-rappdirs/distinfo
+++ b/devel/R-cran-rappdirs/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1609702889
-SHA256 (rappdirs_0.3.1.tar.gz) = 2fd891ec16d28862f65bb57e4a78f77a597930abb59380e757afd8b6c6d3264a
-SIZE (rappdirs_0.3.1.tar.gz) = 12838
+TIMESTAMP = 1620101242
+SHA256 (rappdirs_0.3.3.tar.gz) = 49959f65b45b0b189a2792d6c1339bef59674ecae92f8c2ed9f26ff9e488c184
+SIZE (rappdirs_0.3.3.tar.gz) = 12288
diff --git a/devel/R-cran-rappdirs/pkg-descr b/devel/R-cran-rappdirs/pkg-descr
index 1cc5b61f33e4..dc8d10b8be5b 100644
--- a/devel/R-cran-rappdirs/pkg-descr
+++ b/devel/R-cran-rappdirs/pkg-descr
@@ -1,4 +1,5 @@
An easy way to determine which directories on the users computer you should use
-to save data, caches and logs. A port of Python's 'Appdirs' to R.
+to save data, caches and logs. A port of Python's 'Appdirs'
+(<https://github.com/ActiveState/appdirs>) to R.
-WWW: https://github.com/hadley/rappdirs
+WWW: https://rappdirs.r-lib.org