Received: by mail.netbsd.org (Postfix, from userid 605) id 7F78E84EAF; Fri, 27 Aug 2021 07:49:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BAF7A84D6B for ; Fri, 27 Aug 2021 07:49:07 +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 u1gNmj1UsgFL for ; Fri, 27 Aug 2021 07:49:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1296484CE9 for ; Fri, 27 Aug 2021 07:49:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0B7A5FA97; Fri, 27 Aug 2021 07:49:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163005054755480" MIME-Version: 1.0 Date: Fri, 27 Aug 2021 07:49:07 +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: <20210827074907.0B7A5FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163005054755480 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:49:06 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.4379 -r1.4380 pkgsrc/doc/CHANGES-2021 cvs rdiff -u -r1.20975 -r1.20976 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163005054755480 Content-Disposition: inline Content-Length: 1476 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.4379 pkgsrc/doc/CHANGES-2021:1.4380 --- pkgsrc/doc/CHANGES-2021:1.4379 Fri Aug 27 07:21:39 2021 +++ pkgsrc/doc/CHANGES-2021 Fri Aug 27 07:49:06 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.4379 2021/08/27 07:21:39 nia Exp $ +$NetBSD: CHANGES-2021,v 1.4380 2021/08/27 07:49:06 nia Exp $ Changes to the packages collection and infrastructure in 2021: @@ -6901,3 +6901,6 @@ Changes to the packages collection and i 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] + Removed devel/go-kr-pretty 2021-08-27] + Removed devel/go-termbox 2021-08-27] + Removed textproc/go-runewidth 2021-08-27] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.20975 pkgsrc/doc/TODO:1.20976 --- pkgsrc/doc/TODO:1.20975 Fri Aug 27 07:21:39 2021 +++ pkgsrc/doc/TODO Fri Aug 27 07:49:06 2021 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.20975 2021/08/27 07:21:39 nia Exp $ +$NetBSD: TODO,v 1.20976 2021/08/27 07:49:06 nia Exp $ Suggested new packages ====================== @@ -896,13 +896,11 @@ For possible Perl packages updates, see o go-i18n-2.1.2 o go-imaging-1.6.2 o go-isatty-0.0.12 - o go-kr-pretty-0.2.1 o go-ldap-3.3.0 o go-logrus-1.8.1 o go-mkcert-1.4.3 o go-org-1.5.0 o go-protobuf-1.5.2 - o go-runewidth-0.0.12 o go-siphash-1.2.2 o go-text-0.3.6 o go-toml-pelletier-1.9.0 --_----------=_163005054755480--