pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-pkgload



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jun 21 11:14:28 UTC 2026

Modified Files:
        pkgsrc/devel/R-pkgload: Makefile distinfo

Log Message:
(devel/R-pkgload) Updated 1.4.0 to 1.5.3, this is needed for fixing R-devtools packaging

# pkgload 1.5.3

* When reloading a package, `load_all()` now runs the unload hooks of the
  previously loaded package (`.onUnload()` and user hooks registered with
  `setHook()`), whether it was loaded with pkgload or regularly. The old
  namespace and its DLL are still kept loaded so that dangling references
  continue to work, and errors thrown from `.onUnload()` are demoted to
  warnings so that they can't prevent reloading (#253).

# pkgload 1.5.2

* Better handling of S7 topics (#332).

# pkgload 1.5.1

* Fixes for CRAN checks.

# pkgload 1.5.0

* Added support for injecting breakpoints in Positron (posit-dev/positron#1766).

# pkgload 1.4.1

* `load_all()` now supports explicit `debug` option to control using debug compiler flags (#224, @assaron).

* The generator of `compile_commands.json` now works with packages that compile extra libraries such as ragg.

* The generator of `compile_commands.json` now works with sources in subdirectories (#308, @krlmlr).

* The generator of `compile_commands.json` now checks for existing `R_SHARE_DIR`
  and `R_INCLUDE_DIR` environment variables (#287, #296, @TimTaylor and
  @shikokuchuo).

* The generator of `compile_commands.json` is now more reliable in the presence
  of extra whitespace in `make`'s output (#288, @TimTaylor).

* The generator of `compile_commands.json` now uses escaped double quotes for LinkingTo packages to ensure valid argument strings when parsed on Windows (#305, @tylermorganwall).


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/R-pkgload/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/R-pkgload/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-pkgload/Makefile
diff -u pkgsrc/devel/R-pkgload/Makefile:1.11 pkgsrc/devel/R-pkgload/Makefile:1.12
--- pkgsrc/devel/R-pkgload/Makefile:1.11        Sat Oct 19 22:41:03 2024
+++ pkgsrc/devel/R-pkgload/Makefile     Sun Jun 21 11:14:28 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2024/10/19 22:41:03 mef Exp $
+# $NetBSD: Makefile,v 1.12 2026/06/21 11:14:28 mef Exp $
 
 R_PKGNAME=     pkgload
-R_PKGVER=      1.4.0
+R_PKGVER=      1.5.3
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/R-pkgload/distinfo
diff -u pkgsrc/devel/R-pkgload/distinfo:1.10 pkgsrc/devel/R-pkgload/distinfo:1.11
--- pkgsrc/devel/R-pkgload/distinfo:1.10        Sat Oct 19 22:41:03 2024
+++ pkgsrc/devel/R-pkgload/distinfo     Sun Jun 21 11:14:28 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2024/10/19 22:41:03 mef Exp $
+$NetBSD: distinfo,v 1.11 2026/06/21 11:14:28 mef Exp $
 
-BLAKE2s (R/pkgload_1.4.0.tar.gz) = d09517fb0751e992d76727da9d9f4fb6dff85ac23c486bda96814931b484bde8
-SHA512 (R/pkgload_1.4.0.tar.gz) = 22737aeeb42533bf566ee114d79cbbd67c01098632bf924c9fb5a14e989db0ec546cce6ad48b1e10f2bebaea99606ce91d35c9c2a5ba326c51121da20fcbe02a
-Size (R/pkgload_1.4.0.tar.gz) = 85664 bytes
+BLAKE2s (R/pkgload_1.5.3.tar.gz) = 385c25373ff7b5a24751482cff4b93ed3abe8bdad006b6e2cbbffbb71826a64d
+SHA512 (R/pkgload_1.5.3.tar.gz) = 8da65182d299bc5ea6ff1b88c0b06102e0fb2367e056e970e2ac0ba35706bb504baf5798f79d7307099c8da4c7ab4872878e43eb9d61f73c40dca01336d21a44
+Size (R/pkgload_1.5.3.tar.gz) = 89069 bytes



Home | Main Index | Thread Index | Old Index