pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-withr
Module Name: pkgsrc
Committed By: gutteridge
Date: Sat Apr 23 23:56:46 UTC 2022
Modified Files:
pkgsrc/devel/R-withr: Makefile distinfo
Log Message:
R-withr: update to 2.4.3 (and un-break bulk builds)
# withr 2.4.3
* Lionel Henry is the new maintainer.
* Handlers registered with the global environment (as happens when `local_()`
is run at the top-level, outside a function) are now automatically run
when the R session ends (#173).
* New `with_language()` and `local_language()` to temporarily control the
language used for translations (#180).
* `with_seed()` now caches the check for R version, so is now faster (#170)
* `with_makevars()` and `local_makevars()` now eagerly evaluate the `path` argument (#169)
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/R-withr/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/R-withr/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-withr/Makefile
diff -u pkgsrc/devel/R-withr/Makefile:1.6 pkgsrc/devel/R-withr/Makefile:1.7
--- pkgsrc/devel/R-withr/Makefile:1.6 Sat Jun 12 01:37:24 2021
+++ pkgsrc/devel/R-withr/Makefile Sat Apr 23 23:56:46 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2021/06/12 01:37:24 mef Exp $
+# $NetBSD: Makefile,v 1.7 2022/04/23 23:56:46 gutteridge Exp $
R_PKGNAME= withr
-R_PKGVER= 2.4.2
+R_PKGVER= 2.4.3
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/R-withr/distinfo
diff -u pkgsrc/devel/R-withr/distinfo:1.7 pkgsrc/devel/R-withr/distinfo:1.8
--- pkgsrc/devel/R-withr/distinfo:1.7 Tue Oct 26 10:14:10 2021
+++ pkgsrc/devel/R-withr/distinfo Sat Apr 23 23:56:46 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 10:14:10 nia Exp $
+$NetBSD: distinfo,v 1.8 2022/04/23 23:56:46 gutteridge Exp $
-BLAKE2s (R/withr_2.4.2.tar.gz) = 92186ee8c5cc9243ccd4e66eaa3e773cfa3f3d09c84745f0a08f05f84d39389e
-SHA512 (R/withr_2.4.2.tar.gz) = b493e06d03a1710cddbd008a8ee76ec951541bbd9992e49a03a87d3f2ebbb4805441d3c17ccfba3546fdd14bc46e67afc40236e972642faf832ecf0f3c58f72f
-Size (R/withr_2.4.2.tar.gz) = 94283 bytes
+BLAKE2s (R/withr_2.4.3.tar.gz) = ec382a5c748d4d5f3cf3746111839c8151a4cb7f06a678e887815e104431439e
+SHA512 (R/withr_2.4.3.tar.gz) = 2f07c97c5781c4ef3dee02c33842f192af6638cb59899e2560bf8b89583a55ef6472212c78c388fb6021621b53b00b11d01bfef8ee57c7d7a6711acb1c3323ce
+Size (R/withr_2.4.3.tar.gz) = 96600 bytes
Home |
Main Index |
Thread Index |
Old Index