Skip to content

Commit

Permalink
(devel/R-pkgbuild) Updated 1.1.0 to 1.2.0
Browse files Browse the repository at this point in the history
(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)
  • Loading branch information
mef committed Jan 1, 2021
1 parent f539d57 commit 929651d
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,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= [email protected]
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
Expand All @@ -17,6 +17,7 @@ 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
TEST_DEPENDS+= R-cpp11-[0-9]*:../../lang/R-cpp11

# need for make test
USE_LANGUAGES= c
Expand Down
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.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

0 comments on commit 929651d

Please sign in to comment.