pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-rprojroot
Module Name: pkgsrc
Committed By: mef
Date: Sun May 31 13:55:18 UTC 2026
Modified Files:
pkgsrc/devel/R-rprojroot: Makefile distinfo
Log Message:
(devel/R-rprojroot) Updated 2.0.4 to 2.1.1
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->
# rprojroot 2.1.1 (2025-08-26)
## Features
- `is_vscode_project` looks for `.vscode/settings.json` instead of just `.vscode/` (#162, #163).
## Documentation
- Use single quotes to avoid nested double quotes (#161).
# rprojroot 2.1.0 (2025-07-12)
## Bug fixes
- Fix example for `find_root()` (@salim-b, #98).
## Features
- Add `is_vscode_project` criterion, true if a `.vscode/` directory exists (#155, #157, @jennybc).
- New `is_targets_project` (@mitchelloharawild, #108, #146).
- Avoid warnings about invalid inputs with non-native encoding (@bastistician, #80).
- Align `is_pkgdown_project` with pkgdown \> 2.0.9. (#104, #106).
- Avoid warnings on Windows network drives (#105).
## Chore
- Rename `is_root()` to `is_fs_root()` to avoid confusion (#101).
## Documentation
- Switch to `index.md` (#113).
- Clarify `subdir` argument (#103).
- Fix typo (@salim-b, #99).
## Testing
- Replace mockr with `testthat::local_mocked_bindings()` (@salim-b, #97).
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/R-rprojroot/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/R-rprojroot/distinfo
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-rprojroot/Makefile
diff -u pkgsrc/devel/R-rprojroot/Makefile:1.5 pkgsrc/devel/R-rprojroot/Makefile:1.6
--- pkgsrc/devel/R-rprojroot/Makefile:1.5 Mon Jan 22 23:35:47 2024
+++ pkgsrc/devel/R-rprojroot/Makefile Sun May 31 13:55:18 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2024/01/22 23:35:47 mef Exp $
+# $NetBSD: Makefile,v 1.6 2026/05/31 13:55:18 mef Exp $
R_PKGNAME= rprojroot
-R_PKGVER= 2.0.4
+R_PKGVER= 2.1.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/R-rprojroot/distinfo
diff -u pkgsrc/devel/R-rprojroot/distinfo:1.6 pkgsrc/devel/R-rprojroot/distinfo:1.7
--- pkgsrc/devel/R-rprojroot/distinfo:1.6 Mon Jan 22 23:35:47 2024
+++ pkgsrc/devel/R-rprojroot/distinfo Sun May 31 13:55:18 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2024/01/22 23:35:47 mef Exp $
+$NetBSD: distinfo,v 1.7 2026/05/31 13:55:18 mef Exp $
-BLAKE2s (R/rprojroot_2.0.4.tar.gz) = 30264dc33d1308a0a330c5f8ac5e77681326f29b30bd3de3a00f8bdb849e8183
-SHA512 (R/rprojroot_2.0.4.tar.gz) = 27a07b4246aedc09495ab95bb08c2de33daca18d26389b333ecd92294a8b0cd7245990d9bf2e8592aa87dac91d10afb779dd948ced0342ccab0af0228c86827c
-Size (R/rprojroot_2.0.4.tar.gz) = 59946 bytes
+BLAKE2s (R/rprojroot_2.1.1.tar.gz) = a9fd452b0f2daaefa0339a0e67a40c05b607a8d455e1255c7567e39d51ab926c
+SHA512 (R/rprojroot_2.1.1.tar.gz) = 3299919ba3631f2209b71848425a54bec91dbee8b43e70734efc037777d884db27abc4cb184eac98da1ba04d7c99f412ad910f394a35e627ab8aad4622c9eb85
+Size (R/rprojroot_2.1.1.tar.gz) = 59899 bytes
Home |
Main Index |
Thread Index |
Old Index