Received: by mail.netbsd.org (Postfix, from userid 605) id 9742684D15; Sat, 3 Jul 2021 09:33:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D138584D10 for ; Sat, 3 Jul 2021 09:33:53 +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 p_5s1Ui-Hy3e for ; Sat, 3 Jul 2021 09:33:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 33E7884CBC for ; Sat, 3 Jul 2021 09:33:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2AF96FA95; Sat, 3 Jul 2021 09:33:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1625304832295320" MIME-Version: 1.0 Date: Sat, 3 Jul 2021 09:33:52 +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: <20210703093352.2AF96FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1625304832295320 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sat Jul 3 09:33:52 UTC 2021 Modified Files: pkgsrc/devel: Makefile Removed Files: pkgsrc/devel/go-assert: DESCR Makefile PLIST buildlink3.mk distinfo Log Message: go-assert: remove deprecated go-package; no users in pkgsrc To generate a diff of this commit: cvs rdiff -u -r1.3432 -r1.3433 pkgsrc/devel/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/devel/go-assert/DESCR \ pkgsrc/devel/go-assert/PLIST pkgsrc/devel/go-assert/buildlink3.mk \ pkgsrc/devel/go-assert/distinfo cvs rdiff -u -r1.26 -r0 pkgsrc/devel/go-assert/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1625304832295320 Content-Disposition: inline Content-Length: 596 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.3432 pkgsrc/devel/Makefile:1.3433 --- pkgsrc/devel/Makefile:1.3432 Thu Jul 1 06:10:32 2021 +++ pkgsrc/devel/Makefile Sat Jul 3 09:33:51 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3432 2021/07/01 06:10:32 nia Exp $ +# $NetBSD: Makefile,v 1.3433 2021/07/03 09:33:51 nia Exp $ # COMMENT= Development utilities @@ -409,7 +409,6 @@ SUBDIR+= gnustep-make SUBDIR+= gnustep-objc SUBDIR+= gnustep-objc-lf2 SUBDIR+= go-argv -SUBDIR+= go-assert SUBDIR+= go-blackfriday SUBDIR+= go-bytebufferpool SUBDIR+= go-cast --_----------=_1625304832295320--