<pre style='margin:0'>
Eitan Adler (grimreaper) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/fa2c8f61d7658c00b8c70cbbbd70aa85c66e7ee1">https://github.com/macports/macports-ports/commit/fa2c8f61d7658c00b8c70cbbbd70aa85c66e7ee1</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 fa2c8f6 hub: update to 2.11.1
</span>fa2c8f6 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit fa2c8f61d7658c00b8c70cbbbd70aa85c66e7ee1
</span>Author: Eitan Adler <grimreaper@macports.org>
AuthorDate: Fri Mar 29 19:08:41 2019 -0700
<span style='display:block; white-space:pre;color:#404040;'> hub: update to 2.11.1
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> also soften the install message. It can sometimes not be perfect
</span><span style='display:block; white-space:pre;color:#404040;'> in its passthrough (see github/hub#1778).
</span>---
devel/hub/Portfile | 14 +++++++-------
1 file changed, 7 insertions(+), 7 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 de45300..f52acaf 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.10.0 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup github hub 2.11.1 v
</span> categories devel
platforms darwin
license MIT
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -16,9 +16,9 @@ long_description \
</span>
homepage https://hub.github.com/
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums rmd160 6774601b6e264ec97d89c2c7f10a117f0ed6e9ad \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- sha256 261d6c087bd9b739bb24ad04246f1d35ee807fbb2e34f16fb9a20fad439f8824 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- size 1042725
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums rmd160 434d9218ff09caff4225fd30867b6482909d7019 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ sha256 759fb6ec360d859871faa6fc5651d318a7086c386097142fcd8279304a348b8b \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ size 1043834
</span>
worksrcdir src/github.com/${github.author}/${name}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -49,13 +49,13 @@ destroot {
</span> }
notes "
<span style='display:block; white-space:pre;background:#ffe0e0;'>-Using hub feels best when it's aliased as git. This is not dangerous;
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-your normal git commands will all work. hub merely adds some sugar.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+Using hub feels best when it's aliased as git since
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+normal git commands will all work. hub merely adds some sugar.
</span>
hub alias displays instructions for the current shell.
With the -s flag, it outputs a script suitable for eval.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-You should place this command in your .bash_profile or other startup script:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+You could place this command in your shell startup script:
</span>
eval \"\$(hub alias -s)\"
"
</pre><pre style='margin:0'>
</pre>