pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-pkgbuild
Module Name: pkgsrc
Committed By: mef
Date: Sun Jun 14 05:09:05 UTC 2026
Modified Files:
pkgsrc/devel/R-pkgbuild: Makefile distinfo
Log Message:
(devel/R-pkgbuild) Updated 1.4.6 to 1.4.8
# pkgbuild 1.4.8
* New `Config/build/never-clean` `DESCRIPTION` option to avoid adding
`--preclean` to `R CMD INSTALL` (e.g., when header files have changed)
(@krlmlr, #204).
* `has_rtools()` & co. now work correctly on aarch64 Windows, when
`RTOOLS45_AARCH64_HOME` is not set (@remlapmot, #203).
* `pkg_build()` and `pkgbuild_process` now work corrently when building
binary packages from non-standard file names (#208).
# pkgbuild 1.4.7
* pkgbuild now supports R 4.5.x and Rtools45.
* `has_build_tools()` (and related functions) now do not explicitly check
for Rtools on Windows and R 4.3.0 and later, but rather they try to
compile a simple package, like on Unix, for #199.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/R-pkgbuild/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/R-pkgbuild/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-pkgbuild/Makefile
diff -u pkgsrc/devel/R-pkgbuild/Makefile:1.12 pkgsrc/devel/R-pkgbuild/Makefile:1.13
--- pkgsrc/devel/R-pkgbuild/Makefile:1.12 Mon Feb 3 22:13:17 2025
+++ pkgsrc/devel/R-pkgbuild/Makefile Sun Jun 14 05:09:05 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2025/02/03 22:13:17 mef Exp $
+# $NetBSD: Makefile,v 1.13 2026/06/14 05:09:05 mef Exp $
R_PKGNAME= pkgbuild
-R_PKGVER= 1.4.6
+R_PKGVER= 1.4.8
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/R-pkgbuild/distinfo
diff -u pkgsrc/devel/R-pkgbuild/distinfo:1.14 pkgsrc/devel/R-pkgbuild/distinfo:1.15
--- pkgsrc/devel/R-pkgbuild/distinfo:1.14 Mon Feb 3 22:13:17 2025
+++ pkgsrc/devel/R-pkgbuild/distinfo Sun Jun 14 05:09:05 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2025/02/03 22:13:17 mef Exp $
+$NetBSD: distinfo,v 1.15 2026/06/14 05:09:05 mef Exp $
-BLAKE2s (R/pkgbuild_1.4.6.tar.gz) = ac4beee8572b0473b5ae6823365760d565f3393c815c766de72738088f7d9698
-SHA512 (R/pkgbuild_1.4.6.tar.gz) = 1abfe65d542aaa4e34bb6dc530815cb10a1aa72704e39967d1b138be0f665222c8f6ec7c9aa65f8c0eb1020bea533570b0aa9a0dd8fa52eaa00b83a7d8740dfb
-Size (R/pkgbuild_1.4.6.tar.gz) = 48195 bytes
+BLAKE2s (R/pkgbuild_1.4.8.tar.gz) = f5818ab697fe04fc3200134eea509c4cf896742979661d9cbf6c0fdcb7d37e6a
+SHA512 (R/pkgbuild_1.4.8.tar.gz) = ba70a9398482185f3f64e825942186ac0bdd8aa64ad5cc92941d5c7a406a085f7289b117e1a4c78050c4054facfd0b32c5396bf1ea8976db25da059dc8f23052
+Size (R/pkgbuild_1.4.8.tar.gz) = 51302 bytes
Home |
Main Index |
Thread Index |
Old Index