Received: by mail.netbsd.org (Postfix, from userid 605) id E132684EA5; Fri, 29 Apr 2022 04:18:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2A4B284E8E for ; Fri, 29 Apr 2022 04:18:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id CIYlMdK7GrfF for ; Fri, 29 Apr 2022 04:18:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A3A6A84CE2 for ; Fri, 29 Apr 2022 04:18:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9D55AFB1A; Fri, 29 Apr 2022 04:18:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1651205919296800" MIME-Version: 1.0 Date: Fri, 29 Apr 2022 04:18:39 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/R-mockery To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20220429041839.9D55AFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1651205919296800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Fri Apr 29 04:18:39 UTC 2022 Modified Files: pkgsrc/devel/R-mockery: Makefile distinfo Log Message: (devel/R-mockery) Updated 0.4.2 to 0.4.3 # mockery 0.4.3 * Hadley Wickham is now the maintainer. * `stub()` now unlocks/relocks locked bindings as required (@sambrightman, #30). To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/R-mockery/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/R-mockery/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1651205919296800 Content-Disposition: inline Content-Length: 1501 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/R-mockery/Makefile diff -u pkgsrc/devel/R-mockery/Makefile:1.2 pkgsrc/devel/R-mockery/Makefile:1.3 --- pkgsrc/devel/R-mockery/Makefile:1.2 Tue Aug 24 11:09:50 2021 +++ pkgsrc/devel/R-mockery/Makefile Fri Apr 29 04:18:39 2022 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2021/08/24 11:09:50 mef Exp $ +# $NetBSD: Makefile,v 1.3 2022/04/29 04:18:39 mef Exp $ R_PKGNAME= mockery -R_PKGVER= 0.4.2 +R_PKGVER= 0.4.3 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/R-mockery/distinfo diff -u pkgsrc/devel/R-mockery/distinfo:1.3 pkgsrc/devel/R-mockery/distinfo:1.4 --- pkgsrc/devel/R-mockery/distinfo:1.3 Tue Oct 26 10:14:06 2021 +++ pkgsrc/devel/R-mockery/distinfo Fri Apr 29 04:18:39 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:14:06 nia Exp $ +$NetBSD: distinfo,v 1.4 2022/04/29 04:18:39 mef Exp $ -BLAKE2s (R/mockery_0.4.2.tar.gz) = d07708e6f2e2c8ce11623bae08cb4cd85155577f67ef75605408c4178cbc7581 -SHA512 (R/mockery_0.4.2.tar.gz) = 7952f687cf109cfee21310733dcd9a676e744fc18a21ebf9962f2f3a49927b3285cd8c25e64c5b17bc0216c296218eb7aaef2ca8d284190e3fcb1d2e3bfb1735 -Size (R/mockery_0.4.2.tar.gz) = 19837 bytes +BLAKE2s (R/mockery_0.4.3.tar.gz) = 9fc8005bb6791a99e03bf37bebce1971bd2030d0d5505e47e3913156b37c878c +SHA512 (R/mockery_0.4.3.tar.gz) = fdfcc60c2cc0f5db574de79ffa7264d68ba5679943b09158b490a57eae2e1aa8587b9863dfbaf3259ad8c0c62d6400a079aaa5fb6958ae4d8ea415948b3c188f +Size (R/mockery_0.4.3.tar.gz) = 20854 bytes --_----------=_1651205919296800--