<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/55bcaa740cb02f94d78ccc5559dc84e8230a03c7">https://github.com/macports/macports-ports/commit/55bcaa740cb02f94d78ccc5559dc84e8230a03c7</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 55bcaa740cb golang PG: Do not print compiler commands by default with wrapper
</span>55bcaa740cb is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 55bcaa740cb02f94d78ccc5559dc84e8230a03c7
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Thu May 27 13:58:36 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    golang PG: Do not print compiler commands by default with wrapper
</span>---
 _resources/port1.0/group/golang-1.0.tcl | 4 +---
 1 file changed, 1 insertion(+), 3 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 b98ccab670f..bb6a8cb7c59 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;'>@@ -51,11 +51,9 @@
</span> # etc. file in the upstream source code. The go2port tool (install via MacPorts)
 # can be used to generate a skeleton portfile with precomputed go.vendors.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup legacysupport 1.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup legacysupport    1.1
</span> PortGroup compiler_wrapper 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compwrap.print_compiler_command yes
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> options go.package go.domain go.author go.project go.version go.tag_prefix go.tag_suffix
 
 proc go.setup {go_package go_version {go_tag_prefix ""} {go_tag_suffix ""}} {
</pre><pre style='margin:0'>

</pre>