diff --git a/devel/R-cran-brio/Makefile b/devel/R-cran-brio/Makefile index 3bb0eb0b88be..fa9cb76255f3 100644 --- a/devel/R-cran-brio/Makefile +++ b/devel/R-cran-brio/Makefile @@ -1,17 +1,17 @@ PORTNAME= brio -DISTVERSION= 1.1.2 +DISTVERSION= 1.1.3 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= ygy@FreeBSD.org COMMENT= Basic R Input Output LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \ R-cran-testthat>=2.1.0:devel/R-cran-testthat USES= cran:auto-plist,compiles .include diff --git a/devel/R-cran-brio/distinfo b/devel/R-cran-brio/distinfo index 7bbe0537625d..ea38ce856b88 100644 --- a/devel/R-cran-brio/distinfo +++ b/devel/R-cran-brio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619568183 -SHA256 (brio_1.1.2.tar.gz) = 42dde6953151e31cc38bbec72335c01ac9e755cc07d11e26f4e1fcd0f9f471ef -SIZE (brio_1.1.2.tar.gz) = 12069 +TIMESTAMP = 1638379848 +SHA256 (brio_1.1.3.tar.gz) = eaa89041856189bee545bf1c42c7920a0bb0f1f70bb477487c467ee3e8fedcc6 +SIZE (brio_1.1.3.tar.gz) = 12629 diff --git a/devel/R-cran-brio/pkg-descr b/devel/R-cran-brio/pkg-descr index 3284d51d3422..c4d18001a267 100644 --- a/devel/R-cran-brio/pkg-descr +++ b/devel/R-cran-brio/pkg-descr @@ -1,5 +1,5 @@ Functions to handle basic input output, these functions always read and write UTF-8 (8-bit Unicode Transformation Format) files and provide more explicit control over line endings. -WWW: https://github.com/r-lib/brio +WWW: https://brio.r-lib.org