pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/R-pkgcache



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Jan 22 03:29:00 UTC 2024

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

Log Message:
(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.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/R-pkgcache/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/R-pkgcache/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-pkgcache/Makefile
diff -u pkgsrc/devel/R-pkgcache/Makefile:1.10 pkgsrc/devel/R-pkgcache/Makefile:1.11
--- pkgsrc/devel/R-pkgcache/Makefile:1.10       Tue Aug 15 01:21:16 2023
+++ pkgsrc/devel/R-pkgcache/Makefile    Mon Jan 22 03:29:00 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2023/08/15 01:21:16 mef Exp $
+# $NetBSD: Makefile,v 1.11 2024/01/22 03:29:00 mef Exp $
 
 R_PKGNAME=     pkgcache
-R_PKGVER=      2.1.1
+R_PKGVER=      2.2.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -23,9 +23,8 @@ DEPENDS+=     R-curl>=3.2:../../www/R-curl
 DEPENDS+=      R-filelock-[0-9]*:../../devel/R-filelock
 DEPENDS+=      R-jsonlite-[0-9]*:../../textproc/R-jsonlite
 
-# Packages suggested but not available: 'debugme'
 TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
-#TEST_DEPENDS+=        R-debugme-[0-9]*:
+TEST_DEPENDS+= R-debugme-[0-9]*:../../devel/R-debugme
 TEST_DEPENDS+= R-fs-[0-9]*:../../devel/R-fs
 TEST_DEPENDS+= R-mockery-[0-9]*:../../devel/R-mockery
 TEST_DEPENDS+= R-pingr-[0-9]*:../../net/R-pingr
@@ -34,6 +33,12 @@ TEST_DEPENDS+=       R-spelling-[0-9]*:../../t
 TEST_DEPENDS+= R-webfakes>=1.1.5:../../www/R-webfakes
 TEST_DEPENDS+= R-zip-[0-9]*:../../archivers/R-zip
 
+# !pdfTeX error: pdflatex (file tctt1000): Font tctt1000 at 600 not found
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
 
 USE_LANGUAGES= c
 

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



Home | Main Index | Thread Index | Old Index