<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/8fc530ebef2ebc1940b2660aedb1f1ba39199291">https://github.com/macports/macports-ports/commit/8fc530ebef2ebc1940b2660aedb1f1ba39199291</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 8fc530e  xcpretty: Fix GitHub project name
</span>8fc530e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8fc530ebef2ebc1940b2660aedb1f1ba39199291
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon May 27 23:33:06 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    xcpretty: Fix GitHub project name
</span>---
 devel/xcpretty/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/xcpretty/Portfile b/devel/xcpretty/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2425e7d..67f0fd8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/xcpretty/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/xcpretty/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        supermarin xcpretty 0.3.0 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        xcpretty xcpretty 0.3.0 v
</span> revision            0
 categories          devel
 platforms           darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -20,7 +20,7 @@ checksums           rmd160  7381aab67c8bf750e219d185b7e4873261cfe876 \
</span> 
 patchfiles-append   patch-libpath.diff
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# This should use macport's ruby and not the system ruby.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# This should use MacPorts ruby and not the system ruby.
</span> # rouge is a dependency but it appears to work OK w/o it
 # https://github.com/rouge-ruby/rouge
 use_configure       no
</pre><pre style='margin:0'>

</pre>