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 Sep 22 08:37:55 UTC 2020

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

Log Message:
(devel/R-pkgbuild) Updated 1.0.6 to 1.1.0 for devel/R-devtools-2.3.1. tks wiz@

# pkgbuild 1.1.0

* `compile_dll()` now supports automatic cpp11 registration if the package links to cpp11.
* `rtools_needed` returns correct version instead of "custom" (@burgerga, #97)

# pkgbuild 1.0.8

* Fixes for capability RStudio 1.2. and Rtools 40, R 4.0.0

# pkgbuild 1.0.7

* Additional fixes for Rtools 40


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/devel/R-pkgbuild/Makefile:1.3
--- pkgsrc/devel/R-pkgbuild/Makefile:1.2        Tue Feb 11 00:00:16 2020
+++ pkgsrc/devel/R-pkgbuild/Makefile    Tue Sep 22 08:37:54 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2020/02/11 00:00:16 mef Exp $
+# $NetBSD: Makefile,v 1.3 2020/09/22 08:37:54 mef Exp $
 
 R_PKGNAME=     pkgbuild
-R_PKGVER=      1.0.6
+R_PKGVER=      1.1.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -16,6 +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
 
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+
 # need for make test
 USE_LANGUAGES= c
 
Index: pkgsrc/devel/R-pkgbuild/distinfo
diff -u pkgsrc/devel/R-pkgbuild/distinfo:1.2 pkgsrc/devel/R-pkgbuild/distinfo:1.3
--- pkgsrc/devel/R-pkgbuild/distinfo:1.2        Tue Feb 11 00:00:16 2020
+++ pkgsrc/devel/R-pkgbuild/distinfo    Tue Sep 22 08:37:54 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/02/11 00:00:16 mef Exp $
+$NetBSD: distinfo,v 1.3 2020/09/22 08:37:54 mef Exp $
 
-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
+SHA1 (R/pkgbuild_1.1.0.tar.gz) = edb26a8aa041cbe7a7117251e69ce9f224bfb45e
+RMD160 (R/pkgbuild_1.1.0.tar.gz) = 0da2941514a82d99f93e8344ccebbe1300c29992
+SHA512 (R/pkgbuild_1.1.0.tar.gz) = 657215fc46855288432dd407972cc7678d85d2e7f9a135901eae6cfa3c09189feacdd29fd54108949bcddc58f58b688a313afdd788256d0e21023c20ee455651
+Size (R/pkgbuild_1.1.0.tar.gz) = 29854 bytes



Home | Main Index | Thread Index | Old Index