<pre style='margin:0'>
Enrico Maria Crisostomo (emcrisostomo) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a770ece4f9f36b8a02aaaf99d1701f763a841f6a">https://github.com/macports/macports-ports/commit/a770ece4f9f36b8a02aaaf99d1701f763a841f6a</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 a770ece  hub: update to 2.3.0
</span>a770ece is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a770ece4f9f36b8a02aaaf99d1701f763a841f6a
</span>Author: Enrico M. Crisostomo <enrico.m.crisostomo@gmail.com>
AuthorDate: Wed Jun 6 11:05:05 2018 +0200

<span style='display:block; white-space:pre;color:#404040;'>    hub: update to 2.3.0
</span>---
 devel/hub/Portfile | 24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/hub/Portfile b/devel/hub/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f058936..b720bf6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/hub/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/hub/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,7 +3,7 @@
</span> PortSystem          1.0
 PortGroup           github 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup        github hub 2.2.9 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        github hub 2.3.0 v
</span> categories          devel
 platforms           darwin
 license             MIT
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -16,13 +16,12 @@ long_description    \
</span> 
 homepage            https://hub.github.com/
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  1afec3de053f124d22f9587ff889f2d212d6e909 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  9b94086ad52bf724c78b62568931027e01499f8c4e5b0aae476417c856bf7a98
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  4e2eeff2123dba624d2f1a57267d3afcdafcf4ca \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  a9380cf0cb098cd1ca61bdef5e6f548396b0c86ea5a8a47b538d96cd1e667a4d \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    979159
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-build.cmd           ./script/build
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-build.target
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_lib         port:go
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:go
</span> 
 use_configure       no
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,7 +29,6 @@ installs_libs       no
</span> 
 destroot {
     xinstall -W ${worksrcpath} bin/hub ${destroot}${prefix}/bin
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    xinstall -W ${worksrcpath} man/hub.1 ${destroot}${prefix}/share/man/man1/hub.1
</span>     set bash-completions ${destroot}${prefix}/share/bash-completion/completions
     xinstall -d ${bash-completions}
     xinstall -W ${worksrcpath} etc/hub.bash_completion.sh ${bash-completions}/hub
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -40,11 +38,15 @@ destroot {
</span> }
 
 notes "
<span style='display:block; white-space:pre;background:#ffe0e0;'>-To use 'hub' as a true git wrapper add the following line to your .zshrc or .bashrc
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+Using hub feels best when it's aliased as git.  This is not dangerous;
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+your normal git commands will all work.  hub merely adds some sugar.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+hub alias displays instructions for the current shell.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+With the -s flag, it outputs a script suitable for eval.
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-alias git=hub
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+You should place this command in your .bash_profile or other startup script:
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-or use 'hub' as standalone command
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+eval \"\$(hub alias -s)\"
</span> "
 
 github.livecheck.regex  {([^"-]+)}
</pre><pre style='margin:0'>

</pre>