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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/63767aac178d89f5711960fda3c5f0a803c8ecd2">https://github.com/macports/macports-ports/commit/63767aac178d89f5711960fda3c5f0a803c8ecd2</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 63767aa  nghttp2: add python 3.8 support
</span>63767aa is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 63767aac178d89f5711960fda3c5f0a803c8ecd2
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Tue Oct 22 18:39:10 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    nghttp2: add python 3.8 support
</span>---
 www/nghttp2/Portfile | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 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 6e5a0d7..b4c3740 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;'>@@ -62,8 +62,9 @@ configure.env-append \
</span> if {[variant_isset python27]} { set PythonVersion   2.7 }
 if {[variant_isset python36]} { set PythonVersion   3.6 }
 if {[variant_isset python37]} { set PythonVersion   3.7 }
<span style='display:block; white-space:pre;background:#e0ffe0;'>+if {[variant_isset python38]} { set PythonVersion   3.8 }
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {[variant_isset python27] || [variant_isset python36] || [variant_isset python37]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {[variant_isset python27] || [variant_isset python36] || [variant_isset python37] || [variant_isset python38]} {
</span>     set PythonBranch    [join [lrange [split ${PythonVersion} .] 0 1] ""]
 
     depends_lib-append \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -75,7 +76,7 @@ if {[variant_isset python27] || [variant_isset python36] || [variant_isset pytho
</span>                     CYTHON=${prefix}/bin/cython-${PythonVersion} \
                     PYTHON=${prefix}/bin/python${PythonVersion}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    destroot.env        PYTHONPATH=${destroot}${prefix}/lib/python${PythonVersion}/site-packages/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    destroot.env    PYTHONPATH=${destroot}${prefix}/lib/python${PythonVersion}/site-packages/
</span> 
     pre-destroot {
         xinstall -d ${destroot}${prefix}/lib/python${PythonVersion}/site-packages/
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -86,10 +87,13 @@ if {[variant_isset python27] || [variant_isset python36] || [variant_isset pytho
</span>                     --without-cython
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python27 conflicts python36 python37 description {Build using Python 2.7} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python27 conflicts python36 python37 python38 description {Build using Python 2.7} {
</span>     configure.env-append   "PYTHON_EXTRA_LDFLAGS=-u _PyMac_Error ${frameworks_dir}/Python.framework/Versions/${PythonVersion}/Python"
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    }
</span> }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python36 conflicts python27 python37 description {Build using Python 3.6} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 conflicts python27 python37 python38 description {Build using Python 3.6} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python27 python36 python38 description {Build using Python 3.7} {}
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 conflicts python27 python36 description {Build using Python 3.7} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python27 python36 python37 description {Build using Python 3.8} {}
</span>\ No newline at end of file
</pre><pre style='margin:0'>

</pre>