Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 162611A9239 for ; Sun, 28 Nov 2021 00:49:57 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 66ECA84EBC; Sun, 28 Nov 2021 00:49:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A109C84EB2 for ; Sun, 28 Nov 2021 00:49:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 8iDOP8-t-JNW for ; Sun, 28 Nov 2021 00:49:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1663B84D15 for ; Sun, 28 Nov 2021 00:49:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 092D1FAEC; Sun, 28 Nov 2021 00:49:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163806059593240" MIME-Version: 1.0 Date: Sun, 28 Nov 2021 00:49:55 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/R-cachem To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20211128004955.092D1FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163806059593240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Nov 28 00:49:54 UTC 2021 Modified Files: pkgsrc/devel/R-cachem: Makefile distinfo Log Message: (devel/R-cachem) Updated 1.0.5 to 1.0.6 cachem 1.0.6 ============ * Fixed #14: Fix off-by-one error when checking pruning throttling counter for `cache_disk`. (#15) * Closed #13: Added documentation for the `remove()` method. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/R-cachem/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/R-cachem/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163806059593240 Content-Disposition: inline Content-Length: 1754 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/R-cachem/Makefile diff -u pkgsrc/devel/R-cachem/Makefile:1.1 pkgsrc/devel/R-cachem/Makefile:1.2 --- pkgsrc/devel/R-cachem/Makefile:1.1 Mon May 31 22:33:11 2021 +++ pkgsrc/devel/R-cachem/Makefile Sun Nov 28 00:49:54 2021 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2021/05/31 22:33:11 mef Exp $ +# $NetBSD: Makefile,v 1.2 2021/11/28 00:49:54 mef Exp $ R_PKGNAME= cachem -R_PKGVER= 1.0.5 +R_PKGVER= 1.0.6 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org @@ -11,6 +11,8 @@ LICENSE= mit # + file LICENSE DEPENDS+= R-rlang>=0.4.10:../../devel/R-rlang DEPENDS+= R-fastmap-[0-9]*:../../devel/R-fastmap +TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat + USE_LANGUAGES= c .include "../../math/R/Makefile.extension" Index: pkgsrc/devel/R-cachem/distinfo diff -u pkgsrc/devel/R-cachem/distinfo:1.3 pkgsrc/devel/R-cachem/distinfo:1.4 --- pkgsrc/devel/R-cachem/distinfo:1.3 Tue Oct 26 10:14:02 2021 +++ pkgsrc/devel/R-cachem/distinfo Sun Nov 28 00:49:54 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:14:02 nia Exp $ +$NetBSD: distinfo,v 1.4 2021/11/28 00:49:54 mef Exp $ -BLAKE2s (R/cachem_1.0.5.tar.gz) = c38bde6a0ba6bd616d4085c2c5e31b27136de949807421021ceb74d4f0ade8e6 -SHA512 (R/cachem_1.0.5.tar.gz) = 4b984a0c674f0e33ba2b0209e34206997a2b6c46c1bf72d0d3399a5ea623efe3bf4e764b4fd296e352e45f0b68729d3a7e9d7ec381dafdea8178de4b5dd16c54 -Size (R/cachem_1.0.5.tar.gz) = 24974 bytes +BLAKE2s (R/cachem_1.0.6.tar.gz) = 9c64e3da8b60c11f21926d00e3b41b644c0af0b184d637bad41d83e001cb33a2 +SHA512 (R/cachem_1.0.6.tar.gz) = 79736de4d40119c13dbddd33ddc589da37ddb7a95d611e24b8a3246209b4ebd396590eab645712ea308df744324bcc1d173d06f3567797983cd066618c7fd976 +Size (R/cachem_1.0.6.tar.gz) = 25413 bytes --_----------=_163806059593240--