Received: by mail.netbsd.org (Postfix, from userid 605) id 40A1D84E9A; Sat, 23 Apr 2022 06:19:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7C67984D43 for ; Sat, 23 Apr 2022 06:19:30 +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 oHlyR6wKkgMv for ; Sat, 23 Apr 2022 06:19:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CB1DD84CFA for ; Sat, 23 Apr 2022 06:19:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C8138FB1A; Sat, 23 Apr 2022 06:19:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1650694769135950" MIME-Version: 1.0 Date: Sat, 23 Apr 2022 06:19:29 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20220423061929.C8138FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1650694769135950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Apr 23 06:19:29 UTC 2022 Modified Files: pkgsrc/doc: CHANGES-2022 pkgsrc/math: Makefile Log Message: Added math/R-ids version 1.0.1 To generate a diff of this commit: cvs rdiff -u -r1.2012 -r1.2013 pkgsrc/doc/CHANGES-2022 cvs rdiff -u -r1.540 -r1.541 pkgsrc/math/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1650694769135950 Content-Disposition: inline Content-Length: 1241 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2022 diff -u pkgsrc/doc/CHANGES-2022:1.2012 pkgsrc/doc/CHANGES-2022:1.2013 --- pkgsrc/doc/CHANGES-2022:1.2012 Sat Apr 23 06:12:13 2022 +++ pkgsrc/doc/CHANGES-2022 Sat Apr 23 06:19:29 2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.2012 2022/04/23 06:12:13 mef Exp $ +$NetBSD: CHANGES-2022,v 1.2013 2022/04/23 06:19:29 mef Exp $ Changes to the packages collection and infrastructure in 2022: @@ -3150,3 +3150,4 @@ Changes to the packages collection and i Updated devel/R-uuid to 1.1.0 [mef 2022-04-23] Added www/R-gargle version 1.2.0 [mef 2022-04-23] Added www/R-googledrive version 2.0.0 [mef 2022-04-23] + Added math/R-ids version 1.0.1 [mef 2022-04-23] Index: pkgsrc/math/Makefile diff -u pkgsrc/math/Makefile:1.540 pkgsrc/math/Makefile:1.541 --- pkgsrc/math/Makefile:1.540 Sat Apr 23 05:17:13 2022 +++ pkgsrc/math/Makefile Sat Apr 23 06:19:29 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.540 2022/04/23 05:17:13 mef Exp $ +# $NetBSD: Makefile,v 1.541 2022/04/23 06:19:29 mef Exp $ COMMENT= Mathematics @@ -68,6 +68,7 @@ SUBDIR+= R-gtools SUBDIR+= R-hexbin SUBDIR+= R-httpRequest SUBDIR+= R-hwde +SUBDIR+= R-ids SUBDIR+= R-igraph SUBDIR+= R-insight SUBDIR+= R-intervals --_----------=_1650694769135950--