Received: by mail.netbsd.org (Postfix, from userid 605) id 3ACCE84FA5; Wed, 7 Jul 2021 13:04:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 683CC84FA7 for ; Wed, 7 Jul 2021 13:04:37 +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 whKjfLROjX4k for ; Wed, 7 Jul 2021 13:04:37 +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 F12FF84FA6 for ; Wed, 7 Jul 2021 13:04:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E8B39FA95; Wed, 7 Jul 2021 13:04:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1625663076183100" MIME-Version: 1.0 Date: Wed, 7 Jul 2021 13:04:36 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210707130436.E8B39FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1625663076183100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Wed Jul 7 13:04:36 UTC 2021 Modified Files: pkgsrc/devel: Makefile Log Message: go-repr: remove deprecated go-package; no users in pkgsrc To generate a diff of this commit: cvs rdiff -u -r1.3456 -r1.3457 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1625663076183100 Content-Disposition: inline Content-Length: 589 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.3456 pkgsrc/devel/Makefile:1.3457 --- pkgsrc/devel/Makefile:1.3456 Wed Jul 7 13:02:46 2021 +++ pkgsrc/devel/Makefile Wed Jul 7 13:04:36 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3456 2021/07/07 13:02:46 nia Exp $ +# $NetBSD: Makefile,v 1.3457 2021/07/07 13:04:36 nia Exp $ # COMMENT= Development utilities @@ -442,7 +442,6 @@ SUBDIR+= go-protobuf SUBDIR+= go-pty SUBDIR+= go-quicktest SUBDIR+= go-radix -SUBDIR+= go-repr SUBDIR+= go-review SUBDIR+= go-sanitized_anchor_name SUBDIR+= go-siphash --_----------=_1625663076183100--