Received: by mail.netbsd.org (Postfix, from userid 605) id 9B20784D4B; Wed, 7 Jul 2021 13:07:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2368E84FAA for ; Wed, 7 Jul 2021 13:06:59 +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 NMYn7n44y5Jj for ; Wed, 7 Jul 2021 13:06:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6824184FA9 for ; Wed, 7 Jul 2021 13:06:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 63D8CFA95; Wed, 7 Jul 2021 13:06:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1625663217267840" MIME-Version: 1.0 Date: Wed, 7 Jul 2021 13:06:57 +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: <20210707130657.63D8CFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1625663217267840 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:06:57 UTC 2021 Modified Files: pkgsrc/devel: Makefile Removed Files: pkgsrc/devel/go-radix: DESCR Makefile PLIST buildlink3.mk distinfo Log Message: go-radix: remove deprecated go-package; no users in pkgsrc To generate a diff of this commit: cvs rdiff -u -r1.3457 -r1.3458 pkgsrc/devel/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/devel/go-radix/DESCR \ pkgsrc/devel/go-radix/PLIST pkgsrc/devel/go-radix/buildlink3.mk \ pkgsrc/devel/go-radix/distinfo cvs rdiff -u -r1.13 -r0 pkgsrc/devel/go-radix/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1625663217267840 Content-Disposition: inline Content-Length: 595 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.3457 pkgsrc/devel/Makefile:1.3458 --- pkgsrc/devel/Makefile:1.3457 Wed Jul 7 13:04:36 2021 +++ pkgsrc/devel/Makefile Wed Jul 7 13:06:57 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3457 2021/07/07 13:04:36 nia Exp $ +# $NetBSD: Makefile,v 1.3458 2021/07/07 13:06:57 nia Exp $ # COMMENT= Development utilities @@ -441,7 +441,6 @@ SUBDIR+= go-properties SUBDIR+= go-protobuf SUBDIR+= go-pty SUBDIR+= go-quicktest -SUBDIR+= go-radix SUBDIR+= go-review SUBDIR+= go-sanitized_anchor_name SUBDIR+= go-siphash --_----------=_1625663217267840--