aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-desc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/R-cran-desc/Makefile')
-rw-r--r--devel/R-cran-desc/Makefile13
1 files changed, 9 insertions, 4 deletions
diff --git a/devel/R-cran-desc/Makefile b/devel/R-cran-desc/Makefile
index c7bf274a0a16..f1f880fd44b2 100644
--- a/devel/R-cran-desc/Makefile
+++ b/devel/R-cran-desc/Makefile
@@ -1,20 +1,25 @@
PORTNAME= desc
-DISTVERSION= 1.3.0
+DISTVERSION= 1.4.2
+PORTREVISION= 1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= ygy@FreeBSD.org
COMMENT= Manipulate DESCRIPTION Files
+WWW= https://github.com/r-lib/desc#readme
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= R-cran-R6>0:devel/R-cran-R6 \
- R-cran-crayon>0:devel/R-cran-crayon \
+ R-cran-cli>0:devel/R-cran-cli \
R-cran-rprojroot>0:devel/R-cran-rprojroot
-TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \
+TEST_DEPENDS= R-cran-callr>0:devel/R-cran-callr \
+ R-cran-covr>0:devel/R-cran-covr \
R-cran-testthat>0:devel/R-cran-testthat \
- R-cran-withr>0:devel/R-cran-withr
+ R-cran-withr>0:devel/R-cran-withr \
+ R-cran-spelling>0:textproc/R-cran-spelling \
+ R-cran-gh>0:www/R-cran-gh
USES= cran:auto-plist