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:           Fri Jan  1 05:41:48 UTC 2021

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

Log Message:
(devel/R-pkgbuild) Updated 1.1.0 to 1.2.0

(pkgsrc)
 - LICENSE converted gnu-gpl-v3 to mit (as described below)

(upstream changes)
# pkgbuild 1.2.0

* pkgbuild is now licensed as MIT (#106)
* `compile_dll()` gains a `debug` argument for more control over the compile options used (@richfitz, #100)
* `pkgbuild_process()` and `build()` now use colored compiler diagnostics if supported (#102)
* Avoid documentation link ambiguity in R 4.1 (#105)


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/devel/R-pkgbuild/Makefile:1.4
--- pkgsrc/devel/R-pkgbuild/Makefile:1.3        Tue Sep 22 08:37:54 2020
+++ pkgsrc/devel/R-pkgbuild/Makefile    Fri Jan  1 05:41:47 2021
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.3 2020/09/22 08:37:54 mef Exp $
+# $NetBSD: Makefile,v 1.4 2021/01/01 05:41:47 mef Exp $
 
 R_PKGNAME=     pkgbuild
-R_PKGVER=      1.1.0
+R_PKGVER=      1.2.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Find tools needed to build R packages
-LICENSE=       gnu-gpl-v3
+LICENSE=       mit
 
 DEPENDS+=      R-callr>=3.2.0:../../devel/R-callr
 DEPENDS+=      R-cli>=1.1.0:../../devel/R-cli
@@ -17,6 +17,7 @@ DEPENDS+=     R-withr>=2.1.2:../../devel/R-w
 DEPENDS+=      R-prettyunits>=1.0.2:../../math/R-prettyunits
 
 TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+TEST_DEPENDS+= R-cpp11-[0-9]*:../../lang/R-cpp11
 
 # need for make test
 USE_LANGUAGES= c
Index: pkgsrc/devel/R-pkgbuild/distinfo
diff -u pkgsrc/devel/R-pkgbuild/distinfo:1.3 pkgsrc/devel/R-pkgbuild/distinfo:1.4
--- pkgsrc/devel/R-pkgbuild/distinfo:1.3        Tue Sep 22 08:37:54 2020
+++ pkgsrc/devel/R-pkgbuild/distinfo    Fri Jan  1 05:41:47 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2020/09/22 08:37:54 mef Exp $
+$NetBSD: distinfo,v 1.4 2021/01/01 05:41:47 mef Exp $
 
-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
+SHA1 (R/pkgbuild_1.2.0.tar.gz) = 947975c4d5126ace92607342d849bc3488c5f84a
+RMD160 (R/pkgbuild_1.2.0.tar.gz) = 7f9f9eaecbebfd15b9f3cdca3bf8413992517702
+SHA512 (R/pkgbuild_1.2.0.tar.gz) = f94f924ec6cca5cd61a9bbffdbc09ba3a7c48cd3300223900f8d9a5d4bd24d288be61e4d03a50f72a7c06297d01e276b1164279cd6c6cb0add9ebed20fec456c
+Size (R/pkgbuild_1.2.0.tar.gz) = 30383 bytes



Home | Main Index | Thread Index | Old Index