Skip to content

Commit

Permalink
(devel/R-pkgbuild) Updated from 1.0.4 to 1.0.6
Browse files Browse the repository at this point in the history
(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)
  • Loading branch information
mef committed Feb 11, 2020
1 parent 6cf2aa3 commit 5f3e2e7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
7 changes: 4 additions & 3 deletions devel/R-pkgbuild/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.1 2019/08/09 19:06:46 brook Exp $
# $NetBSD: Makefile,v 1.2 2020/02/11 00:00:16 mef Exp $

R_PKGNAME= pkgbuild
R_PKGVER= 1.0.4
R_PKGVER= 1.0.6
CATEGORIES= devel

MAINTAINER= [email protected]
Expand All @@ -16,7 +16,8 @@ DEPENDS+= R-rprojroot>=1.3.2:../../devel/R-rprojroot
DEPENDS+= R-withr>=2.1.2:../../devel/R-withr
DEPENDS+= R-prettyunits>=1.0.2:../../math/R-prettyunits

USE_LANGUAGES= # none
# need for make test
USE_LANGUAGES= c

.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
10 changes: 5 additions & 5 deletions devel/R-pkgbuild/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1 2019/08/09 19:06:46 brook Exp $
$NetBSD: distinfo,v 1.2 2020/02/11 00:00:16 mef Exp $

SHA1 (R/pkgbuild_1.0.4.tar.gz) = 3698326678c63aad3e6aa620c4402fd6328d0fd1
RMD160 (R/pkgbuild_1.0.4.tar.gz) = 85dcd3d75d638523886c2f5cb9c873a758afc14b
SHA512 (R/pkgbuild_1.0.4.tar.gz) = cb6de726c10aa6b8eb5f1cb9360b48f71ce711821a3d0e3e2d07dfb3edc4b35da75a59e21ebe9934b39653ad584594ec1b6bae4e7ca6484c6bdfe7129534c49f
Size (R/pkgbuild_1.0.4.tar.gz) = 28935 bytes
SHA1 (R/pkgbuild_1.0.6.tar.gz) = 415053fe74340ff0bd295eb818c51af45237c80a
RMD160 (R/pkgbuild_1.0.6.tar.gz) = b917a8d532a99a67982dcc6e413526e81ca64634
SHA512 (R/pkgbuild_1.0.6.tar.gz) = 94b5d8e1040fb93e3a36fb80f5b50088655d484ad31d38e707e34f0a7be55da03839c44a1516db00d3a49027844d424eea6df7dbe03c189e2a6660d2f635a398
Size (R/pkgbuild_1.0.6.tar.gz) = 29322 bytes

0 comments on commit 5f3e2e7

Please sign in to comment.