svn commit: r551707 - head/textproc/R-cran-readr
TAKATSU Tomonari
tota at FreeBSD.org
Thu Oct 8 13:27:51 UTC 2020
Author: tota
Date: Thu Oct 8 13:27:50 2020
New Revision: 551707
URL: https://svnweb.freebsd.org/changeset/ports/551707
Log:
- Update to 1.4.0
Modified:
head/textproc/R-cran-readr/Makefile (contents, props changed)
head/textproc/R-cran-readr/distinfo (contents, props changed)
Modified: head/textproc/R-cran-readr/Makefile
==============================================================================
--- head/textproc/R-cran-readr/Makefile Thu Oct 8 13:14:32 2020 (r551706)
+++ head/textproc/R-cran-readr/Makefile Thu Oct 8 13:27:50 2020 (r551707)
@@ -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>
Modified: head/textproc/R-cran-readr/distinfo
==============================================================================
--- head/textproc/R-cran-readr/distinfo Thu Oct 8 13:14:32 2020 (r551706)
+++ head/textproc/R-cran-readr/distinfo Thu Oct 8 13:27:50 2020 (r551707)
@@ -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
More information about the svn-ports-all
mailing list