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 18 14:07:15 UTC 2023

Modified Files:
        pkgsrc/devel/R-pkgbuild: Makefile distinfo

Log Message:
(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).


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/R-pkgbuild/Makefile
cvs rdiff -u -r1.8 -r1.9 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.6 pkgsrc/devel/R-pkgbuild/Makefile:1.7
--- pkgsrc/devel/R-pkgbuild/Makefile:1.6        Sun Dec 18 03:17:42 2022
+++ pkgsrc/devel/R-pkgbuild/Makefile    Sun Jun 18 14:07:15 2023
@@ -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@localhost

Index: pkgsrc/devel/R-pkgbuild/distinfo
diff -u pkgsrc/devel/R-pkgbuild/distinfo:1.8 pkgsrc/devel/R-pkgbuild/distinfo:1.9
--- pkgsrc/devel/R-pkgbuild/distinfo:1.8        Sun Dec 18 03:17:42 2022
+++ pkgsrc/devel/R-pkgbuild/distinfo    Sun Jun 18 14:07:15 2023
@@ -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



Home | Main Index | Thread Index | Old Index