<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/bb1957dce55fb563873f0f7ae8476bdd6f6ca753">https://github.com/macports/macports-ports/commit/bb1957dce55fb563873f0f7ae8476bdd6f6ca753</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 bb1957d  golang-1.0 portgroup: super-clarify GitHub, Bitbucket handling
</span>bb1957d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit bb1957dce55fb563873f0f7ae8476bdd6f6ca753
</span>Author: Aaron Madlon-Kay <amake@macports.org>
AuthorDate: Thu Sep 13 23:28:11 2018 +0900

<span style='display:block; white-space:pre;color:#404040;'>    golang-1.0 portgroup: super-clarify GitHub, Bitbucket handling
</span>---
 _resources/port1.0/group/golang-1.0.tcl | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 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 a6a9e77..5737edf 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;'>@@ -1,8 +1,6 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 #
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# This PortGroup accommodates golang projects. The github-1.0 or bitbucket-1.0
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# portgroups are automatically applied and set up for projects hosted on GitHub
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# or Bitbucket.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# This PortGroup accommodates golang projects.
</span> #
 # Usage:
 #
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,6 +21,19 @@
</span> #                   sha256 fedcba654321... \
 #                   size   4321
 #
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# The github-1.0 or bitbucket-1.0 portgroups are automatically applied and set
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# up for projects hosted on GitHub or Bitbucket; in these cases it is not
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# necessary to specify the portgroups or call github.setup or bitbucket.setup,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# i.e. the following are sufficient:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# PortGroup     golang 1.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# go.setup      github.com/author/project 1.0.0 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# or
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# PortGroup     golang 1.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# go.setup      bitbucket.com/author/project 1.0.0 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#
</span> # The go.vendors option expects a list with 2-tuples consisting of package ID
 # and git SHA1.
 #
</pre><pre style='margin:0'>

</pre>