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:           Tue Feb 11 00:00:16 UTC 2020

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/R-pkgbuild/Makefile \
    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.1 pkgsrc/devel/R-pkgbuild/Makefile:1.2
--- pkgsrc/devel/R-pkgbuild/Makefile:1.1        Fri Aug  9 19:06:46 2019
+++ pkgsrc/devel/R-pkgbuild/Makefile    Tue Feb 11 00:00:16 2020
@@ -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=    pkgsrc-users%NetBSD.org@localhost
@@ -16,7 +16,8 @@ DEPENDS+=     R-rprojroot>=1.3.2:../../devel
 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"
Index: pkgsrc/devel/R-pkgbuild/distinfo
diff -u pkgsrc/devel/R-pkgbuild/distinfo:1.1 pkgsrc/devel/R-pkgbuild/distinfo:1.2
--- pkgsrc/devel/R-pkgbuild/distinfo:1.1        Fri Aug  9 19:06:46 2019
+++ pkgsrc/devel/R-pkgbuild/distinfo    Tue Feb 11 00:00:16 2020
@@ -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



Home | Main Index | Thread Index | Old Index