git: d9515bd59c37 - main - math/R-cran-forcats: Update to 0.5.1 and take maintainership

Guangyuan Yang ygy at FreeBSD.org
Mon May 10 16:05:06 UTC 2021


The branch main has been updated by ygy (doc committer):

URL: https://cgit.FreeBSD.org/ports/commit/?id=d9515bd59c37d7096351d31e133f75df8fa4e417

commit d9515bd59c37d7096351d31e133f75df8fa4e417
Author:     Guangyuan Yang <ygy at FreeBSD.org>
AuthorDate: 2021-05-10 16:01:40 +0000
Commit:     Guangyuan Yang <ygy at FreeBSD.org>
CommitDate: 2021-05-10 16:01:40 +0000

    math/R-cran-forcats: Update to 0.5.1 and take maintainership
    
    Approved by:    lwhsu
---
 math/R-cran-forcats/Makefile  | 17 +++++++++++------
 math/R-cran-forcats/distinfo  |  6 +++---
 math/R-cran-forcats/pkg-descr |  2 +-
 3 files changed, 15 insertions(+), 10 deletions(-)

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,18 +1,23 @@
 PORTNAME=	forcats
-DISTVERSION=	0.5.0
-PORTREVISION=	1
+DISTVERSION=	0.5.1
 CATEGORIES=	math
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	ygy at 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
 
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
@@ -3,4 +3,4 @@ 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


More information about the dev-commits-ports-all mailing list