Received: by mail.netbsd.org (Postfix, from userid 605) id 9B2C784DEC; Sun, 20 Sep 2020 03:28:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1D87884DEB for ; Sun, 20 Sep 2020 03:28: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 DNq1Q9_nIhCr for ; Sun, 20 Sep 2020 03:28:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8EB7C84DE8 for ; Sun, 20 Sep 2020 03:28:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7D6E8FB28; Sun, 20 Sep 2020 03:28:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160057249635230" MIME-Version: 1.0 Date: Sun, 20 Sep 2020 03:28:16 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/R-testthat To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20200920032816.7D6E8FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_160057249635230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Sep 20 03:28:16 UTC 2020 Modified Files: pkgsrc/devel/R-testthat: Makefile distinfo Log Message: (devel/R-testthat) Update 2.3.1 to 2.3.2 # testthat 2.3.2 * Fix R CMD check issues To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/R-testthat/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/R-testthat/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160057249635230 Content-Disposition: inline Content-Length: 1620 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/R-testthat/Makefile diff -u pkgsrc/devel/R-testthat/Makefile:1.5 pkgsrc/devel/R-testthat/Makefile:1.6 --- pkgsrc/devel/R-testthat/Makefile:1.5 Sat Feb 22 08:12:08 2020 +++ pkgsrc/devel/R-testthat/Makefile Sun Sep 20 03:28:16 2020 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2020/02/22 08:12:08 mef Exp $ +# $NetBSD: Makefile,v 1.6 2020/09/20 03:28:16 mef Exp $ R_PKGNAME= testthat -R_PKGVER= 2.3.1 +R_PKGVER= 2.3.2 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/R-testthat/distinfo diff -u pkgsrc/devel/R-testthat/distinfo:1.2 pkgsrc/devel/R-testthat/distinfo:1.3 --- pkgsrc/devel/R-testthat/distinfo:1.2 Sat Feb 15 06:09:00 2020 +++ pkgsrc/devel/R-testthat/distinfo Sun Sep 20 03:28:16 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2020/02/15 06:09:00 mef Exp $ +$NetBSD: distinfo,v 1.3 2020/09/20 03:28:16 mef Exp $ -SHA1 (R/testthat_2.3.1.tar.gz) = 2d9e8ba3a0455e9d17853e02d14ac1b884a00069 -RMD160 (R/testthat_2.3.1.tar.gz) = 937d127b4066f2735e9a96d4bf588930ce214a24 -SHA512 (R/testthat_2.3.1.tar.gz) = e47df4cacad0c5267c1992cd045c55ab03998750aeb110affca2b62fb301444e397666004f4f67dfa6ce21e56dc7f8fef2a76e3e4354518c3986c27e1219c656 -Size (R/testthat_2.3.1.tar.gz) = 247984 bytes +SHA1 (R/testthat_2.3.2.tar.gz) = 8419fb1d1cf41e8fb2ceddcec53d3634a8f268a6 +RMD160 (R/testthat_2.3.2.tar.gz) = 719410ac495f20ec8675487225fc51ac258413c6 +SHA512 (R/testthat_2.3.2.tar.gz) = 6b104174887792bd02a5d5b851be91b7ade88f80e690c79e9b272bae9e4b06d684b8718d0dee8266dc14e5d1c9d730822ca2d5e00d67ead6dfd5011d990afe56 +Size (R/testthat_2.3.2.tar.gz) = 249661 bytes --_----------=_160057249635230--