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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d676da9ee0c655f45c1ac6e0250d5754ae782ffc">https://github.com/macports/macports-ports/commit/d676da9ee0c655f45c1ac6e0250d5754ae782ffc</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit d676da9ee0c655f45c1ac6e0250d5754ae782ffc
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Fri Oct 26 21:37:52 2018 +0100

<span style='display:block; white-space:pre;color:#404040;'>    nghttp2: Migrate to legacysupport PortGroup
</span>---
 www/nghttp2/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/nghttp2/Portfile b/www/nghttp2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a02b961..a15e358 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/nghttp2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/nghttp2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,9 +3,10 @@
</span> PortSystem          1.0
 PortGroup           cxx11 1.1
 PortGroup           github 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup           snowleopard_fixes 1.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           legacysupport 1.0
</span> 
 github.setup        tatsuhiro-t nghttp2 1.34.0 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> categories          www
 platforms           darwin
 maintainers         {mps @Schamschula} openmaintainer
</pre><pre style='margin:0'>

</pre>