Sun Jun 18 14:07:15 2023 UTC ()
(devel/R-pkgbuild) Updated 1.4.0 to 1.4.1

# pkgbuild 1.4.1

* New `Config/build/extra-sources` `DESCRIPTION` option to make pkgbuild aware
  of extra source files to consider in `needs_compile()`.

* New `Config/build/bootstrap` `DESCRIPTION` option. Set it to `TRUE` to run
  `Rscript bootstrap.R` in the package root prior to building the source
  package (#157, @paleolimbot).

* pkgbuild now supports Rtools43.

* pkgbuild now always _appends_ its extra compiler flags to the ones that
  already exist in the system and/or user `Makevars` files (#156).


(mef)
diff -r1.6 -r1.7 pkgsrc/devel/R-pkgbuild/Makefile
diff -r1.8 -r1.9 pkgsrc/devel/R-pkgbuild/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/devel/R-pkgbuild/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/R-pkgbuild/Makefile 2022/12/18 03:17:42 1.6
+++ pkgsrc/devel/R-pkgbuild/Makefile 2023/06/18 14:07:15 1.7
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.6 2022/12/18 03:17:42 mef Exp $ 1# $NetBSD: Makefile,v 1.7 2023/06/18 14:07:15 mef Exp $
2 2
3R_PKGNAME= pkgbuild 3R_PKGNAME= pkgbuild
4R_PKGVER= 1.4.0 4R_PKGVER= 1.4.1
5CATEGORIES= devel 5CATEGORIES= devel
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= Find tools needed to build R packages 8COMMENT= Find tools needed to build R packages
9LICENSE= mit 9LICENSE= mit
10 10
11DEPENDS+= R-callr>=3.2.0:../../devel/R-callr 11DEPENDS+= R-callr>=3.2.0:../../devel/R-callr
12DEPENDS+= R-cli>=1.1.0:../../devel/R-cli 12DEPENDS+= R-cli>=1.1.0:../../devel/R-cli
13DEPENDS+= R-crayon>=1.3.4:../../devel/R-crayon 13DEPENDS+= R-crayon>=1.3.4:../../devel/R-crayon
14DEPENDS+= R-desc>=1.2.0:../../devel/R-desc 14DEPENDS+= R-desc>=1.2.0:../../devel/R-desc
15DEPENDS+= R-rprojroot>=1.3.2:../../devel/R-rprojroot 15DEPENDS+= R-rprojroot>=1.3.2:../../devel/R-rprojroot
16DEPENDS+= R-withr>=2.1.2:../../devel/R-withr 16DEPENDS+= R-withr>=2.1.2:../../devel/R-withr
17DEPENDS+= R-prettyunits>=1.0.2:../../math/R-prettyunits 17DEPENDS+= R-prettyunits>=1.0.2:../../math/R-prettyunits

cvs diff -r1.8 -r1.9 pkgsrc/devel/R-pkgbuild/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/R-pkgbuild/distinfo 2022/12/18 03:17:42 1.8
+++ pkgsrc/devel/R-pkgbuild/distinfo 2023/06/18 14:07:15 1.9
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.8 2022/12/18 03:17:42 mef Exp $ 1$NetBSD: distinfo,v 1.9 2023/06/18 14:07:15 mef Exp $
2 2
3BLAKE2s (R/pkgbuild_1.4.0.tar.gz) = ab51f26b4c1203aeed86f62d837d0be713f33d43204a806f9e2b485e9a97fe16 3BLAKE2s (R/pkgbuild_1.4.1.tar.gz) = 9090880685aef7e2b2d277dcb226ffc4bd890fa6bd3288a2fc58f6aae1f32712
4SHA512 (R/pkgbuild_1.4.0.tar.gz) = 96ea673b2cf328ebb26be3dde8f61df96338fb422834ae432945bece1c996e6644e7f9ce03549132eaf5b5aaba5679535c7088857e72ae9227bd9a305d9c4d01 4SHA512 (R/pkgbuild_1.4.1.tar.gz) = 02bcce5417a71bf53b09048222c0d74849ce6b1da92184b4bf693b512d0c150d77ae1c5725bb226dbb2e43e8ea81166237140abe0dc9f11c6cba265304861d47
5Size (R/pkgbuild_1.4.0.tar.gz) = 43739 bytes 5Size (R/pkgbuild_1.4.1.tar.gz) = 46906 bytes