Sun Dec 18 09:30:46 2022 UTC ()
Fix uncommitted package linked, tks jperkin@


(mef)
diff -r1.16 -r1.17 pkgsrc/devel/R-devtools/Makefile
diff -r1.2 -r1.3 pkgsrc/www/R-pkgdown/Makefile

cvs diff -r1.16 -r1.17 pkgsrc/devel/R-devtools/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/R-devtools/Makefile 2022/12/18 08:26:21 1.16
+++ pkgsrc/devel/R-devtools/Makefile 2022/12/18 09:30:46 1.17
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.16 2022/12/18 08:26:21 jperkin Exp $ 1# $NetBSD: Makefile,v 1.17 2022/12/18 09:30:46 mef Exp $
2 2
3R_PKGNAME= devtools 3R_PKGNAME= devtools
4R_PKGVER= 2.4.5 4R_PKGVER= 2.4.5
5CATEGORIES= devel 5CATEGORIES= devel
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= Tools to make developing R packages easier 8COMMENT= Tools to make developing R packages easier
9LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 9LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
10 10
11DEPENDS+= R-callr>=3.6.0:../../devel/R-callr 11DEPENDS+= R-callr>=3.6.0:../../devel/R-callr
12DEPENDS+= R-cli>=3.0.0:../../devel/R-cli 12DEPENDS+= R-cli>=3.0.0:../../devel/R-cli
13DEPENDS+= R-covr>=3.5.1:../../devel/R-covr 13DEPENDS+= R-covr>=3.5.1:../../devel/R-covr
14DEPENDS+= R-desc>=1.3.0:../../devel/R-desc 14DEPENDS+= R-desc>=1.3.0:../../devel/R-desc
@@ -20,27 +20,27 @@ DEPENDS+= R-pkgload>=1.3.2:../../devel/R @@ -20,27 +20,27 @@ DEPENDS+= R-pkgload>=1.3.2:../../devel/R
20DEPENDS+= R-rcmdcheck>=1.3.3:../../devel/R-rcmdcheck 20DEPENDS+= R-rcmdcheck>=1.3.3:../../devel/R-rcmdcheck
21DEPENDS+= R-remotes>=2.3.0:../../devel/R-remotes 21DEPENDS+= R-remotes>=2.3.0:../../devel/R-remotes
22DEPENDS+= R-roxygen2>=7.1.1:../../devel/R-roxygen2 22DEPENDS+= R-roxygen2>=7.1.1:../../devel/R-roxygen2
23DEPENDS+= R-sessioninfo>=1.1.1:../../devel/R-sessioninfo 23DEPENDS+= R-sessioninfo>=1.1.1:../../devel/R-sessioninfo
24DEPENDS+= R-testthat>=2.3.2:../../devel/R-testthat 24DEPENDS+= R-testthat>=2.3.2:../../devel/R-testthat
25DEPENDS+= R-usethis>=2.1.6:../../devel/R-usethis 25DEPENDS+= R-usethis>=2.1.6:../../devel/R-usethis
26DEPENDS+= R-withr>=2.2.0:../../devel/R-withr 26DEPENDS+= R-withr>=2.2.0:../../devel/R-withr
27DEPENDS+= R-rstudioapi>=0.11:../../math/R-rstudioapi 27DEPENDS+= R-rstudioapi>=0.11:../../math/R-rstudioapi
28DEPENDS+= R-digest>=0.6.20:../../security/R-digest 28DEPENDS+= R-digest>=0.6.20:../../security/R-digest
29DEPENDS+= R-jsonlite>=1.7.1:../../textproc/R-jsonlite 29DEPENDS+= R-jsonlite>=1.7.1:../../textproc/R-jsonlite
30DEPENDS+= R-DT>=0.15:../../textproc/R-DT 30DEPENDS+= R-DT>=0.15:../../textproc/R-DT
31DEPENDS+= R-httr>=1.4.2:../../www/R-httr 31DEPENDS+= R-httr>=1.4.2:../../www/R-httr
32DEPENDS+= R-rversions>=2.0.2:../../devel/R-rversions 32DEPENDS+= R-rversions>=2.0.2:../../devel/R-rversions
33#DEPENDS+= R-profvis-[0-9]*:../../benchmarks/R-profvis 33DEPENDS+= R-profvis-[0-9]*:../../benchmarks/R-profvis
34DEPENDS+= R-pkgdown-[0-9]*:../../www/R-pkgdown 34DEPENDS+= R-pkgdown-[0-9]*:../../www/R-pkgdown
35DEPENDS+= R-miniUI-[0-9]*:../../www/R-miniUI 35DEPENDS+= R-miniUI-[0-9]*:../../www/R-miniUI
36DEPENDS+= R-urlchecker-[0-9]*:../../www/R-urlchecker 36DEPENDS+= R-urlchecker-[0-9]*:../../www/R-urlchecker
37 37
38# Packages suggested but not available: 38# Packages suggested but not available:
39# 'BiocManager', 'foghorn', 'gmailr', 'pkgdown', 'rhub' 39# 'BiocManager', 'foghorn', 'gmailr', 'pkgdown', 'rhub'
40# 40#
41# Packages required and available but unsuitable versions: 41# Packages required and available but unsuitable versions:
42# 'rstudioapi', 'digest', 'DT', 'gh', 'spelling' 42# 'rstudioapi', 'digest', 'DT', 'gh', 'spelling'
43 43
44TEST_DEPENDS+= R-bitops-[0-9]*:../../math/R-bitops 44TEST_DEPENDS+= R-bitops-[0-9]*:../../math/R-bitops
45TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr 45TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
46TEST_DEPENDS+= R-curl>=4.3:../../www/R-curl 46TEST_DEPENDS+= R-curl>=4.3:../../www/R-curl

cvs diff -r1.2 -r1.3 pkgsrc/www/R-pkgdown/Makefile (expand / switch to unified diff)

--- pkgsrc/www/R-pkgdown/Makefile 2022/12/18 08:26:21 1.2
+++ pkgsrc/www/R-pkgdown/Makefile 2022/12/18 09:30:46 1.3
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.2 2022/12/18 08:26:21 jperkin Exp $ 1# $NetBSD: Makefile,v 1.3 2022/12/18 09:30:46 mef Exp $
2 2
3R_PKGNAME= pkgdown 3R_PKGNAME= pkgdown
4R_PKGVER= 2.0.7 4R_PKGVER= 2.0.7
5CATEGORIES= www 5CATEGORIES= www
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= Make Static HTML Documentation for a Package 8COMMENT= Make Static HTML Documentation for a Package
9LICENSE= mit # + file LICENSE 9LICENSE= mit # + file LICENSE
10 10
11DEPENDS+= R-callr>=2.0.2:../../devel/R-callr 11DEPENDS+= R-callr>=2.0.2:../../devel/R-callr
12DEPENDS+= R-crayon>=1.5.1:../../devel/R-crayon 12DEPENDS+= R-crayon>=1.5.1:../../devel/R-crayon
13DEPENDS+= R-desc>=1.4.1:../../devel/R-desc 13DEPENDS+= R-desc>=1.4.1:../../devel/R-desc
14DEPENDS+= R-fs>=1.4.0:../../devel/R-fs 14DEPENDS+= R-fs>=1.4.0:../../devel/R-fs
@@ -17,19 +17,19 @@ DEPENDS+= R-memoise>=2.0.0:../../devel/R @@ -17,19 +17,19 @@ DEPENDS+= R-memoise>=2.0.0:../../devel/R
17DEPENDS+= R-purrr>=0.3.4:../../devel/R-purrr 17DEPENDS+= R-purrr>=0.3.4:../../devel/R-purrr
18DEPENDS+= R-rlang>=1.0.0:../../devel/R-rlang 18DEPENDS+= R-rlang>=1.0.0:../../devel/R-rlang
19DEPENDS+= R-whisker>=0.4:../../devel/R-whisker 19DEPENDS+= R-whisker>=0.4:../../devel/R-whisker
20DEPENDS+= R-withr>=2.4.3:../../devel/R-withr 20DEPENDS+= R-withr>=2.4.3:../../devel/R-withr
21DEPENDS+= R-tibble>=3.1.4:../../math/R-tibble 21DEPENDS+= R-tibble>=3.1.4:../../math/R-tibble
22DEPENDS+= R-digest>=0.6.25:../../security/R-digest 22DEPENDS+= R-digest>=0.6.25:../../security/R-digest
23DEPENDS+= R-jsonlite>=1.8.0:../../textproc/R-jsonlite 23DEPENDS+= R-jsonlite>=1.8.0:../../textproc/R-jsonlite
24DEPENDS+= R-rmarkdown>=1.1.9007:../../textproc/R-rmarkdown 24DEPENDS+= R-rmarkdown>=1.1.9007:../../textproc/R-rmarkdown
25DEPENDS+= R-xml2>=1.3.1:../../textproc/R-xml2 25DEPENDS+= R-xml2>=1.3.1:../../textproc/R-xml2
26DEPENDS+= R-yaml>=2.2.1:../../textproc/R-yaml 26DEPENDS+= R-yaml>=2.2.1:../../textproc/R-yaml
27DEPENDS+= R-bslib>=0.3.1:../../www/R-bslib 27DEPENDS+= R-bslib>=0.3.1:../../www/R-bslib
28DEPENDS+= R-httr>=1.4.2:../../www/R-httr 28DEPENDS+= R-httr>=1.4.2:../../www/R-httr
29DEPENDS+= R-ragg-[0-9]*:../../graphics/R-ragg 29DEPENDS+= R-ragg-[0-9]*:../../graphics/R-ragg
30#DEPENDS+= R-downlit-[0-9]*:../../www/R-downlit 30DEPENDS+= R-downlit-[0-9]*:../../www/R-downlit
31 31
32USE_LANGUAGES= # none 32USE_LANGUAGES= # none
33 33
34.include "../../math/R/Makefile.extension" 34.include "../../math/R/Makefile.extension"
35.include "../../mk/bsd.pkg.mk" 35.include "../../mk/bsd.pkg.mk"