Received: by mail.netbsd.org (Postfix, from userid 605) id B19D784E59; Sat, 21 Aug 2021 11:51:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EB78084CE1 for ; Sat, 21 Aug 2021 11:51:34 +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 NipdxeFu0Yoj for ; Sat, 21 Aug 2021 11:51:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6B58484CDF for ; Sat, 21 Aug 2021 11:51:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 68D33FA97; Sat, 21 Aug 2021 11:51:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1629546694298120" MIME-Version: 1.0 Date: Sat, 21 Aug 2021 11:51:34 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/R-iterators To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20210821115134.68D33FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1629546694298120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Aug 21 11:51:34 UTC 2021 Modified Files: pkgsrc/devel/R-iterators: Makefile distinfo Log Message: (devel/R-iterators) Update 1.0.12 to 1.0.13 ## 1.0.13 - Maintainer change (Michelle Wallig; Michelle.Wallig@microsoft.com). To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/R-iterators/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/R-iterators/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1629546694298120 Content-Disposition: inline Content-Length: 1832 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/R-iterators/Makefile diff -u pkgsrc/devel/R-iterators/Makefile:1.4 pkgsrc/devel/R-iterators/Makefile:1.5 --- pkgsrc/devel/R-iterators/Makefile:1.4 Thu Aug 8 19:53:39 2019 +++ pkgsrc/devel/R-iterators/Makefile Sat Aug 21 11:51:34 2021 @@ -1,13 +1,15 @@ -# $NetBSD: Makefile,v 1.4 2019/08/08 19:53:39 brook Exp $ +# $NetBSD: Makefile,v 1.5 2021/08/21 11:51:34 mef Exp $ R_PKGNAME= iterators -R_PKGVER= 1.0.12 +R_PKGVER= 1.0.13 CATEGORIES= devel MAINTAINER= mishka@NetBSD.org COMMENT= Provides iterator construct LICENSE= apache-2.0 +TEST_DEPENDS+= R-RUnit-[0-9]*:../../devel/R-RUnit + USE_LANGUAGES= # none .include "../../math/R/Makefile.extension" Index: pkgsrc/devel/R-iterators/distinfo diff -u pkgsrc/devel/R-iterators/distinfo:1.3 pkgsrc/devel/R-iterators/distinfo:1.4 --- pkgsrc/devel/R-iterators/distinfo:1.3 Wed Jul 31 15:26:50 2019 +++ pkgsrc/devel/R-iterators/distinfo Sat Aug 21 11:51:34 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2019/07/31 15:26:50 brook Exp $ +$NetBSD: distinfo,v 1.4 2021/08/21 11:51:34 mef Exp $ -SHA1 (R/iterators_1.0.12.tar.gz) = 0d641d931d3a5280757e24753e6af0ea7839c92d -RMD160 (R/iterators_1.0.12.tar.gz) = 28df082e365e58a6b9f87ff64d9826b2f07cde7e -SHA512 (R/iterators_1.0.12.tar.gz) = 28156c319d4ad27066e36fb68a8c13f67d275f1d2d41b0b727a5eb56a2d9ace1677a362a8deda48456b560fd8ad2913a12cbd06cfd2c79df528d3ccbb788a0dc -Size (R/iterators_1.0.12.tar.gz) = 289201 bytes +SHA1 (R/iterators_1.0.13.tar.gz) = c6193e7bf96bc31dd1a9128bce7d68d57dbd0c63 +RMD160 (R/iterators_1.0.13.tar.gz) = 22b7a3ac4637c71bc4a369229ae9e6e30fd8ede4 +SHA512 (R/iterators_1.0.13.tar.gz) = 1564b94ec7cd7302aea53c060370342858d959bb092420994dfc7651e4a89d57b43eeeef174e5295872570dee20deee0b317a0084c747a5ceb4630f7e80fb298 +Size (R/iterators_1.0.13.tar.gz) = 288559 bytes --_----------=_1629546694298120--