<pre style='margin:0'>
Daniel J. Luke (danielluke) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2bb03ff1bab20366136e5728b25f3415955ffdd2">https://github.com/macports/macports-ports/commit/2bb03ff1bab20366136e5728b25f3415955ffdd2</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 2bb03ff xonsh: fix missing \ in subport description
</span>2bb03ff is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 2bb03ff1bab20366136e5728b25f3415955ffdd2
</span>Author: Daniel J. Luke <dluke@macports.org>
AuthorDate: Wed Dec 21 15:38:40 2016 -0500
<span style='display:block; white-space:pre;color:#404040;'> xonsh: fix missing \ in subport description
</span>---
shells/xonsh/Portfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/shells/xonsh/Portfile b/shells/xonsh/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 461f79b..f981cc7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/shells/xonsh/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/shells/xonsh/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,6 +38,6 @@ subport xonsh-devel {
</span> version 0.5.0-2016-12-21
conflicts xonsh
<span style='display:block; white-space:pre;background:#ffe0e0;'>- description Development version of Xonsh, a Python-ish,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ description Development version of Xonsh, a Python-ish, \
</span> BASHwards-looking shell language and command prompt.
}
</pre><pre style='margin:0'>
</pre>