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 Jan 21 23:33:25 UTC 2024
Modified Files:
pkgsrc/devel/R-pkgload: Makefile distinfo
Log Message:
(devel/R-pkgload) Updated 1.3.3 to 1.3.4
# pkgload 1.3.4
* On load, pkgload now sets `PKGLOAD_PARENT_TEMPDIR` to the temporary
directory used in the current process. This provides a convenient place
to cache results for functions used in subprocesses (e.g. `devtools::test()`,
`devtools::document()`).
* Fixes for Debian packaging.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/R-pkgload/Makefile \
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.8 pkgsrc/devel/R-pkgload/Makefile:1.9
--- pkgsrc/devel/R-pkgload/Makefile:1.8 Mon Jan 8 07:48:05 2024
+++ pkgsrc/devel/R-pkgload/Makefile Sun Jan 21 23:33:24 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2024/01/08 07:48:05 mef Exp $
+# $NetBSD: Makefile,v 1.9 2024/01/21 23:33:24 mef Exp $
R_PKGNAME= pkgload
-R_PKGVER= 1.3.3
+R_PKGVER= 1.3.4
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -16,6 +16,8 @@ DEPENDS+= R-rprojroot>=1.3.2:../../devel
DEPENDS+= R-rstudioapi>=0.10:../../math/R-rstudioapi
DEPENDS+= R-withr>=2.1.2:../../devel/R-withr
+# Package suggested but not available: 'remotes'
+
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
Index: pkgsrc/devel/R-pkgload/distinfo
diff -u pkgsrc/devel/R-pkgload/distinfo:1.8 pkgsrc/devel/R-pkgload/distinfo:1.9
--- pkgsrc/devel/R-pkgload/distinfo:1.8 Mon Jan 8 07:48:05 2024
+++ pkgsrc/devel/R-pkgload/distinfo Sun Jan 21 23:33:24 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2024/01/08 07:48:05 mef Exp $
+$NetBSD: distinfo,v 1.9 2024/01/21 23:33:24 mef Exp $
-BLAKE2s (R/pkgload_1.3.3.tar.gz) = b7df8e4053588a0305fbc350025e496c21b512ae3bf96700c76dac934253fba4
-SHA512 (R/pkgload_1.3.3.tar.gz) = af27827c965232ddb04cf6992d8fc3ba177ee300507ba3ac2b6319a0075800e34c1f8b752136f40c6785db3eb915145025495c3597ce3a0e037ece173b905667
-Size (R/pkgload_1.3.3.tar.gz) = 77929 bytes
+BLAKE2s (R/pkgload_1.3.4.tar.gz) = 3142fdf55bd4fccb26fa5c04a5a17b3d83719221beea0f5e866242bd1f58068f
+SHA512 (R/pkgload_1.3.4.tar.gz) = c2bf74ae4bb279c2bb2c0a95d6170dba1534c092448adea9fe9623508438cfd9e1f9e0f1a5ccf4b16417532b89de8cb21a6ebc32c0ce7e6b1846fea3bb6a9850
+Size (R/pkgload_1.3.4.tar.gz) = 78189 bytes
Home |
Main Index |
Thread Index |
Old Index