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 Jun 18 14:14:31 UTC 2023

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

Log Message:
(devel/R-pkgcache) Updated 2.0.4 to 2.1.1

# pkgcache 2.1.1

* `parse_installed()` now has a `packages` argument, to list only a subset
  of all packages.

* `parse_packages()` can now parse `PACKAGES` files with trailing
  whitespace (#93).

* The Bioconductor repositories now include the 'books' repository,
  available since Bioconductor 3.12.

# pkgcache 2.1.0

* pkgcache now supports binary packages on x86_64 macOS and R 4.3.0 and
  later (#89).

* Better Posit Package Manager (PPM) support. New `ppm_has_binaries()`,
  `ppm_r_versions()`, `ppm_repo_url()`, `ppm_snapshots()` and `ppm_platforms()`
  functions to help interacting with PPM. See the new 'pkgcache and Posit
  Package Manager on Linux' article at https://r-lib.github.io/pkgcache.
  (#47 and r-lib/pkgdepends#186).


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/R-pkgcache/Makefile
cvs rdiff -u -r1.7 -r1.8 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.8 pkgsrc/devel/R-pkgcache/Makefile:1.9
--- pkgsrc/devel/R-pkgcache/Makefile:1.8        Sun Jan  1 01:23:31 2023
+++ pkgsrc/devel/R-pkgcache/Makefile    Sun Jun 18 14:14:31 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2023/01/01 01:23:31 mef Exp $
+# $NetBSD: Makefile,v 1.9 2023/06/18 14:14:31 mef Exp $
 
 R_PKGNAME=     pkgcache
-R_PKGVER=      2.0.4
+R_PKGVER=      2.1.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/R-pkgcache/distinfo
diff -u pkgsrc/devel/R-pkgcache/distinfo:1.7 pkgsrc/devel/R-pkgcache/distinfo:1.8
--- pkgsrc/devel/R-pkgcache/distinfo:1.7        Sun Jan  1 01:23:31 2023
+++ pkgsrc/devel/R-pkgcache/distinfo    Sun Jun 18 14:14:31 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2023/01/01 01:23:31 mef Exp $
+$NetBSD: distinfo,v 1.8 2023/06/18 14:14:31 mef Exp $
 
-BLAKE2s (R/pkgcache_2.0.4.tar.gz) = 55659d60545a02ee046d27f702f0e2617d948799630fd0d76315a1ecde6c842e
-SHA512 (R/pkgcache_2.0.4.tar.gz) = 4d22b50ea9b0fac436dfde9eab708e5a458969d51cf02afb788055fa4c1b2881b637148467b3f4ad2ac79e2fc22840da93396431b0e0ef43a378983e69b8b47a
-Size (R/pkgcache_2.0.4.tar.gz) = 236939 bytes
+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



Home | Main Index | Thread Index | Old Index