<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/fc63171d962a78dd03bacbd50f3e1b15f34562bc">https://github.com/macports/macports-ports/commit/fc63171d962a78dd03bacbd50f3e1b15f34562bc</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit fc63171d962a78dd03bacbd50f3e1b15f34562bc
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Mon Jul 17 13:56:00 2017 -0700

<span style='display:block; white-space:pre;color:#404040;'>    libpwquality: add variants +python35 +python36, default +python36
</span>---
 devel/libpwquality/Portfile | 26 ++++++++++++++++++++++----
 1 file changed, 22 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/libpwquality/Portfile b/devel/libpwquality/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 22ff4d2..b0d5c9c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/libpwquality/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/libpwquality/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,7 +38,7 @@ configure.cmd       ./autogen.sh && ./configure
</span> 
 configure.args      --disable-pam
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python27 conflicts python34 description {Build python 2.7 bindings} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python27 conflicts python34 python35 python36 description {Build python 2.7 bindings} {
</span>     set python_ver          2.7
     depends_lib-append      port:python27
     set python_prefix       ${frameworks_dir}/Python.framework/Versions/${python_ver}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -47,7 +47,7 @@ variant python27 conflicts python34 description {Build python 2.7 bindings} {
</span>                             --with-pythonsitedir=${python_site_path}
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python34 conflicts python27 description {Build python 3.4 bindings} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python34 conflicts python27 python35 python36 description {Build python 3.4 bindings} {
</span>     set python_ver          3.4
     depends_lib-append      port:python34
     set python_prefix       ${frameworks_dir}/Python.framework/Versions/${python_ver}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -56,8 +56,26 @@ variant python34 conflicts python27 description {Build python 3.4 bindings} {
</span>                             --with-pythonsitedir=${python_site_path}
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python27]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants +python34
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python35 conflicts python27 python34 python36 description {Build python 3.5 bindings} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set python_ver          3.5
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append      port:python35
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set python_prefix       ${frameworks_dir}/Python.framework/Versions/${python_ver}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set python_site_path    ${python_prefix}/lib/python${python_ver}/site-packages
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-append   --with-python-binary=${prefix}/bin/python${python_ver} \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            --with-pythonsitedir=${python_site_path}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 conflicts python27 python34 python35 description {Build python 3.6 bindings} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set python_ver          3.6
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append      port:python36
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set python_prefix       ${frameworks_dir}/Python.framework/Versions/${python_ver}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set python_site_path    ${python_prefix}/lib/python${python_ver}/site-packages
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-append   --with-python-binary=${prefix}/bin/python${python_ver} \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            --with-pythonsitedir=${python_site_path}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python27] && ![variant_isset python34] && ![variant_isset python35]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants +python36
</span> }
 
 platform darwin {
</pre><pre style='margin:0'>

</pre>