<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/8adfc5c8242fae2242412463b0b6eefcecc2ee14">https://github.com/macports/macports-ports/commit/8adfc5c8242fae2242412463b0b6eefcecc2ee14</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 8adfc5c  github-1.0.tcl: Capitalize GitHub correctly
</span>8adfc5c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8adfc5c8242fae2242412463b0b6eefcecc2ee14
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri Mar 2 13:15:09 2018 -0600

<span style='display:block; white-space:pre;color:#404040;'>    github-1.0.tcl: Capitalize GitHub correctly
</span>---
 _resources/port1.0/group/github-1.0.tcl | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/group/github-1.0.tcl b/_resources/port1.0/group/github-1.0.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 33f32b1..d2a9a34 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/github-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/github-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,7 +29,7 @@
</span> # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #
 #
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# This PortGroup accommodates projects hosted at github.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# This PortGroup accommodates projects hosted at GitHub.
</span> #
 # Usage:
 #
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -41,7 +41,7 @@
</span> #
 #   github.setup        author project version [tag_prefix]
 #
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# The port's name will be set to the github project name. If that's not correct,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# The port's name will be set to the GitHub project name. If that's not correct,
</span> # override it by setting the port name as usual, for example:
 #
 #   github.setup        someone someproject 1.2.3
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -49,12 +49,12 @@
</span> #
 # The tag_prefix is optional, and refers to any characters that may appear
 # before the actual version number when you view the list of tags for this
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# project on github. For example, if the tags are named like "v1.2.3" then
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# project on GitHub. For example, if the tags are named like "v1.2.3" then
</span> # tag_prefix should be specified as "v":
 #
 #   github.setup        someone someproject 1.2.3 v
 #
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Some projects use github's "releases" service to offer distfiles:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Some projects use GitHub's "releases" service to offer distfiles:
</span> # 
 # https://github.com/blog/1547-release-your-software
 #
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -63,7 +63,7 @@
</span> #
 #   github.tarball_from releases
 #
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Github imposes no naming convention for "release" distfiles, so you may need
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# GitHub imposes no naming convention for "release" distfiles, so you may need
</span> # to set distname as you would for other ports.
 #
 # Older projects use the discontinued "downloads" service. New "downloads" can
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -76,8 +76,8 @@
</span> #
 #   github.tarball_from downloads
 #
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# If neither "releases" nor "downloads" are available, github can automatically
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# generate a distfile from a git tag or commit. This is the github portgroup's
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# If neither "releases" nor "downloads" are available, GitHub can automatically
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# generate a distfile from a git tag or commit. This is the GitHub portgroup's
</span> # default behavior; to use this, simply don't set github.tarball_from. The
 # distname is irrelevant when fetching from a tag or commit, so don't set it
 # either.
</pre><pre style='margin:0'>

</pre>