diff --git a/math/R-cran-forcats/Makefile b/math/R-cran-forcats/Makefile index 99a7578a143e..55561b41dd19 100644 --- a/math/R-cran-forcats/Makefile +++ b/math/R-cran-forcats/Makefile @@ -1,19 +1,24 @@ PORTNAME= forcats -DISTVERSION= 0.5.0 -PORTREVISION= 1 +DISTVERSION= 0.5.1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ygy@FreeBSD.org COMMENT= Tools for Working with Categorical Variables (Factors) -LICENSE= GPLv3 +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= R-cran-magrittr>0:devel/R-cran-magrittr \ +BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr +RUN_DEPENDS= R-cran-ellipsis>0:devel/R-cran-ellipsis \ + R-cran-magrittr>0:devel/R-cran-magrittr \ R-cran-rlang>0:devel/R-cran-rlang \ R-cran-tibble>0:devel/R-cran-tibble -TEST_DEPENDS= R-cran-ggplot2>0:graphics/R-cran-ggplot2 +TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \ + R-cran-ggplot2>0:graphics/R-cran-ggplot2 \ + R-cran-dplyr>0:math/R-cran-dplyr \ + R-cran-knitr>0:print/R-cran-knitr USES= cran:auto-plist .include diff --git a/math/R-cran-forcats/distinfo b/math/R-cran-forcats/distinfo index b3da892508db..70202e465ed3 100644 --- a/math/R-cran-forcats/distinfo +++ b/math/R-cran-forcats/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1587857072 -SHA256 (forcats_0.5.0.tar.gz) = 8f960e789333ec597ddf2d653a64e330f03b86f465e9b71f6779f227355d90c4 -SIZE (forcats_0.5.0.tar.gz) = 257126 +TIMESTAMP = 1620620984 +SHA256 (forcats_0.5.1.tar.gz) = c4fb96e874e2bedaa8a1aa32ea22abdee7906d93b5c5c7b42c0894c0c5b6a289 +SIZE (forcats_0.5.1.tar.gz) = 258301 diff --git a/math/R-cran-forcats/pkg-descr b/math/R-cran-forcats/pkg-descr index fd6f47c50eea..c3629659df6e 100644 --- a/math/R-cran-forcats/pkg-descr +++ b/math/R-cran-forcats/pkg-descr @@ -1,6 +1,6 @@ Helpers for reordering factor levels (including moving specified levels to front, ordering by first appearance, reversing, and randomly shuffling), and tools for modifying factor levels (including collapsing rare levels into other, 'anonymising', and manually 'recoding'). -WWW: https://forcats.tidyverse.org/ +WWW: https://forcats.tidyverse.org