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:           Sat Apr 30 00:49:18 UTC 2022

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

Log Message:
(devel/R-pkgload) Updated 1.2.1 to 1.2.4

# pkgload 1.2.4

* Lionel Henry is now the maintainer.

* `load_all()` automatically registers package translations, if found.

# pkgload 1.2.3

* pkgload now forces all bindings on unload. This fixes errors and
  inconsistencies when dangling references force lazy bindings after
  unload or reload.

* `load_all()` now restores S3 methods registered by third party
  packages (#163).

* `load_dll()` will now preserve the DLL name when loading instead of
  always using the package name. This allows packages to include DLL's
  with different names (#162, @dfalbel).


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/R-pkgload/Makefile
cvs rdiff -u -r1.5 -r1.6 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.3 pkgsrc/devel/R-pkgload/Makefile:1.4
--- pkgsrc/devel/R-pkgload/Makefile:1.3 Tue Jun  1 13:31:23 2021
+++ pkgsrc/devel/R-pkgload/Makefile     Sat Apr 30 00:49:18 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2021/06/01 13:31:23 mef Exp $
+# $NetBSD: Makefile,v 1.4 2022/04/30 00:49:18 mef Exp $
 
 R_PKGNAME=     pkgload
-R_PKGVER=      1.2.1
+R_PKGVER=      1.2.4
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -15,9 +15,11 @@ DEPENDS+=    R-rprojroot>=1.3.2:../../devel
 DEPENDS+=      R-withr>=2.1.2:../../devel/R-withr
 DEPENDS+=      R-rstudioapi>=0.10:../../math/R-rstudioapi
 
-TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
 TEST_DEPENDS+= R-Rcpp-[0-9]*:../../devel/R-Rcpp
+TEST_DEPENDS+= R-bitops-[0-9]*:../../math/R-bitops
 TEST_DEPENDS+= R-callr-[0-9]*:../../devel/R-callr
+TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
 
 USE_LANGUAGES= c c++
 

Index: pkgsrc/devel/R-pkgload/distinfo
diff -u pkgsrc/devel/R-pkgload/distinfo:1.5 pkgsrc/devel/R-pkgload/distinfo:1.6
--- pkgsrc/devel/R-pkgload/distinfo:1.5 Tue Oct 26 10:14:07 2021
+++ pkgsrc/devel/R-pkgload/distinfo     Sat Apr 30 00:49:18 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:14:07 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/04/30 00:49:18 mef Exp $
 
-BLAKE2s (R/pkgload_1.2.1.tar.gz) = 657631368326453ba42ae6d6a46113636f189642d2e91145f4987cd5a37aaa19
-SHA512 (R/pkgload_1.2.1.tar.gz) = c80c532a23db99ffd0624673d6a7debcd12850df78cc669c6a91ddcc3be6085999d200b8d005e8a839ae0d33862af56589e887dff194a375566ae672836ffe57
-Size (R/pkgload_1.2.1.tar.gz) = 60651 bytes
+BLAKE2s (R/pkgload_1.2.4.tar.gz) = a5f3858e8e3bda640757ff45af32ef5d2b9f22b0cff52e7c47a859cbef82d1c0
+SHA512 (R/pkgload_1.2.4.tar.gz) = 5cc6c790c3fd77e938d5aacb841a2a416666ae8fdee09e5eefb54bd87fac1c912beecf8f3239f1dc3258103f90c2e4d5fcb8f27402a60fe280da70bb99892661
+Size (R/pkgload_1.2.4.tar.gz) = 62827 bytes



Home | Main Index | Thread Index | Old Index