aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-cli/Makefile
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2019-12-11 17:41:24 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2019-12-11 17:41:24 +0000
commitecce3ad3a29e1c1c34a7b9edb8e582c6b7906657 (patch)
tree7d9b326f073d442add3d636f40f94dbb25681fac /devel/R-cran-cli/Makefile
parentd05ffb72d7e7de47296d19aa209c8b9828388e86 (diff)
downloadports-ecce3ad3a29e1c1c34a7b9edb8e582c6b7906657.tar.gz
ports-ecce3ad3a29e1c1c34a7b9edb8e582c6b7906657.zip
- Update to 2.0.0
Notes
Notes: svn path=/head/; revision=519821
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}