From owner-svn-ports-all@freebsd.org Fri Mar 20 17:21:25 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4B4FE26D5E3; Fri, 20 Mar 2020 17:21:25 +0000 (UTC) (envelope-from dmgk@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48kVtW6YBjz45nJ; Fri, 20 Mar 2020 17:21:23 +0000 (UTC) (envelope-from dmgk@freebsd.org) Received: from mail.syrec.org (mail.syrec.org [165.227.215.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: dmgk/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 673642C859; Fri, 20 Mar 2020 17:21:22 +0000 (UTC) (envelope-from dmgk@freebsd.org) Received: from xombo.localdomain (unknown [200.55.237.8]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.syrec.org (Postfix) with ESMTPSA id 4AE1530FC5; Fri, 20 Mar 2020 12:21:21 -0500 (-05) Date: Fri, 20 Mar 2020 12:21:18 -0500 From: Dmitri Goutnik To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r528785 - head/lang/go Message-ID: <20200320172118.GA14366@xombo.localdomain> Mail-Followup-To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <202003201546.02KFkroo053446@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <202003201546.02KFkroo053446@repo.freebsd.org> X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Mar 2020 17:21:25 -0000 Hi Julien, On 20-03-20 15:46:53, Julien Laffaye wrote: > Author: jlaffaye > Date: Fri Mar 20 15:46:53 2020 > New Revision: 528785 > URL: https://svnweb.freebsd.org/changeset/ports/528785 > > Log: > lang/go: update to 1.14.1 > > Modified: > head/lang/go/Makefile > head/lang/go/distinfo > > Modified: head/lang/go/Makefile > ============================================================================== > --- head/lang/go/Makefile Fri Mar 20 15:23:42 2020 (r528784) > +++ head/lang/go/Makefile Fri Mar 20 15:46:53 2020 (r528785) > @@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= go > -PORTVERSION= 1.14 > -PORTREVISION= 2 > +PORTVERSION= 1.14.1 > PORTEPOCH= 1 > CATEGORIES= lang > MASTER_SITES= https://golang.org/dl/ \ > @@ -67,7 +66,7 @@ GOARM_armv7= 7 > .include > > .if ${ARCH} == aarch64 && ${OSVERSION} < 1200000 > -IGNORE= aarch64 support requires FreeBSD 12.0 or newer > +#IGNORE= aarch64 support requires FreeBSD 12.0 or newer Why commenting this out? freebsd/arm64 is supported only on FreeBSD 12.0 or later [1] [1] https://golang.org/doc/go1.14#freebsd -- Dmitri Goutnik dg@syrec.org / dmgk@FreeBSD.org