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: Sun Dec 18 03:25:06 UTC 2022
Modified Files:
pkgsrc/devel/R-pkgcache: Makefile distinfo
Log Message:
(devel/R-pkgcache) Updated 2.0.1 to 2.0.3
# pkgcache 2.0.3
* The `built` and `sysreqs` columns of the metadata case are always
character vectors now, and not logicals, as it used to be in some
edges cases in the past.
* The `deps` column of the metadata cache is not a tibble any more,
but a data frame with a `tbl` class, as it should be.
* `cran_archive_*()` functions now only download the metadata if it is newer
than what you have currently.
* `cran_archive_cleanup()` now does not ignore the `force` argument.
* The `sources` column in the metadata cache now has the correct URL for
packages in the CRAN archive (https://github.com/r-lib/pak/issues/425).
# pkgcache 2.0.2
* pkgcache error messages are better now.
* pkgcache now does not compress the metadata cache files, which makes
loading the metadata cache faster.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/R-pkgcache/Makefile
cvs rdiff -u -r1.5 -r1.6 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.6 pkgsrc/devel/R-pkgcache/Makefile:1.7
--- pkgsrc/devel/R-pkgcache/Makefile:1.6 Sat Apr 30 01:01:41 2022
+++ pkgsrc/devel/R-pkgcache/Makefile Sun Dec 18 03:25:06 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2022/04/30 01:01:41 mef Exp $
+# $NetBSD: Makefile,v 1.7 2022/12/18 03:25:06 mef Exp $
R_PKGNAME= pkgcache
-R_PKGVER= 2.0.1
+R_PKGVER= 2.0.3
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -31,10 +31,11 @@ TEST_DEPENDS+= R-mockery-[0-9]*:../../de
TEST_DEPENDS+= R-pingr-[0-9]*:../../net/R-pingr
TEST_DEPENDS+= R-sessioninfo-[0-9]*:../../devel/R-sessioninfo
TEST_DEPENDS+= R-spelling-[0-9]*:../../textproc/R-spelling
-TEST_DEPENDS+= R-webfakes-[0-9]*:../../www/R-webfakes
+TEST_DEPENDS+= R-webfakes>=1.1.5:../../www/R-webfakes
+TEST_DEPENDS+= R-zip-[0-9]*:../../archivers/R-zip
-USE_LANGUAGES= c
+USE_LANGUAGES= c
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/R-pkgcache/distinfo
diff -u pkgsrc/devel/R-pkgcache/distinfo:1.5 pkgsrc/devel/R-pkgcache/distinfo:1.6
--- pkgsrc/devel/R-pkgcache/distinfo:1.5 Sat Apr 30 01:01:41 2022
+++ pkgsrc/devel/R-pkgcache/distinfo Sun Dec 18 03:25:06 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2022/04/30 01:01:41 mef Exp $
+$NetBSD: distinfo,v 1.6 2022/12/18 03:25:06 mef Exp $
-BLAKE2s (R/pkgcache_2.0.1.tar.gz) = d21ab63907af89ce00878b2240ea165f9497d5c77166dd6a492d9da819642a39
-SHA512 (R/pkgcache_2.0.1.tar.gz) = 517ea5c328586df8997043af1bdb36e4bde0a980a088bdcfbd686c7b0ad6710ba39d98e9b1f0544dc5d4280ddb86887fb5badcaa65bcc9d3ca231f2d5665e0a4
-Size (R/pkgcache_2.0.1.tar.gz) = 223943 bytes
+BLAKE2s (R/pkgcache_2.0.3.tar.gz) = a334d4db64730b8d5a753d08d264b78db78b10bcf7ab9de442cb286bf3aebbc7
+SHA512 (R/pkgcache_2.0.3.tar.gz) = b5b8cf6f6205577ccbc232e915de04d537c394b9d96ef42f5b6fded56616ab3b2aa8c726a9cdcf8b7c0d0e4869399b8b21684bf6be14caa540a416bf75588984
+Size (R/pkgcache_2.0.3.tar.gz) = 236871 bytes
Home |
Main Index |
Thread Index |
Old Index