Received: by mail.netbsd.org (Postfix, from userid 605) id 3DDE584E8F; Mon, 6 Jul 2020 23:05:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B88C284E8E for ; Mon, 6 Jul 2020 23:05:31 +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 ZWquCR3s7Lsz for ; Mon, 6 Jul 2020 23:05:31 +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 1EC9284E8D for ; Mon, 6 Jul 2020 23:05:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 12A66FB28; Mon, 6 Jul 2020 23:05:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1594076731182660" MIME-Version: 1.0 Date: Mon, 6 Jul 2020 23:05:31 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/devel/go-tools To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20200706230531.12A66FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1594076731182660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Mon Jul 6 23:05:31 UTC 2020 Modified Files: pkgsrc/devel/go-tools: Makefile Log Message: go-tools: remove now redundant BUILDLINK_API_DEPENDS override To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 pkgsrc/devel/go-tools/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1594076731182660 Content-Disposition: inline Content-Length: 734 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/go-tools/Makefile diff -u pkgsrc/devel/go-tools/Makefile:1.39 pkgsrc/devel/go-tools/Makefile:1.40 --- pkgsrc/devel/go-tools/Makefile:1.39 Wed Jun 17 09:54:00 2020 +++ pkgsrc/devel/go-tools/Makefile Mon Jul 6 23:05:30 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2020/06/17 09:54:00 bsiegert Exp $ +# $NetBSD: Makefile,v 1.40 2020/07/06 23:05:30 gutteridge Exp $ DISTNAME= tools PKGNAME= go-tools-1.11.20181009 @@ -53,6 +53,5 @@ post-install: .include "../../lang/go/go-package.mk" .include "../../devel/google-api-go-client/buildlink3.mk" -BUILDLINK_API_DEPENDS.go-crypto+= go-crypto>=0.0.20180308 .include "../../security/go-crypto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1594076731182660--