Mon Jan 22 03:29:00 2024 UTC (126d)
(devel/R-pkgcache) Updated 2.1.1 to 2.2.1

# pkgcache 2.2.1

* pkgcache now does a better job when matching the R version to a
  Bioconductor version.

# pkgcache 2.2.0

* New `pkg.current_platform` option and `PKG_CURRENT_PLATFORM` environment
  variable to override the detected platform.

* In `repo_add()` and `repo_resolve()` the `MRAN@` prefix is now deprecated
  and resolves to PPM, because MRAN will be retired soon. See more at
  <https://posit.co/blog/migrating-from-mran-to-posit-package-manager/>.

* The metadata cache now has `SystemRequirements` information for Bioconductor
  packages.


(mef)
diff -r1.10 -r1.11 pkgsrc/devel/R-pkgcache/Makefile
diff -r1.8 -r1.9 pkgsrc/devel/R-pkgcache/distinfo

cvs diff -r1.10 -r1.11 pkgsrc/devel/R-pkgcache/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/R-pkgcache/Makefile 2023/08/15 01:21:16 1.10
+++ pkgsrc/devel/R-pkgcache/Makefile 2024/01/22 03:29:00 1.11
@@ -1,41 +1,46 @@ @@ -1,41 +1,46 @@
1# $NetBSD: Makefile,v 1.10 2023/08/15 01:21:16 mef Exp $ 1# $NetBSD: Makefile,v 1.11 2024/01/22 03:29:00 mef Exp $
2 2
3R_PKGNAME= pkgcache 3R_PKGNAME= pkgcache
4R_PKGVER= 2.1.1 4R_PKGVER= 2.2.1
5CATEGORIES= devel 5CATEGORIES= devel
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= Cache 'CRAN'-Like Metadata and R Packages 8COMMENT= Cache 'CRAN'-Like Metadata and R Packages
9LICENSE= mit # + file LICENSE 9LICENSE= mit # + file LICENSE
10 10
11DEPENDS+= R-assertthat>=0.2.1:../../devel/R-assertthat 11DEPENDS+= R-assertthat>=0.2.1:../../devel/R-assertthat
12DEPENDS+= R-callr>=2.0.4.9000:../../devel/R-callr 12DEPENDS+= R-callr>=2.0.4.9000:../../devel/R-callr
13DEPENDS+= R-cli>=2.0.0:../../devel/R-cli 13DEPENDS+= R-cli>=2.0.0:../../devel/R-cli
14DEPENDS+= R-glue>=1.4.1:../../devel/R-glue 14DEPENDS+= R-glue>=1.4.1:../../devel/R-glue
15DEPENDS+= R-rappdirs>=0.3.1:../../devel/R-rappdirs 15DEPENDS+= R-rappdirs>=0.3.1:../../devel/R-rappdirs
16DEPENDS+= R-rlang>=0.4.9:../../devel/R-rlang 16DEPENDS+= R-rlang>=0.4.9:../../devel/R-rlang
17DEPENDS+= R-uuid>=0.1.2:../../devel/R-uuid 17DEPENDS+= R-uuid>=0.1.2:../../devel/R-uuid
18DEPENDS+= R-prettyunits>=1.0.2:../../math/R-prettyunits 18DEPENDS+= R-prettyunits>=1.0.2:../../math/R-prettyunits
19DEPENDS+= R-tibble>=2.1.3:../../math/R-tibble 19DEPENDS+= R-tibble>=2.1.3:../../math/R-tibble
20DEPENDS+= R-digest>=0.6.25:../../security/R-digest 20DEPENDS+= R-digest>=0.6.25:../../security/R-digest
21DEPENDS+= R-processx>=3.8.2:../../sysutils/R-processx 21DEPENDS+= R-processx>=3.8.2:../../sysutils/R-processx
22DEPENDS+= R-curl>=3.2:../../www/R-curl 22DEPENDS+= R-curl>=3.2:../../www/R-curl
23DEPENDS+= R-filelock-[0-9]*:../../devel/R-filelock 23DEPENDS+= R-filelock-[0-9]*:../../devel/R-filelock
24DEPENDS+= R-jsonlite-[0-9]*:../../textproc/R-jsonlite 24DEPENDS+= R-jsonlite-[0-9]*:../../textproc/R-jsonlite
25 25
26# Packages suggested but not available: 'debugme' 
27TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr 26TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
28#TEST_DEPENDS+= R-debugme-[0-9]*: 27TEST_DEPENDS+= R-debugme-[0-9]*:../../devel/R-debugme
29TEST_DEPENDS+= R-fs-[0-9]*:../../devel/R-fs 28TEST_DEPENDS+= R-fs-[0-9]*:../../devel/R-fs
30TEST_DEPENDS+= R-mockery-[0-9]*:../../devel/R-mockery 29TEST_DEPENDS+= R-mockery-[0-9]*:../../devel/R-mockery
31TEST_DEPENDS+= R-pingr-[0-9]*:../../net/R-pingr 30TEST_DEPENDS+= R-pingr-[0-9]*:../../net/R-pingr
32TEST_DEPENDS+= R-sessioninfo-[0-9]*:../../devel/R-sessioninfo 31TEST_DEPENDS+= R-sessioninfo-[0-9]*:../../devel/R-sessioninfo
33TEST_DEPENDS+= R-spelling-[0-9]*:../../textproc/R-spelling 32TEST_DEPENDS+= R-spelling-[0-9]*:../../textproc/R-spelling
34TEST_DEPENDS+= R-webfakes>=1.1.5:../../www/R-webfakes 33TEST_DEPENDS+= R-webfakes>=1.1.5:../../www/R-webfakes
35TEST_DEPENDS+= R-zip-[0-9]*:../../archivers/R-zip 34TEST_DEPENDS+= R-zip-[0-9]*:../../archivers/R-zip
36 35
 36# !pdfTeX error: pdflatex (file tctt1000): Font tctt1000 at 600 not found
 37TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
 38TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
 39TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
 40TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
 41TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
37 42
38USE_LANGUAGES= c 43USE_LANGUAGES= c
39 44
40.include "../../math/R/Makefile.extension" 45.include "../../math/R/Makefile.extension"
41.include "../../mk/bsd.pkg.mk" 46.include "../../mk/bsd.pkg.mk"

cvs diff -r1.8 -r1.9 pkgsrc/devel/R-pkgcache/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/R-pkgcache/distinfo 2023/06/18 14:14:31 1.8
+++ pkgsrc/devel/R-pkgcache/distinfo 2024/01/22 03:29:00 1.9
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.8 2023/06/18 14:14:31 mef Exp $ 1$NetBSD: distinfo,v 1.9 2024/01/22 03:29:00 mef Exp $
2 2
3BLAKE2s (R/pkgcache_2.1.1.tar.gz) = 21247998bb594a657d1e043d63206234042f6e82fdcaa1bfc964c179f56e3d64 3BLAKE2s (R/pkgcache_2.2.1.tar.gz) = 560a549804ee7dc3251a73b7764374b30392c61d0e32350bc2f109eb3f7ef3a6
4SHA512 (R/pkgcache_2.1.1.tar.gz) = 2675671ab1518dcca2b005ad888a0f4c60f4e35b20d6fe95170b56bbe2cb0ebf41480623f0cfaa3f516754b2dfddf400cd916c68e6eddc601924080e5bd77192 4SHA512 (R/pkgcache_2.2.1.tar.gz) = 762d5207dace7a7dff1f467bd4db66f0217249a3c6b46cced98a2b73934bd093de7bc5c632d3072c4ed0a3ee929fe9aa0cfa489e3f34d69cb02a1d8f36ba3d9f
5Size (R/pkgcache_2.1.1.tar.gz) = 258278 bytes 5Size (R/pkgcache_2.2.1.tar.gz) = 268378 bytes