Received: by mail.netbsd.org (Postfix, from userid 605) id DC67284E85; Sat, 18 Sep 2021 23:08:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2302284E7B for ; Sat, 18 Sep 2021 23:08:25 +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 1sYTwl3rLGVX for ; Sat, 18 Sep 2021 23:08:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7065884D0C for ; Sat, 18 Sep 2021 23:08:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 69398FA97; Sat, 18 Sep 2021 23:08:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1632006504160800" MIME-Version: 1.0 Date: Sat, 18 Sep 2021 23:08:24 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20210918230824.69398FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1632006504160800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Sep 18 23:08:24 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 pkgsrc/math: Makefile Log Message: Added math/R-broom version 0.7.9 To generate a diff of this commit: cvs rdiff -u -r1.4796 -r1.4797 pkgsrc/doc/CHANGES-2021 cvs rdiff -u -r1.517 -r1.518 pkgsrc/math/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1632006504160800 Content-Disposition: inline Content-Length: 1262 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2021 diff -u pkgsrc/doc/CHANGES-2021:1.4796 pkgsrc/doc/CHANGES-2021:1.4797 --- pkgsrc/doc/CHANGES-2021:1.4796 Sat Sep 18 15:42:23 2021 +++ pkgsrc/doc/CHANGES-2021 Sat Sep 18 23:08:24 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.4796 2021/09/18 15:42:23 taca Exp $ +$NetBSD: CHANGES-2021,v 1.4797 2021/09/18 23:08:24 mef Exp $ Changes to the packages collection and infrastructure in 2021: @@ -7439,3 +7439,4 @@ Changes to the packages collection and i Updated devel/ruby-gettext to 3.4.1 [taca 2021-09-18] Updated devel/ruby-test-unit to 3.4.7 [taca 2021-09-18] Updated finance/ruby-activemerchant to 1.123.0 [taca 2021-09-18] + Added math/R-broom version 0.7.9 [mef 2021-09-18] Index: pkgsrc/math/Makefile diff -u pkgsrc/math/Makefile:1.517 pkgsrc/math/Makefile:1.518 --- pkgsrc/math/Makefile:1.517 Sat Sep 18 02:37:18 2021 +++ pkgsrc/math/Makefile Sat Sep 18 23:08:24 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.517 2021/09/18 02:37:18 mef Exp $ +# $NetBSD: Makefile,v 1.518 2021/09/18 23:08:24 mef Exp $ COMMENT= Mathematics @@ -36,6 +36,7 @@ SUBDIR+= R-aplpack SUBDIR+= R-backports SUBDIR+= R-bbmle SUBDIR+= R-bitops +SUBDIR+= R-broom SUBDIR+= R-car SUBDIR+= R-carData SUBDIR+= R-chron --_----------=_1632006504160800--