mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
textproc/R-cran-rio: Update to 1.2.3
Update dependencies. Take maintainership. Changelog: https://cloud.r-project.org/web/packages/rio/news/news.html
This commit is contained in:
parent
0450cd7a66
commit
e43c983d0a
2 changed files with 20 additions and 17 deletions
|
@ -1,30 +1,33 @@
|
||||||
PORTNAME= rio
|
PORTNAME= rio
|
||||||
DISTVERSION= 0.5.29
|
DISTVERSION= 1.2.3
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= uzsolt@FreeBSD.org
|
||||||
COMMENT= Swiss-Army knife for data I/O
|
COMMENT= Swiss-Army knife for data I/O
|
||||||
WWW= https://github.com/leeper/rio
|
WWW= https://github.com/leeper/rio
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr
|
RUN_DEPENDS= R-cran-clipr>0:devel/R-cran-clipr \
|
||||||
RUN_DEPENDS= R-cran-data.table>=1.9.8:devel/R-cran-data.table \
|
|
||||||
R-cran-tibble>0:devel/R-cran-tibble \
|
|
||||||
R-cran-curl>=0.6:ftp/R-cran-curl \
|
R-cran-curl>=0.6:ftp/R-cran-curl \
|
||||||
R-cran-haven>=1.1.0:math/R-cran-haven \
|
R-cran-data.table>=1.11.2:devel/R-cran-data.table \
|
||||||
R-cran-openxlsx>0:textproc/R-cran-openxlsx \
|
R-cran-haven>=1.1.2:math/R-cran-haven \
|
||||||
R-cran-readxl>=0.1.1:textproc/R-cran-readxl
|
R-cran-jsonlite>0:converters/R-cran-jsonlite \
|
||||||
TEST_DEPENDS= R-cran-jsonlite>0:converters/R-cran-jsonlite \
|
R-cran-R.utils>0:devel/R-cran-R.utils \
|
||||||
R-cran-bit64>0:devel/R-cran-bit64 \
|
|
||||||
R-cran-magrittr>0:devel/R-cran-magrittr \
|
|
||||||
R-cran-testthat>0:devel/R-cran-testthat \
|
|
||||||
R-cran-knitr>0:print/R-cran-knitr \
|
|
||||||
R-cran-readr>0:textproc/R-cran-readr \
|
R-cran-readr>0:textproc/R-cran-readr \
|
||||||
|
R-cran-readxl>=0.1.1:textproc/R-cran-readxl \
|
||||||
|
R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \
|
||||||
|
R-cran-tibble>0:devel/R-cran-tibble \
|
||||||
|
R-cran-writexl>0:textproc/R-cran-writexl \
|
||||||
R-cran-xml2>=1.2.0:textproc/R-cran-xml2 \
|
R-cran-xml2>=1.2.0:textproc/R-cran-xml2 \
|
||||||
R-cran-yaml>0:textproc/R-cran-yaml
|
R-cran-yaml>0:textproc/R-cran-yaml
|
||||||
|
TEST_DEPENDS= R-cran-bit64>0:devel/R-cran-bit64 \
|
||||||
|
R-cran-knitr>0:print/R-cran-knitr \
|
||||||
|
R-cran-magrittr>0:devel/R-cran-magrittr \
|
||||||
|
R-cran-stringi>0:textproc/R-cran-stringi \
|
||||||
|
R-cran-testthat>0:devel/R-cran-testthat \
|
||||||
|
R-cran-withr>0:devel/R-cran-withr
|
||||||
|
|
||||||
USES= cran:auto-plist
|
USES= cran:auto-plist
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1672262008
|
TIMESTAMP = 1727327933
|
||||||
SHA256 (rio_0.5.29.tar.gz) = 9fa63187e1814053e6ed2a164665b4924e08c3453adccb78f7211d403dcc5412
|
SHA256 (rio_1.2.3.tar.gz) = 438479d4b47f63dcffdc092e536ca3dfb1402ade8ffa1645fe716aa77f82d6aa
|
||||||
SIZE (rio_0.5.29.tar.gz) = 445401
|
SIZE (rio_1.2.3.tar.gz) = 531681
|
||||||
|
|
Loading…
Add table
Reference in a new issue