pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-fs
Module Name: pkgsrc
Committed By: mef
Date: Mon Jun 1 22:12:15 UTC 2026
Modified Files:
pkgsrc/devel/R-fs: Makefile distinfo
pkgsrc/devel/R-fs/patches: patch-src_Makevars
Log Message:
(devel/R-fs) Updated 1.6.5 to 2.1.0
# fs 2.1.0
* Also prefer system libuv on Ubuntu Linux
* fs now works with libuv from r-wasm for webr
* On CRAN MacOS we can use the new local static libuv from the 'recipe':
https://github.com/R-macos/recipes/pull/87
# fs 2.0.1
* Fix bug in finding system version of libuv, now actually works :)
* Workaround for MacOS if no cmake is available
# fs 2.0.0
* On Linux we now build against the system version of libuv if available.
Set envvar USE_BUNDLED_LIBUV to force building a static version instead.
* Vendored version of libuv was updated to 1.52.0. This version now uses
cmake instead of autotools to build.
# fs 1.6.7
* Windows: use libuv from Rtools (sync with httpuv)
* `path_has_parent()` now expands `~` (#412).
* New `path_select_components()` function to select components of one or
more paths (#326, @Tazinho).
* `dir_exists()` follows relative symlinks in non-current directories
(@heavywatal, #395).
* Fix some autotools warning for CRAN
* New maintainer
# fs 1.6.6
* No changes.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/R-fs/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/R-fs/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/R-fs/patches/patch-src_Makevars
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/R-fs/Makefile
diff -u pkgsrc/devel/R-fs/Makefile:1.7 pkgsrc/devel/R-fs/Makefile:1.8
--- pkgsrc/devel/R-fs/Makefile:1.7 Sun Jan 12 12:34:27 2025
+++ pkgsrc/devel/R-fs/Makefile Mon Jun 1 22:12:15 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2025/01/12 12:34:27 mef Exp $
+# $NetBSD: Makefile,v 1.8 2026/06/01 22:12:15 mef Exp $
R_PKGNAME= fs
-R_PKGVER= 1.6.5
+R_PKGVER= 2.1.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -26,5 +26,6 @@ TEST_DEPENDS+= tex-url-[0-9]*:../../prin
TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
.include "../../math/R/Makefile.extension"
+.include "../../devel/libuv/buildlink3.mk"
.include "../../devel/R-Rcpp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/R-fs/distinfo
diff -u pkgsrc/devel/R-fs/distinfo:1.10 pkgsrc/devel/R-fs/distinfo:1.11
--- pkgsrc/devel/R-fs/distinfo:1.10 Sun Jan 12 12:34:27 2025
+++ pkgsrc/devel/R-fs/distinfo Mon Jun 1 22:12:15 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2025/01/12 12:34:27 mef Exp $
+$NetBSD: distinfo,v 1.11 2026/06/01 22:12:15 mef Exp $
-BLAKE2s (R/fs_1.6.5.tar.gz) = 7b6364316d1556c44e656ecb04293f0238341e60109224d51ec925692e08ff04
-SHA512 (R/fs_1.6.5.tar.gz) = e4928d4e3780c626fcfeb1689b7244b4f256c6eb00d95ad628fbea5ebcea858e04a3efb30be1b05f69385d464a1f53db3afae94e4ddcbb8762dc0247cae0ce4f
-Size (R/fs_1.6.5.tar.gz) = 1200455 bytes
-SHA1 (patch-src_Makevars) = 5f6344c4860457b55e2ba5cbeffef862a557dab4
+BLAKE2s (R/fs_2.1.0.tar.gz) = 8e304a53024fa963c343d4a0eb1b7418c5d6963f7acaf7fdc31f9be9080f4737
+SHA512 (R/fs_2.1.0.tar.gz) = 46a8623ebcc968018fec0b2c6c8c93a5ad8219642ad6bd4293b5ec4b17cb7229e8098cae95a87ff0283ccb225abddf5b27888403bf8d142fc56fa9561cb00c69
+Size (R/fs_2.1.0.tar.gz) = 1471347 bytes
+SHA1 (patch-src_Makevars) = f294fa0008cb0f01e8a640fd4feecd62904c8734
Index: pkgsrc/devel/R-fs/patches/patch-src_Makevars
diff -u pkgsrc/devel/R-fs/patches/patch-src_Makevars:1.2 pkgsrc/devel/R-fs/patches/patch-src_Makevars:1.3
--- pkgsrc/devel/R-fs/patches/patch-src_Makevars:1.2 Tue Apr 19 12:46:05 2022
+++ pkgsrc/devel/R-fs/patches/patch-src_Makevars Mon Jun 1 22:12:15 2026
@@ -1,9 +1,9 @@
-$NetBSD: patch-src_Makevars,v 1.2 2022/04/19 12:46:05 mef Exp $
+$NetBSD: patch-src_Makevars,v 1.3 2026/06/01 22:12:15 mef Exp $
Add NetBSD for lkvm location
--- src/Makevars.orig 2019-02-11 21:16:12.000000000 +0000
-+++ src/Makevars
++++ src/Makevars.in 2019-02-11 21:16:12.000000000 +0000
@@ -12,6 +12,9 @@ endif
ifeq ($(UNAME), FreeBSD)
PKG_LIBS += -lkvm
Home |
Main Index |
Thread Index |
Old Index