Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id DD5351A9239 for ; Sat, 19 Dec 2020 14:28:58 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 45C23850E2; Sat, 19 Dec 2020 14:28:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 81259850C9 for ; Sat, 19 Dec 2020 14:28:57 +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 nB2kgWuEY2oS for ; Sat, 19 Dec 2020 14:28:57 +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 D86C284D46 for ; Sat, 19 Dec 2020 14:28:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CF0AAFA9D; Sat, 19 Dec 2020 14:28:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160838813618460" MIME-Version: 1.0 Date: Sat, 19 Dec 2020 14:28:56 +0000 From: "Benny Siegert" Subject: CVS commit: pkgsrc/lang/go-bin To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20201219142856.CF0AAFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_160838813618460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Sat Dec 19 14:28:56 UTC 2020 Modified Files: pkgsrc/lang/go-bin: Makefile Log Message: go-bin: s/go/go-bin/ thanks Edgar Fuss To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/go-bin/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160838813618460 Content-Disposition: inline Content-Length: 753 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/go-bin/Makefile diff -u pkgsrc/lang/go-bin/Makefile:1.3 pkgsrc/lang/go-bin/Makefile:1.4 --- pkgsrc/lang/go-bin/Makefile:1.3 Sat Dec 19 14:27:18 2020 +++ pkgsrc/lang/go-bin/Makefile Sat Dec 19 14:28:56 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2020/12/19 14:27:18 bsiegert Exp $ +# $NetBSD: Makefile,v 1.4 2020/12/19 14:28:56 bsiegert Exp $ PKGNAME= go-bin-1.14.2 PKGREVISION= 1 @@ -37,7 +37,7 @@ EXTRACT_ONLY+= ${DIST.darwin-amd64} ONLY_FOR_PLATFORM+= Darwin-*-aarch64 .if !empty(MACHINE_PLATFORM:MDarwin-*-aarch64) -PKGNAME= go-1.16.beta1 +PKGNAME= go-bin-1.16.beta1 .endif DIST.darwin-arm64= go1.16beta1.darwin-arm64.tar.gz .if !empty(MACHINE_PLATFORM:MDarwin-*-aarch64) || make(distinfo) --_----------=_160838813618460--