Skip to content

Commit

Permalink
(devel/R-pkgbuild) Updated 1.4.0 to 1.4.1
Browse files Browse the repository at this point in the history
# 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).
  • Loading branch information
mef committed Jun 18, 2023
1 parent c17dd31 commit 410592f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions devel/R-pkgbuild/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.6 2022/12/18 03:17:42 mef Exp $
# $NetBSD: Makefile,v 1.7 2023/06/18 14:07:15 mef Exp $

R_PKGNAME= pkgbuild
R_PKGVER= 1.4.0
R_PKGVER= 1.4.1
CATEGORIES= devel

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
8 changes: 4 additions & 4 deletions devel/R-pkgbuild/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.8 2022/12/18 03:17:42 mef Exp $
$NetBSD: distinfo,v 1.9 2023/06/18 14:07:15 mef Exp $

BLAKE2s (R/pkgbuild_1.4.0.tar.gz) = ab51f26b4c1203aeed86f62d837d0be713f33d43204a806f9e2b485e9a97fe16
SHA512 (R/pkgbuild_1.4.0.tar.gz) = 96ea673b2cf328ebb26be3dde8f61df96338fb422834ae432945bece1c996e6644e7f9ce03549132eaf5b5aaba5679535c7088857e72ae9227bd9a305d9c4d01
Size (R/pkgbuild_1.4.0.tar.gz) = 43739 bytes
BLAKE2s (R/pkgbuild_1.4.1.tar.gz) = 9090880685aef7e2b2d277dcb226ffc4bd890fa6bd3288a2fc58f6aae1f32712
SHA512 (R/pkgbuild_1.4.1.tar.gz) = 02bcce5417a71bf53b09048222c0d74849ce6b1da92184b4bf693b512d0c150d77ae1c5725bb226dbb2e43e8ea81166237140abe0dc9f11c6cba265304861d47
Size (R/pkgbuild_1.4.1.tar.gz) = 46906 bytes

0 comments on commit 410592f

Please sign in to comment.