<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/503b69b44ee2d3a683cbfb3bd5e6c8e161f90e64">https://github.com/macports/macports-ports/commit/503b69b44ee2d3a683cbfb3bd5e6c8e161f90e64</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 503b69b  nghttp2: remove unmatched curly-bracket
</span>503b69b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 503b69b44ee2d3a683cbfb3bd5e6c8e161f90e64
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Tue Oct 22 16:48:17 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    nghttp2: remove unmatched curly-bracket
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes portfile parse failure.
</span>---
 www/nghttp2/Portfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

<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 b4c3740..4766e33 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;'>@@ -89,11 +89,10 @@ if {[variant_isset python27] || [variant_isset python36] || [variant_isset pytho
</span> 
 variant python27 conflicts python36 python37 python38 description {Build using Python 2.7} {
     configure.env-append   "PYTHON_EXTRA_LDFLAGS=-u _PyMac_Error ${frameworks_dir}/Python.framework/Versions/${PythonVersion}/Python"
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    }
</span> }
 
 variant python36 conflicts python27 python37 python38 description {Build using Python 3.6} {}
 
 variant python37 conflicts python27 python36 python38 description {Build using Python 3.7} {}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python27 python36 python37 description {Build using Python 3.8} {}
</span>\ No newline at end of file
<span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python27 python36 python37 description {Build using Python 3.8} {}
</span></pre><pre style='margin:0'>

</pre>