diff options
Diffstat (limited to 'textproc/R-cran-readr/Makefile')
-rw-r--r-- | textproc/R-cran-readr/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/R-cran-readr/Makefile b/textproc/R-cran-readr/Makefile index 22b8f3b033dc..1af4f56e34ee 100644 --- a/textproc/R-cran-readr/Makefile +++ b/textproc/R-cran-readr/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= readr -PORTVERSION= 1.1.1 -PORTREVISION= 2 +PORTVERSION= 1.3.1 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -15,8 +14,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE CRAN_DEPENDS= R-cran-Rcpp>=0.12.0.5:devel/R-cran-Rcpp \ R-cran-tibble>0:devel/R-cran-tibble \ - R-cran-hms>0:devel/R-cran-hms \ + R-cran-hms>=0.4.1:devel/R-cran-hms \ R-cran-R6>0:devel/R-cran-R6 \ + R-cran-clipr>0:devel/R-cran-clipr \ + R-cran-crayon>0:devel/R-cran-crayon \ R-cran-BH>0:devel/R-cran-BH BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} |