<pre style='margin:0'>
MarcusCalhoun-Lopez pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/6834d069eea58c081aef63974f7b2776fe9c3558">https://github.com/macports/macports-ports/commit/6834d069eea58c081aef63974f7b2776fe9c3558</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 6834d06  nghttp2: fix typo
</span>6834d06 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6834d069eea58c081aef63974f7b2776fe9c3558
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Fri Jan 13 02:36:49 2017 -0700

<span style='display:block; white-space:pre;color:#404040;'>    nghttp2: fix typo
</span>---
 www/nghttp2/Portfile | 2 +-
 1 file changed, 1 insertion(+), 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 954b11a..4226fb9 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;'>@@ -30,7 +30,7 @@ if {![variant_isset python27] && ![variant_isset python34] && ![variant_isset py
</span> if {[variant_isset python27]} { set PythonVersion   2.7 }
 if {[variant_isset python34]} { set PythonVersion   3.4 }
 if {[variant_isset python35]} { set PythonVersion   3.5 }
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {[variant_isset python35]} { set PythonVersion   3.6 }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {[variant_isset python36]} { set PythonVersion   3.6 }
</span> set PythonBranch    [join [lrange [split ${PythonVersion} .] 0 1] ""]
 
 depends_build       port:pkgconfig
</pre><pre style='margin:0'>

</pre>