git: 7d0d4f47dad9 - main - textproc/R-cran-rio: upgrade to 0.5.29
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 28 Dec 2022 21:29:44 UTC
The branch main has been updated by thierry:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7d0d4f47dad98121e16b57d24ad49b1aad9110a9
commit 7d0d4f47dad98121e16b57d24ad49b1aad9110a9
Author: Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2022-12-28 21:27:25 +0000
Commit: Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2022-12-28 21:29:39 +0000
textproc/R-cran-rio: upgrade to 0.5.29
aChangelog at
<https://cran.r-project.org/web/packages/rio/news/news.html>.
---
textproc/R-cran-rio/Makefile | 3 +--
textproc/R-cran-rio/distinfo | 6 +++---
textproc/R-cran-rio/pkg-descr | 2 ++
3 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/textproc/R-cran-rio/Makefile b/textproc/R-cran-rio/Makefile
index 78b8117dd902..d411259394cd 100644
--- a/textproc/R-cran-rio/Makefile
+++ b/textproc/R-cran-rio/Makefile
@@ -1,6 +1,5 @@
PORTNAME= rio
-DISTVERSION= 0.5.16
-PORTREVISION= 3
+DISTVERSION= 0.5.29
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${DISTVERSION}
diff --git a/textproc/R-cran-rio/distinfo b/textproc/R-cran-rio/distinfo
index 840ddc7d17e1..08f495cc5a21 100644
--- a/textproc/R-cran-rio/distinfo
+++ b/textproc/R-cran-rio/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1544446543
-SHA256 (rio_0.5.16.tar.gz) = d3eb8d5a11e0a3d26169bb9d08f834a51a6516a349854250629072d59c29d465
-SIZE (rio_0.5.16.tar.gz) = 420489
+TIMESTAMP = 1672262008
+SHA256 (rio_0.5.29.tar.gz) = 9fa63187e1814053e6ed2a164665b4924e08c3453adccb78f7211d403dcc5412
+SIZE (rio_0.5.29.tar.gz) = 445401
diff --git a/textproc/R-cran-rio/pkg-descr b/textproc/R-cran-rio/pkg-descr
index fab20f36f95d..c55b80be607c 100644
--- a/textproc/R-cran-rio/pkg-descr
+++ b/textproc/R-cran-rio/pkg-descr
@@ -6,3 +6,5 @@ supported (including from SSL/HTTPS), compressed files can be read directly
without explicit decompression, and fast import packages are used where
appropriate. An additional convenience function, 'convert()', provides a simple
method for converting between file types.
+
+See also <https://cran.r-project.org/package=rio>.