Received: by mail.netbsd.org (Postfix, from userid 605) id 1425E84DC1; Sat, 17 Dec 2022 15:26:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 45CA384D72 for ; Sat, 17 Dec 2022 15:26:17 +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 b-bdDzp6WWwA for ; Sat, 17 Dec 2022 15:26:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B607B84C13 for ; Sat, 17 Dec 2022 15:26:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AF2D0FA90; Sat, 17 Dec 2022 15:26:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1671290776133050" MIME-Version: 1.0 Date: Sat, 17 Dec 2022 15:26:16 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/R-memoise To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20221217152616.AF2D0FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1671290776133050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Dec 17 15:26:16 UTC 2022 Modified Files: pkgsrc/devel/R-memoise: Makefile distinfo Log Message: (devel/R-memoise) Updated 2.0.0 to 2.0.1 # memoise 2.0.1 # Version 2.0.0.9000 * Winston Chang is now the maintainer. * The default value for the `hash` argument of `memoise()` is now taken with an indirection in case `memoise()` is called at the top-level of a namespace (r-lib/rlang#1177). * Fixed a bug in `has_cache()` that caused it to get the value unnecessarily. (#123) To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/R-memoise/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/R-memoise/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1671290776133050 Content-Disposition: inline Content-Length: 1496 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/R-memoise/Makefile diff -u pkgsrc/devel/R-memoise/Makefile:1.5 pkgsrc/devel/R-memoise/Makefile:1.6 --- pkgsrc/devel/R-memoise/Makefile:1.5 Mon May 31 22:43:04 2021 +++ pkgsrc/devel/R-memoise/Makefile Sat Dec 17 15:26:16 2022 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2021/05/31 22:43:04 mef Exp $ +# $NetBSD: Makefile,v 1.6 2022/12/17 15:26:16 mef Exp $ R_PKGNAME= memoise -R_PKGVER= 2.0.0 +R_PKGVER= 2.0.1 CATEGORIES= devel MAINTAINER= minskim@NetBSD.org Index: pkgsrc/devel/R-memoise/distinfo diff -u pkgsrc/devel/R-memoise/distinfo:1.4 pkgsrc/devel/R-memoise/distinfo:1.5 --- pkgsrc/devel/R-memoise/distinfo:1.4 Tue Oct 26 10:14:05 2021 +++ pkgsrc/devel/R-memoise/distinfo Sat Dec 17 15:26:16 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 10:14:05 nia Exp $ +$NetBSD: distinfo,v 1.5 2022/12/17 15:26:16 mef Exp $ -BLAKE2s (R/memoise_2.0.0.tar.gz) = 81885b82610fa29b73b2623cafdf3f4f4ba9d6a37eab91b5a37221a628648cac -SHA512 (R/memoise_2.0.0.tar.gz) = fb1a961131d6621ad7bcf8db6f5488ee44ebf903aa36502f7587d752213d310bea6a4d5cc4db0761661f95d3509fe65c183168df9265ac7aa839051c0e984f48 -Size (R/memoise_2.0.0.tar.gz) = 17337 bytes +BLAKE2s (R/memoise_2.0.1.tar.gz) = 800aeace27760481918da25f372dff45357e3487d9e243ab5c117f35e53a7534 +SHA512 (R/memoise_2.0.1.tar.gz) = e2565495917335cbddf8fd794e91ae1451181bab5f2daa2e8ed797461e647ecfbacc5e57bd06b274b2f6b563036895b18892898704dbc9e0966721b34584cd9b +Size (R/memoise_2.0.1.tar.gz) = 17852 bytes --_----------=_1671290776133050--