Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Oct 2023 07:47:00 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3904e690313a - main - textproc/R-cran-vroom: Update to 1.6.4
Message-ID:  <202310060747.3967l0NI025109@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3904e690313ae50c628c9ef378b46ce5f57610db

commit 3904e690313ae50c628c9ef378b46ce5f57610db
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2023-10-05 10:39:01 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2023-10-06 07:46:49 +0000

    textproc/R-cran-vroom: Update to 1.6.4
    
    - Switch to DISTVERSION
    - Define LICENSE_FILE
    - Take maintainership
    
    ChangeLog: https://cran.r-project.org/web/packages/vroom/news/news.html
---
 textproc/R-cran-vroom/Makefile | 9 ++++++---
 textproc/R-cran-vroom/distinfo | 6 +++---
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/textproc/R-cran-vroom/Makefile b/textproc/R-cran-vroom/Makefile
index 8e81adc1d052..5993b533cfac 100644
--- a/textproc/R-cran-vroom/Makefile
+++ b/textproc/R-cran-vroom/Makefile
@@ -1,13 +1,14 @@
 PORTNAME=	vroom
-PORTVERSION=	1.6.3
+DISTVERSION=	1.6.4
 CATEGORIES=	textproc
-DISTNAME=	${PORTNAME}_${PORTVERSION}
+DISTNAME=	${PORTNAME}_${DISTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	eduardo@FreeBSD.org
 COMMENT=	Read and Write Rectangular Text Data Quickly
 WWW=		https://cran.r-project.org/web/packages/vroom/
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 CRAN_DEPENDS=	R-cran-bit64>0:devel/R-cran-bit64 \
 		R-cran-cli>=3.2.0:devel/R-cran-cli \
@@ -25,6 +26,8 @@ CRAN_DEPENDS=	R-cran-bit64>0:devel/R-cran-bit64 \
 		R-cran-withr>0:devel/R-cran-withr
 BUILD_DEPENDS=	${CRAN_DEPENDS}
 RUN_DEPENDS=	${CRAN_DEPENDS}
+TEST_DEPENDS=	R-cran-testthat>0:devel/R-cran-testthat
+# Some tests failing: https://github.com/tidyverse/vroom/issues/520
 
 USES=		compiler:c++11-lang cran:auto-plist,compiles shebangfix
 
diff --git a/textproc/R-cran-vroom/distinfo b/textproc/R-cran-vroom/distinfo
index 19020b5dc590..4a6439159367 100644
--- a/textproc/R-cran-vroom/distinfo
+++ b/textproc/R-cran-vroom/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1683547157
-SHA256 (vroom_1.6.3.tar.gz) = dc4800e52b4a57cf63b88412cd35d25dca4e226374242dea95a12c62361a5f63
-SIZE (vroom_1.6.3.tar.gz) = 718863
+TIMESTAMP = 1696498619
+SHA256 (vroom_1.6.4.tar.gz) = 8d46f96b2621409838a5d0bfa86a70146cc31f375bf3c8f66b64bbdcc62ae24d
+SIZE (vroom_1.6.4.tar.gz) = 750198



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310060747.3967l0NI025109>