git: b5485dde1ea5 - main - math/R-cran-forcats: Take maintainership
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 20 Sep 2025 20:23:28 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b5485dde1ea5bff672542d09e3cdceadddd1c650
commit b5485dde1ea5bff672542d09e3cdceadddd1c650
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2025-09-20 20:18:39 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2025-09-20 20:18:39 +0000
math/R-cran-forcats: Take maintainership
- Switch WWW to r-project.org
- Doesn't need compilation, so remove BUILD_DEPENDS
- Add missing test dependencies
---
math/R-cran-forcats/Makefile | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/math/R-cran-forcats/Makefile b/math/R-cran-forcats/Makefile
index 4131b5567245..3cb52739dad4 100644
--- a/math/R-cran-forcats/Makefile
+++ b/math/R-cran-forcats/Makefile
@@ -1,17 +1,16 @@
PORTNAME= forcats
DISTVERSION= 1.0.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= eduardo@FreeBSD.org
COMMENT= Tools for Working with Categorical Variables (Factors)
-WWW= https://forcats.tidyverse.org/
+WWW= https://cran.r-project.org/package=forcats
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr
RUN_DEPENDS= R-cran-cli>=3.4.0:devel/R-cran-cli \
R-cran-glue>0:devel/R-cran-glue \
R-cran-lifecycle>0:devel/R-cran-lifecycle \
@@ -19,9 +18,10 @@ RUN_DEPENDS= R-cran-cli>=3.4.0:devel/R-cran-cli \
R-cran-rlang>=1.0.0:devel/R-cran-rlang \
R-cran-tibble>0:devel/R-cran-tibble
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
+ R-cran-ggplot2>0:graphics/R-cran-ggplot2 \
+ R-cran-knitr>0:print/R-cran-knitr \
+ R-cran-testthat>0:devel/R-cran-testthat
USES= cran:auto-plist