<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/403cd1faf2b4ba513c9188e55081d1721e4c61ba">https://github.com/macports/macports-ports/commit/403cd1faf2b4ba513c9188e55081d1721e4c61ba</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 403cd1f  nghttp2 1.31.1: remove python34 variant
</span>403cd1f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 403cd1faf2b4ba513c9188e55081d1721e4c61ba
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Thu Apr 12 20:05:17 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    nghttp2 1.31.1: remove python34 variant
</span>---
 www/nghttp2/Portfile | 9 +++------
 1 file changed, 3 insertions(+), 6 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 df6898f..3dce9e3 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;'>@@ -29,7 +29,6 @@ if {![variant_isset python27] && ![variant_isset python34] && ![variant_isset py
</span> }
 
 if {[variant_isset python27]} { set PythonVersion   2.7 }
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {[variant_isset python34]} { set PythonVersion   3.4 }
</span> if {[variant_isset python35]} { set PythonVersion   3.5 }
 if {[variant_isset python36]} { set PythonVersion   3.6 }
 set PythonBranch    [join [lrange [split ${PythonVersion} .] 0 1] ""]
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -68,12 +67,10 @@ pre-destroot {
</span>     xinstall -d ${destroot}${prefix}/lib/python${PythonVersion}/site-packages/
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python27 conflicts python34 python35 python36 description {Build using Python 2.7} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python27 conflicts python35 python36 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:#ffe0e0;'>-variant python34 conflicts python27 python35 python36 description {Build using Python 3.4} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python35 conflicts python27 python36 description {Build using Python 3.5} {}
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python35 conflicts python27 python34 python36 description {Build using Python 3.5} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python36 conflicts python27 python34 python35 description {Build using Python 3.6} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 conflicts python27 python35 description {Build using Python 3.6} {}
</span></pre><pre style='margin:0'>

</pre>