Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Apr 2020 12:51:25 +0000 (UTC)
From:      Dmitri Goutnik <dmgk@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r530488 - in branches/2020Q2/lang/go: . files
Message-ID:  <202004031251.033CpPmD060101@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dmgk
Date: Fri Apr  3 12:51:25 2020
New Revision: 530488
URL: https://svnweb.freebsd.org/changeset/ports/530488

Log:
  MFH: r530387
  
  lang/go: relax module consistency checks if vendor/modules.txt is missing
  
  Starting from go1.14, go verifies that vendor/modules.txt matches the
  requirements and replacements listed in the main module go.mod file, and it is
  a hard failure if vendor/modules.txt is missing.
  
  Relax module consistency checks and switch back to pre go1.14 behaviour if
  vendor/modules.txt is missing and GO_NO_VENDOR_CHECKS=1 is set in the
  environment regardless of go version requirement in go.mod.
  
  Upstream PR: https://github.com/golang/go/issues/37948
  
  PR:		244783
  Reported by:	Christopher Hall <hsw@bitmark.com>
  Reviewed by:	mikael swills yuri
  Approved by:	jlaffaye (maintainer timeout, 2 weeks)
  Differential Revision:	https://reviews.freebsd.org/D24122
  
  Approved by:	ports-secteam (joneum)

Added:
  branches/2020Q2/lang/go/files/
     - copied from r530387, head/lang/go/files/
Modified:
  branches/2020Q2/lang/go/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/lang/go/Makefile
==============================================================================
--- branches/2020Q2/lang/go/Makefile	Fri Apr  3 12:47:02 2020	(r530487)
+++ branches/2020Q2/lang/go/Makefile	Fri Apr  3 12:51:25 2020	(r530488)
@@ -3,6 +3,7 @@
 
 PORTNAME=	go
 PORTVERSION=	1.14.1
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	lang
 MASTER_SITES=	https://golang.org/dl/ \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004031251.033CpPmD060101>