pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/R-vroom



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jan 21 02:54:27 UTC 2024

Modified Files:
        pkgsrc/textproc/R-vroom: Makefile distinfo

Log Message:
(textproc/R-vroom) Updated 1.6.3 to 1.6.5

# vroom 1.6.5

* Internal changes requested by CRAN around format specification (#524).

# vroom 1.6.4

* It is now possible (again?) to read from a list of connections (@bairdj, #514).

* Internal change for compatibility with cpp11 >= 0.4.6 (@DavisVaughan, #512).


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/R-vroom/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/R-vroom/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/R-vroom/Makefile
diff -u pkgsrc/textproc/R-vroom/Makefile:1.3 pkgsrc/textproc/R-vroom/Makefile:1.4
--- pkgsrc/textproc/R-vroom/Makefile:1.3        Sat Jun 17 14:00:31 2023
+++ pkgsrc/textproc/R-vroom/Makefile    Sun Jan 21 02:54:27 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2023/06/17 14:00:31 mef Exp $
+# $NetBSD: Makefile,v 1.4 2024/01/21 02:54:27 mef Exp $
 
 R_PKGNAME=     vroom
-R_PKGVER=      1.6.3
+R_PKGVER=      1.6.5
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -22,6 +22,8 @@ DEPENDS+=     R-hms>=1.1.0:../../time/R-hms
 DEPENDS+=      R-progress-[0-9]*:../../sysutils/R-progress
 DEPENDS+=      R-tzdb-[0-9]*:../../time/R-tzdb
 
+# Packages suggested but not available: 'archive', 'patchwork'
+
 #EST_DEPENDS+= R-archive-[0-9]*:
 TEST_DEPENDS+= R-bench-[0-9]*:../../benchmarks/R-bench
 TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
@@ -41,7 +43,8 @@ TEST_DEPENDS+=        R-tidyr-[0-9]*:../../math
 TEST_DEPENDS+= R-waldo-[0-9]*:../../devel/R-waldo
 TEST_DEPENDS+= R-xml2-[0-9]*:../../textproc/R-xml2
 
-USE_LANGUAGES= c c++11
+USE_LANGUAGES+=                c
+USE_CXX_FEATURES+=     c++11
 
 REPLACE_BASH+= inst/bench/download-data.sh inst/bench/script.sh
 REPLACE_R+=    inst/bench/session_info.R inst/bench/run-bench.R inst/bench/run-bench-fwf.R

Index: pkgsrc/textproc/R-vroom/distinfo
diff -u pkgsrc/textproc/R-vroom/distinfo:1.5 pkgsrc/textproc/R-vroom/distinfo:1.6
--- pkgsrc/textproc/R-vroom/distinfo:1.5        Sat Jun 17 14:00:31 2023
+++ pkgsrc/textproc/R-vroom/distinfo    Sun Jan 21 02:54:27 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2023/06/17 14:00:31 mef Exp $
+$NetBSD: distinfo,v 1.6 2024/01/21 02:54:27 mef Exp $
 
-BLAKE2s (R/vroom_1.6.3.tar.gz) = 606890646350c9704d56d28ff63ebd9499c598c4099c93b50677d78f56259550
-SHA512 (R/vroom_1.6.3.tar.gz) = ae3c8579695e4e3b7b540ab938b53200b72612b194b0691f5716acecd4dca6208b8132521d47ee97a4552130c9cc146fcf8a2f952ab8da91c94454dab26f68f4
-Size (R/vroom_1.6.3.tar.gz) = 718863 bytes
+BLAKE2s (R/vroom_1.6.5.tar.gz) = f7f6c281fb023d086e301f474b396bc872e91775e34adcd901446124b08e8e74
+SHA512 (R/vroom_1.6.5.tar.gz) = 7df88eea567418608db95bfb7925e4371851fa1c9badecb15cf87ab64b6d2bcd3f19c8d278d95aa0c487e7ad2376332e0739975c55d677cf9b177f8ba3a6f502
+Size (R/vroom_1.6.5.tar.gz) = 750416 bytes



Home | Main Index | Thread Index | Old Index