mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
textproc/R-cran-stringr: Update to 1.6.0
Add testing dependencies and TESTING_UNSAFE. Switch WWW to canonical form. Changelog: https://cran.r-project.org/web/packages/stringr/news/news.html
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
PORTNAME= stringr
|
||||
DISTVERSION= 1.5.2
|
||||
DISTVERSION= 1.6.0
|
||||
CATEGORIES= textproc
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
||||
MAINTAINER= uzsolt@FreeBSD.org
|
||||
COMMENT= Make it easier to work with strings
|
||||
WWW= https://cran.r-project.org/web/packages/stringr/
|
||||
WWW= https://cran.r-project.org/package=stringr
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
@@ -16,8 +16,18 @@ RUN_DEPENDS= R-cran-cli>0:devel/R-cran-cli \
|
||||
R-cran-magrittr>0:devel/R-cran-magrittr \
|
||||
R-cran-rlang>=1.0.0:devel/R-cran-rlang \
|
||||
R-cran-stringi>=1.5.3:textproc/R-cran-stringi \
|
||||
R-cran-vctrs>0:devel/R-cran-vctrs
|
||||
R-cran-vctrs>=0.4.0:devel/R-cran-vctrs
|
||||
TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \
|
||||
R-cran-dplyr>0:math/R-cran-dplyr \
|
||||
R-cran-htmltools>0:textproc/R-cran-htmltools \
|
||||
R-cran-htmlwidgets>0:www/R-cran-htmlwidgets \
|
||||
R-cran-knitr>0:print/R-cran-knitr \
|
||||
R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \
|
||||
R-cran-testthat>=3.0.0:devel/R-cran-testthat \
|
||||
R-cran-tibble>0:devel/R-cran-tibble
|
||||
|
||||
USES= cran:auto-plist
|
||||
|
||||
TESTING_UNSAFE= Requires gt package from CRAN.
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1757509235
|
||||
SHA256 (stringr_1.5.2.tar.gz) = d410ecb4f19c3fd07bb32142d5d0286e2f19f1533ba86243776326a4e73837a3
|
||||
SIZE (stringr_1.5.2.tar.gz) = 178018
|
||||
TIMESTAMP = 1763318880
|
||||
SHA256 (stringr_1.6.0.tar.gz) = 24f2fc5df980a7eb888659e22b9744d2316c558624015c7a7cd8c3ce3e370064
|
||||
SIZE (stringr_1.6.0.tar.gz) = 195833
|
||||
|
||||
Reference in New Issue
Block a user