- Update to 1.4.0

This commit is contained in:
TAKATSU Tomonari 2020-10-08 13:27:50 +00:00
parent 279970f51c
commit ab2768bc9d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=551707
2 changed files with 13 additions and 11 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= readr
PORTVERSION= 1.3.1
PORTREVISION= 2
PORTVERSION= 1.4.0
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${PORTVERSION}
@ -13,16 +12,19 @@ COMMENT= Read Rectangular Text Data
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/LICENSE
CRAN_DEPENDS= R-cran-Rcpp>=0.12.0.5:devel/R-cran-Rcpp \
R-cran-tibble>0:devel/R-cran-tibble \
R-cran-hms>=0.4.1:devel/R-cran-hms \
R-cran-R6>0:devel/R-cran-R6 \
CRAN_DEPENDS= R-cran-cli>0:devel/R-cran-cli \
R-cran-clipr>0:devel/R-cran-clipr \
R-cran-crayon>0:devel/R-cran-crayon \
R-cran-BH>0:devel/R-cran-BH
R-cran-hms>=0.4.1:devel/R-cran-hms \
R-cran-rlang>0:devel/R-cran-rlang \
R-cran-R6>0:devel/R-cran-R6 \
R-cran-tibble>0:devel/R-cran-tibble \
R-cran-lifecycle>0:devel/R-cran-lifecycle \
R-cran-BH>0:devel/R-cran-BH \
R-cran-cpp11>0:devel/R-cran-cpp11
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist,compiles
USES= compiler:c++11-lang cran:auto-plist,compiles
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1563067897
SHA256 (readr_1.3.1.tar.gz) = 33f94de39bb7f2a342fbb2bd4e5afcfec08798eac39672ee18042ac0b349e4f3
SIZE (readr_1.3.1.tar.gz) = 268853
TIMESTAMP = 1602050634
SHA256 (readr_1.4.0.tar.gz) = 02b1188aab8b2bc3f3d2bba5b946bd299610e87f3f7660c88b60b444093c46b9
SIZE (readr_1.4.0.tar.gz) = 488946