<pre style='margin:0'>
Aaron Madlon-Kay (amake) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ce448c8a13df8398ee867fffc9f2b6ea71a3c6f2">https://github.com/macports/macports-ports/commit/ce448c8a13df8398ee867fffc9f2b6ea71a3c6f2</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit ce448c8a13df8398ee867fffc9f2b6ea71a3c6f2
</span>Author: Aaron Madlon-Kay <amake@macports.org>
AuthorDate: Fri Oct 16 23:17:25 2020 +0900

<span style='display:block; white-space:pre;color:#404040;'>    golang-1.0: disable fetching packages during build, test phases
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See https://trac.macports.org/ticket/61192
</span>---
 _resources/port1.0/group/golang-1.0.tcl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/group/golang-1.0.tcl b/_resources/port1.0/group/golang-1.0.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index edcf01883ff..068e3d6736a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/golang-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/golang-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -148,12 +148,12 @@ default worksrcdir      {gopath/src/${go.package}}
</span> default build.cmd   {${go.bin} build}
 default build.args      ""
 default build.target    ""
<span style='display:block; white-space:pre;background:#ffe0e0;'>-default build.env   {GOPATH=${gopath} GOARCH=${goarch} GOOS=${goos} CC=${configure.cc}}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+default build.env   {GOPATH=${gopath} GOARCH=${goarch} GOOS=${goos} CC=${configure.cc} GOPROXY=off GO111MODULE=off}
</span> 
 default test.cmd    {${go.bin} test}
 default test.args       ""
 default test.target     ""
<span style='display:block; white-space:pre;background:#ffe0e0;'>-default test.env    {GOPATH=${gopath} GOARCH=${goarch} GOOS=${goos} CC=${configure.cc}}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+default test.env    {GOPATH=${gopath} GOARCH=${goarch} GOOS=${goos} CC=${configure.cc} GOPROXY=off GO111MODULE=off}
</span> 
 # go.vendors name1 ver1 name2 ver2...
 # When a go.sum, Gopkg.lock, glide.lock, etc. is present use go2port to generate values
</pre><pre style='margin:0'>

</pre>