pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/R-pkgcache (devel/R-pkgcache) Updated 1.1.1 to ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5d0926714d5a
branches: trunk
changeset: 453662:5d0926714d5a
user: mef <mef%pkgsrc.org@localhost>
date: Tue Jun 01 13:26:05 2021 +0000
description:
(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:
devel/R-pkgcache/Makefile | 6 +++---
devel/R-pkgcache/distinfo | 10 +++++-----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (37 lines):
diff -r 788115032d97 -r 5d0926714d5a devel/R-pkgcache/Makefile
--- a/devel/R-pkgcache/Makefile Tue Jun 01 13:19:53 2021 +0000
+++ b/devel/R-pkgcache/Makefile Tue Jun 01 13:26:05 2021 +0000
@@ -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@localhost
@@ -22,7 +22,7 @@
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 -r 788115032d97 -r 5d0926714d5a devel/R-pkgcache/distinfo
--- a/devel/R-pkgcache/distinfo Tue Jun 01 13:19:53 2021 +0000
+++ b/devel/R-pkgcache/distinfo Tue Jun 01 13:26:05 2021 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index