summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2021-06-01 13:26:05 +0000
committermef <mef@pkgsrc.org>2021-06-01 13:26:05 +0000
commitae52513d18d02869cebf2d3510abf697593b88ee (patch)
treee6357158ad85b51ecba7b3e52a6e70883642c9cd /devel
parent5c28011cb79a820305dcdc97ba10bc20ba617f9e (diff)
downloadpkgsrc-ae52513d18d02869cebf2d3510abf697593b88ee.tar.gz
(devel/R-pkgcache) Updated 1.1.1 to 1.2.2
# pkgcache 1.2.2 * The default location of the cache has changed to align with the standard `tools::R_user_dir()` cache location. To clean up your old cache call `pkgcache:::cleanup_old_cache_dir()`. # pkgcache 1.2.1 No user visible changes. # pkgcache 1.2.0 * New `repo_add()`, `repo_get()`, `repo_resolve()` and `with_repo()` functions to query and manipulate repositories. * `meta_cache_*()` functions now handle `getOption("repos")` changes correctly. * Failed metadata downloads now do not trigger metadata updates (#52). * New `bioc_release_version()`, `bioc_devel_version()`, `bioc_repos()` helper functions to deal with Bioconductor repositories. * Metadata cache functions, e.g. `meta_cache_deps()` etc. now allow specifying the dependency types in all lowercase (#54).
Diffstat (limited to 'devel')
-rw-r--r--devel/R-pkgcache/Makefile6
-rw-r--r--devel/R-pkgcache/distinfo10
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/R-pkgcache/Makefile b/devel/R-pkgcache/Makefile
index bebc769ddbc..509fc325634 100644
--- a/devel/R-pkgcache/Makefile
+++ b/devel/R-pkgcache/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2021/01/11 08:46:36 mef Exp $
+# $NetBSD: Makefile,v 1.4 2021/06/01 13:26:05 mef Exp $
R_PKGNAME= pkgcache
-R_PKGVER= 1.1.1
+R_PKGVER= 1.2.2
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -22,7 +22,7 @@ DEPENDS+= R-processx>=3.3.0.9001:../../sysutils/R-processx
DEPENDS+= R-curl>=3.2:../../www/R-curl
DEPENDS+= R-filelock-[0-9]*:../../devel/R-filelock
-# Packages suggested but not available: 'debugme', 'presser'
+# Packages suggested but not available: 'debugme', 'webfakes'
#TEST_DEPENDS+= R-debugme-[0-9]*:
diff --git a/devel/R-pkgcache/distinfo b/devel/R-pkgcache/distinfo
index b1190730d30..c8830f1d937 100644
--- a/devel/R-pkgcache/distinfo
+++ b/devel/R-pkgcache/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2021/01/01 10:17:46 mef Exp $
+$NetBSD: distinfo,v 1.2 2021/06/01 13:26:05 mef Exp $
-SHA1 (R/pkgcache_1.1.1.tar.gz) = 4cbd40032755f7149d5884432f96f09b37ab0a0a
-RMD160 (R/pkgcache_1.1.1.tar.gz) = f83980e5c7fcdd648d642b8cae2dabf4b373e8fe
-SHA512 (R/pkgcache_1.1.1.tar.gz) = 4d7f86c98902e1909376b8b38c15b98a39b815015df54f07082c8d453025eb11374881cf4f928986c819340c1b6467c956038d83ea20afbbd0f60cfc4e492b25
-Size (R/pkgcache_1.1.1.tar.gz) = 131818 bytes
+SHA1 (R/pkgcache_1.2.2.tar.gz) = 301682db6b416342032b1006650c8440cfc6b5d8
+RMD160 (R/pkgcache_1.2.2.tar.gz) = 11404581e56ddd92619f1838b2606a6fb0d8d84a
+SHA512 (R/pkgcache_1.2.2.tar.gz) = 2017dabbd540c46bf0e22524ebe4a45d60f538fc50f0ae54350632b21fa89c0d340ed8b09b1d82309eb075ea95b205cbb4c3181cf128f5a3dcdebd533cec8c38
+Size (R/pkgcache_1.2.2.tar.gz) = 164094 bytes