aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-cli/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/R-cran-cli/Makefile')
-rw-r--r--devel/R-cran-cli/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/R-cran-cli/Makefile b/devel/R-cran-cli/Makefile
index 5e554d7f70c6..58947ae2272b 100644
--- a/devel/R-cran-cli/Makefile
+++ b/devel/R-cran-cli/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= cli
-PORTVERSION= 1.1.0
-PORTREVISION= 1
+PORTVERSION= 2.0.0
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -13,7 +12,9 @@ COMMENT= Helpers for Developing Command Line Interfaces
LICENSE= MIT
CRAN_DEPENDS= R-cran-assertthat>0:math/R-cran-assertthat \
- R-cran-crayon>=1.3.4:devel/R-cran-crayon
+ R-cran-crayon>=1.3.4:devel/R-cran-crayon \
+ R-cran-glue>0:devel/R-cran-glue \
+ R-cran-fansi>0:devel/R-cran-fansi
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}