pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-cachem
Module Name: pkgsrc
Committed By: mef
Date: Thu Oct 17 21:57:34 UTC 2024
Modified Files:
pkgsrc/devel/R-cachem: Makefile distinfo
Log Message:
(devel/R-cachem) Updated 1.0.8 to 1.1.0
# cachem 1.1.0
* Fixed #47: In some cases, with a `cache_mem`, removing an item could
result in the spurious message "nothing to compact" being printed
out. (#48)
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/R-cachem/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/R-cachem/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-cachem/Makefile
diff -u pkgsrc/devel/R-cachem/Makefile:1.3 pkgsrc/devel/R-cachem/Makefile:1.4
--- pkgsrc/devel/R-cachem/Makefile:1.3 Sun Jun 11 10:37:33 2023
+++ pkgsrc/devel/R-cachem/Makefile Thu Oct 17 21:57:34 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2023/06/11 10:37:33 mef Exp $
+# $NetBSD: Makefile,v 1.4 2024/10/17 21:57:34 mef Exp $
R_PKGNAME= cachem
-R_PKGVER= 1.0.8
+R_PKGVER= 1.1.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -9,7 +9,7 @@ COMMENT= Cache R Objects with Automatic
LICENSE= mit # + file LICENSE
DEPENDS+= R-rlang>=0.4.10:../../devel/R-rlang
-DEPENDS+= R-fastmap>=1.1.1:../../devel/R-fastmap
+DEPENDS+= R-fastmap>=1.2.0:../../devel/R-fastmap
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
Index: pkgsrc/devel/R-cachem/distinfo
diff -u pkgsrc/devel/R-cachem/distinfo:1.5 pkgsrc/devel/R-cachem/distinfo:1.6
--- pkgsrc/devel/R-cachem/distinfo:1.5 Sun Jun 11 10:37:33 2023
+++ pkgsrc/devel/R-cachem/distinfo Thu Oct 17 21:57:34 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2023/06/11 10:37:33 mef Exp $
+$NetBSD: distinfo,v 1.6 2024/10/17 21:57:34 mef Exp $
-BLAKE2s (R/cachem_1.0.8.tar.gz) = b58ad14e8a60279dbf52be5002183c6b06d9df312066ae29c83f14c3eb8e2ad4
-SHA512 (R/cachem_1.0.8.tar.gz) = ac3818bff98e3efd4ab1e94b72be7ff919004b081973d29c5838405e1abf241624fcbeb963103aba33db11b9fde1d8f838659b883c39b9fb8499e0b9f48c328e
-Size (R/cachem_1.0.8.tar.gz) = 26510 bytes
+BLAKE2s (R/cachem_1.1.0.tar.gz) = 6f1736297970dab29d72cb8ea8ff9bbae0d55a4b47df88377fc11fc419e3ea9d
+SHA512 (R/cachem_1.1.0.tar.gz) = d94e49c80f84ee460a84a288573d0eb648b96fc57717948686280e90a4445546c77d57d8e424ae33c29dc1da274cf02cf761c4d49863e848fd796cd9537e567a
+Size (R/cachem_1.1.0.tar.gz) = 27192 bytes
Home |
Main Index |
Thread Index |
Old Index