Received: by mail.netbsd.org (Postfix, from userid 605) id 0004A84D21; Sun, 16 May 2021 16:38:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3CC7784CE0 for ; Sun, 16 May 2021 16:38:45 +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 qPA278TGtVjk for ; Sun, 16 May 2021 16:38:44 +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 9397A84CD9 for ; Sun, 16 May 2021 16:38:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8D408FA95; Sun, 16 May 2021 16:38:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162118312494230" MIME-Version: 1.0 Date: Sun, 16 May 2021 16:38:44 +0000 From: "Benny Siegert" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20210516163844.8D408FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162118312494230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Sun May 16 16:38:44 UTC 2021 Modified Files: pkgsrc/devel: Makefile Removed Files: pkgsrc/devel/go-afero: DESCR Makefile PLIST buildlink3.mk distinfo Log Message: go-afero: remove Obsolete Go library, no longer has any dependencies. To generate a diff of this commit: cvs rdiff -u -r1.3391 -r1.3392 pkgsrc/devel/Makefile cvs rdiff -u -r1.2 -r0 pkgsrc/devel/go-afero/DESCR \ pkgsrc/devel/go-afero/PLIST pkgsrc/devel/go-afero/distinfo cvs rdiff -u -r1.33 -r0 pkgsrc/devel/go-afero/Makefile cvs rdiff -u -r1.3 -r0 pkgsrc/devel/go-afero/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162118312494230 Content-Disposition: inline Content-Length: 600 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.3391 pkgsrc/devel/Makefile:1.3392 --- pkgsrc/devel/Makefile:1.3391 Sat May 15 17:41:43 2021 +++ pkgsrc/devel/Makefile Sun May 16 16:38:44 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3391 2021/05/15 17:41:43 bsiegert Exp $ +# $NetBSD: Makefile,v 1.3392 2021/05/16 16:38:44 bsiegert Exp $ # COMMENT= Development utilities @@ -402,7 +402,6 @@ SUBDIR+= gnustep-examples SUBDIR+= gnustep-make SUBDIR+= gnustep-objc SUBDIR+= gnustep-objc-lf2 -SUBDIR+= go-afero SUBDIR+= go-amber SUBDIR+= go-argv SUBDIR+= go-assert --_----------=_162118312494230--