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:           Sat Oct 19 22:13:38 UTC 2024

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

Log Message:
(devel/R-pkgcache) Updated 2.2.1 to 2.2.3

# pkgcache 2.2.3

* The metadata cache now does not use source URLs for packages in `Archive`
  on Posit Package Manager repositories. This URLs may serve a different
  package, even a source package when the main URL for the same package
  serves a binary package. The alternative URLs are not needed on PPM,
  anyway, because PPM is in a consistent state w.r.t. metadata and
  package files (https://github.com/r-lib/pak/issues/623).

* `parse_packages()` now does not throw a warning for empty `PACKAGES*`
  files (#107).

* `repo_set()` and the `ppm_*()` functions, e.g. `ppm_snapshots()`, now
  work again after the PPM API changes (#110, #115).

# pkgcache 2.2.2

* pkgcache now treats R 4.5.x (current R-devel) macOS binaries
  correctly. It is also more robust to changes the in macOS platform.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/R-pkgcache/Makefile
cvs rdiff -u -r1.9 -r1.10 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.11 pkgsrc/devel/R-pkgcache/Makefile:1.12
--- pkgsrc/devel/R-pkgcache/Makefile:1.11       Mon Jan 22 03:29:00 2024
+++ pkgsrc/devel/R-pkgcache/Makefile    Sat Oct 19 22:13:38 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2024/01/22 03:29:00 mef Exp $
+# $NetBSD: Makefile,v 1.12 2024/10/19 22:13:38 mef Exp $
 
 R_PKGNAME=     pkgcache
-R_PKGVER=      2.2.1
+R_PKGVER=      2.2.3
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/R-pkgcache/distinfo
diff -u pkgsrc/devel/R-pkgcache/distinfo:1.9 pkgsrc/devel/R-pkgcache/distinfo:1.10
--- pkgsrc/devel/R-pkgcache/distinfo:1.9        Mon Jan 22 03:29:00 2024
+++ pkgsrc/devel/R-pkgcache/distinfo    Sat Oct 19 22:13:38 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2024/01/22 03:29:00 mef Exp $
+$NetBSD: distinfo,v 1.10 2024/10/19 22:13:38 mef Exp $
 
-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
+BLAKE2s (R/pkgcache_2.2.3.tar.gz) = 3d8696703fd822b40fb56b7b5c1ceab622f7629264b673ef2052bb5850b8228a
+SHA512 (R/pkgcache_2.2.3.tar.gz) = ea883d972ad45ef818179efa59607ecf0544dca27cef721a2e2f4d821d3ddeef8a7c677e203eee389b779e8bb03bf8c2b8f749c4c268daa347837f7675567228
+Size (R/pkgcache_2.2.3.tar.gz) = 266662 bytes



Home | Main Index | Thread Index | Old Index