Received: by mail.netbsd.org (Postfix, from userid 605) id 6B34D84EA1; Fri, 27 Aug 2021 07:21:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A4CD584E55 for ; Fri, 27 Aug 2021 07:21:40 +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 fWAJRa19Rsi0 for ; Fri, 27 Aug 2021 07:21:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0005E84D6B for ; Fri, 27 Aug 2021 07:21:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id ED322FA97; Fri, 27 Aug 2021 07:21:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1630048899232950" MIME-Version: 1.0 Date: Fri, 27 Aug 2021 07:21:39 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210827072139.ED322FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1630048899232950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Fri Aug 27 07:21:39 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 TODO Log Message: doc: Removed go packages To generate a diff of this commit: cvs rdiff -u -r1.4378 -r1.4379 pkgsrc/doc/CHANGES-2021 cvs rdiff -u -r1.20974 -r1.20975 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1630048899232950 Content-Disposition: inline Content-Length: 1342 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.4378 pkgsrc/doc/CHANGES-2021:1.4379 --- pkgsrc/doc/CHANGES-2021:1.4378 Fri Aug 27 07:14:54 2021 +++ pkgsrc/doc/CHANGES-2021 Fri Aug 27 07:21:39 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.4378 2021/08/27 07:14:54 nia Exp $ +$NetBSD: CHANGES-2021,v 1.4379 2021/08/27 07:21:39 nia Exp $ Changes to the packages collection and infrastructure in 2021: @@ -6899,3 +6899,5 @@ Changes to the packages collection and i Updated emulators/qemu to 6.1.0 [ryoon 2021-08-27] Updated emulators/xcopilot to 0.6.6nb2 [ryoon 2021-08-27] Updated textproc/go-md2man to 2.0.1 [nia 2021-08-27] + Removed devel/go-blackfriday [nia 2021-08-27] + Removed devel/go-sanitized_anchor_name [nia 2021-08-27] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.20974 pkgsrc/doc/TODO:1.20975 --- pkgsrc/doc/TODO:1.20974 Fri Aug 27 07:14:54 2021 +++ pkgsrc/doc/TODO Fri Aug 27 07:21:39 2021 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.20974 2021/08/27 07:14:54 nia Exp $ +$NetBSD: TODO,v 1.20975 2021/08/27 07:21:39 nia Exp $ Suggested new packages ====================== @@ -884,7 +884,6 @@ For possible Perl packages updates, see o go-afero-1.6.0 o go-appengine-1.6.7 o go-asn1-ber-1.5.3 - o go-blackfriday-2.1.0 o go-buffruneio-0.3.0 o go-chroma-0.8.2 o go-cli-2.3.0 --_----------=_1630048899232950--