Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 80C7A84D5F for ; Mon, 3 Jul 2023 12:44:08 +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 8JY2hF3Dyljz for ; Mon, 3 Jul 2023 12:44:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id ECC4A84CF3 for ; Mon, 3 Jul 2023 12:44:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E60DDFA89; Mon, 3 Jul 2023 12:44:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168838824759420" MIME-Version: 1.0 Date: Mon, 3 Jul 2023 12:44:07 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230703124407.E60DDFA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168838824759420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Jul 3 12:44:07 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 TODO pkgsrc/math: Makefile Removed Files: pkgsrc/math/R-cellranger: DESCR Makefile distinfo Log Message: math/R-cellranger: remove duplicate of textproc/R-cellranger To generate a diff of this commit: cvs rdiff -u -r1.4204 -r1.4205 pkgsrc/doc/CHANGES-2023 cvs rdiff -u -r1.23144 -r1.23145 pkgsrc/doc/TODO cvs rdiff -u -r1.567 -r1.568 pkgsrc/math/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/math/R-cellranger/DESCR \ pkgsrc/math/R-cellranger/Makefile pkgsrc/math/R-cellranger/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168838824759420 Content-Disposition: inline Content-Length: 1832 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.4204 pkgsrc/doc/CHANGES-2023:1.4205 --- pkgsrc/doc/CHANGES-2023:1.4204 Mon Jul 3 10:55:33 2023 +++ pkgsrc/doc/CHANGES-2023 Mon Jul 3 12:44:07 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.4204 2023/07/03 10:55:33 adam Exp $ +$NetBSD: CHANGES-2023,v 1.4205 2023/07/03 12:44:07 wiz Exp $ Changes to the packages collection and infrastructure in 2023: @@ -5873,3 +5873,4 @@ Changes to the packages collection and i Updated shells/ksh93 to 1.0.6 [vins 2023-07-03] Updated devel/libmd to 1.1.0 [vins 2023-07-03] Updated misc/stellarium to 23.2 [adam 2023-07-03] + Removed math/R-cellranger successor textproc/R-cellranger [wiz 2023-07-03] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.23144 pkgsrc/doc/TODO:1.23145 --- pkgsrc/doc/TODO:1.23144 Sun Jul 2 12:49:10 2023 +++ pkgsrc/doc/TODO Mon Jul 3 12:44:07 2023 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.23144 2023/07/02 12:49:10 wiz Exp $ +$NetBSD: TODO,v 1.23145 2023/07/03 12:44:07 wiz Exp $ Suggested new packages ====================== @@ -1428,7 +1428,7 @@ For possible Perl packages updates, see o trojita-0.6 o ttftot42-0.4.1 o turba-4.2.12 - o typst-0.6.0 + o typst-0.6.0 [wip, needs rust 1.70] o tyrquake-0.66 o uae-0.8.29 o ubs-0.20 Index: pkgsrc/math/Makefile diff -u pkgsrc/math/Makefile:1.567 pkgsrc/math/Makefile:1.568 --- pkgsrc/math/Makefile:1.567 Sun Jun 18 14:23:06 2023 +++ pkgsrc/math/Makefile Mon Jul 3 12:44:07 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.567 2023/06/18 14:23:06 mef Exp $ +# $NetBSD: Makefile,v 1.568 2023/07/03 12:44:07 wiz Exp $ COMMENT= Mathematics @@ -40,7 +40,6 @@ SUBDIR+= R-bitops SUBDIR+= R-broom SUBDIR+= R-car SUBDIR+= R-carData -SUBDIR+= R-cellranger SUBDIR+= R-chron SUBDIR+= R-circular SUBDIR+= R-classInt --_----------=_168838824759420--