Tue Feb 11 00:00:16 2020 UTC ()
(devel/R-pkgbuild) Updated from 1.0.4 to 1.0.6

(pkgsrc)
USE_LANGUAGES= c added resulting
'make test' pass with only one WARNING

(upstream)
# pkgbuild 1.0.6
* Support for RTools 40 and custom msys2 toolchains that are explicitly set
  using the `CC` Makevars (#40).

# pkgbuild 1.0.5
* `check_build_tools()` gains a `quiet` argument, to control when the message
  is displayed. The message is no longer displayed when `check_build_tools()`
  is called internally by pkgbuild functions. (#83)


(mef)
diff -r1.1 -r1.2 pkgsrc/devel/R-pkgbuild/Makefile
diff -r1.1 -r1.2 pkgsrc/devel/R-pkgbuild/distinfo

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

--- pkgsrc/devel/R-pkgbuild/Makefile 2019/08/09 19:06:46 1.1
+++ pkgsrc/devel/R-pkgbuild/Makefile 2020/02/11 00:00:16 1.2
@@ -1,22 +1,23 @@ @@ -1,22 +1,23 @@
1# $NetBSD: Makefile,v 1.1 2019/08/09 19:06:46 brook Exp $ 1# $NetBSD: Makefile,v 1.2 2020/02/11 00:00:16 mef Exp $
2 2
3R_PKGNAME= pkgbuild 3R_PKGNAME= pkgbuild
4R_PKGVER= 1.0.4 4R_PKGVER= 1.0.6
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= gnu-gpl-v3 9LICENSE= gnu-gpl-v3
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
18 18
19USE_LANGUAGES= # none 19# need for make test
 20USE_LANGUAGES= c
20 21
21.include "../../math/R/Makefile.extension" 22.include "../../math/R/Makefile.extension"
22.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/devel/R-pkgbuild/distinfo 2019/08/09 19:06:46 1.1
+++ pkgsrc/devel/R-pkgbuild/distinfo 2020/02/11 00:00:16 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2019/08/09 19:06:46 brook Exp $ 1$NetBSD: distinfo,v 1.2 2020/02/11 00:00:16 mef Exp $
2 2
3SHA1 (R/pkgbuild_1.0.4.tar.gz) = 3698326678c63aad3e6aa620c4402fd6328d0fd1 3SHA1 (R/pkgbuild_1.0.6.tar.gz) = 415053fe74340ff0bd295eb818c51af45237c80a
4RMD160 (R/pkgbuild_1.0.4.tar.gz) = 85dcd3d75d638523886c2f5cb9c873a758afc14b 4RMD160 (R/pkgbuild_1.0.6.tar.gz) = b917a8d532a99a67982dcc6e413526e81ca64634
5SHA512 (R/pkgbuild_1.0.4.tar.gz) = cb6de726c10aa6b8eb5f1cb9360b48f71ce711821a3d0e3e2d07dfb3edc4b35da75a59e21ebe9934b39653ad584594ec1b6bae4e7ca6484c6bdfe7129534c49f 5SHA512 (R/pkgbuild_1.0.6.tar.gz) = 94b5d8e1040fb93e3a36fb80f5b50088655d484ad31d38e707e34f0a7be55da03839c44a1516db00d3a49027844d424eea6df7dbe03c189e2a6660d2f635a398
6Size (R/pkgbuild_1.0.4.tar.gz) = 28935 bytes 6Size (R/pkgbuild_1.0.6.tar.gz) = 29322 bytes