Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2C20284D7A for ; Sun, 18 Jun 2023 14:23:07 +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 ogBfNwzYSD8Q for ; Sun, 18 Jun 2023 14:23:06 +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 72D6C84D15 for ; Sun, 18 Jun 2023 14:23:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6C762FA89; Sun, 18 Jun 2023 14:23:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1687098186106510" MIME-Version: 1.0 Date: Sun, 18 Jun 2023 14:23:06 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20230618142306.6C762FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1687098186106510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Jun 18 14:23:06 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 pkgsrc/math: Makefile Log Message: Added math/R-cellranger version 1.1.0 To generate a diff of this commit: cvs rdiff -u -r1.3962 -r1.3963 pkgsrc/doc/CHANGES-2023 cvs rdiff -u -r1.566 -r1.567 pkgsrc/math/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1687098186106510 Content-Disposition: inline Content-Length: 1242 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2023 diff -u pkgsrc/doc/CHANGES-2023:1.3962 pkgsrc/doc/CHANGES-2023:1.3963 --- pkgsrc/doc/CHANGES-2023:1.3962 Sun Jun 18 14:18:11 2023 +++ pkgsrc/doc/CHANGES-2023 Sun Jun 18 14:23:06 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.3962 2023/06/18 14:18:11 mef Exp $ +$NetBSD: CHANGES-2023,v 1.3963 2023/06/18 14:23:06 mef Exp $ Changes to the packages collection and infrastructure in 2023: @@ -5524,3 +5524,4 @@ Changes to the packages collection and i Updated devel/R-renv to 0.17.3 [mef 2023-06-18] Updated devel/R-pkgcache to 2.1.1 [mef 2023-06-18] Updated devel/R-pak to 0.5.1 [mef 2023-06-18] + Added math/R-cellranger version 1.1.0 [mef 2023-06-18] Index: pkgsrc/math/Makefile diff -u pkgsrc/math/Makefile:1.566 pkgsrc/math/Makefile:1.567 --- pkgsrc/math/Makefile:1.566 Tue Jun 13 17:36:58 2023 +++ pkgsrc/math/Makefile Sun Jun 18 14:23:06 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.566 2023/06/13 17:36:58 adam Exp $ +# $NetBSD: Makefile,v 1.567 2023/06/18 14:23:06 mef Exp $ COMMENT= Mathematics @@ -40,6 +40,7 @@ SUBDIR+= R-bitops SUBDIR+= R-broom SUBDIR+= R-car SUBDIR+= R-carData +SUBDIR+= R-cellranger SUBDIR+= R-chron SUBDIR+= R-circular SUBDIR+= R-classInt --_----------=_1687098186106510--