Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Apr 2026 18:58:30 +0000
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: 28b1d4f09b06 - main - textproc/R-cran-vroom: Update tp 1.7.1
Message-ID:  <69cd6ad6.26831.16882bc4@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=28b1d4f09b06edfe2c4b767b777ce1fb9ad7c422

commit 28b1d4f09b06edfe2c4b767b777ce1fb9ad7c422
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2026-04-01 14:06:43 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2026-04-01 18:58:16 +0000

    textproc/R-cran-vroom: Update tp 1.7.1
    
    ChangeLog: https://cran.r-project.org/web/packages/vroom/news/news.html
---
 textproc/R-cran-vroom/Makefile              |  2 +-
 textproc/R-cran-vroom/distinfo              |  6 ++---
 textproc/R-cran-vroom/files/patch-fix-tests | 35 -----------------------------
 3 files changed, 4 insertions(+), 39 deletions(-)

diff --git a/textproc/R-cran-vroom/Makefile b/textproc/R-cran-vroom/Makefile
index 3f232bdca4ef..eb74d7ce7911 100644
--- a/textproc/R-cran-vroom/Makefile
+++ b/textproc/R-cran-vroom/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	vroom
-DISTVERSION=	1.7.0
+DISTVERSION=	1.7.1
 CATEGORIES=	textproc
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
diff --git a/textproc/R-cran-vroom/distinfo b/textproc/R-cran-vroom/distinfo
index 8913e601f1ca..0d29f7a5cdac 100644
--- a/textproc/R-cran-vroom/distinfo
+++ b/textproc/R-cran-vroom/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1769624400
-SHA256 (vroom_1.7.0.tar.gz) = 6749c24ff27342a807c5816a0d773d9163febbde0c0247469ef45dae9d7950fc
-SIZE (vroom_1.7.0.tar.gz) = 619356
+TIMESTAMP = 1775050823
+SHA256 (vroom_1.7.1.tar.gz) = 7d64f6227fdac3ee64c506654bb1d919e407f92fc2d0d5a2398dbb83001e8790
+SIZE (vroom_1.7.1.tar.gz) = 619728
diff --git a/textproc/R-cran-vroom/files/patch-fix-tests b/textproc/R-cran-vroom/files/patch-fix-tests
deleted file mode 100644
index 7724f2f7952b..000000000000
--- a/textproc/R-cran-vroom/files/patch-fix-tests
+++ /dev/null
@@ -1,35 +0,0 @@
-From cd07f44dc51ddcb0795ccda84c814c8af75668df Mon Sep 17 00:00:00 2001
-From: Jenny Bryan <jenny.f.bryan@gmail.com>
-Date: Thu, 29 Jan 2026 15:10:37 -0800
-Subject: [PATCH] Improve this test
-
-Closes #611
----
- tests/testthat/test-connection.R | 12 ++++++++----
- 1 file changed, 8 insertions(+), 4 deletions(-)
-
-diff --git tests/testthat/test-connection.R tests/testthat/test-connection.R
-index 22b23b37..86aecc4e 100644
---- tests/testthat/test-connection.R
-+++ tests/testthat/test-connection.R
-@@ -116,12 +116,16 @@ test_that("vroom_fwf() doesn't leak a connection when opening fails (permission
-   Sys.chmod(tfile, mode = "000") # Remove all permissions
-   connections_before <- showConnections(all = TRUE)
- 
--  # Not using snapshots, because not our error or warning
--  expect_error(
--    expect_warning(
-+  # It is conceivable that this vroom_fwf() will succeed if, for example, tests
-+  # are being run by root?
-+  # See https://github.com/tidyverse/vroom/issues/611
-+  # Therefore, we don't state a hard expectation around error or warning.
-+  # We just care that connections don't leak.
-+  try(
-+    suppressWarnings(
-       vroom_fwf(file(tfile), fwf_widths(c(6, 6, 6)), show_col_types = FALSE)
-     ),
--    "cannot open"
-+    silent = TRUE
-   )
- 
-   connections_after <- showConnections(all = TRUE)


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69cd6ad6.26831.16882bc4>