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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/df68908f5aa7b9e7cd5ff71c5d98520cce804904">https://github.com/macports/macports-ports/commit/df68908f5aa7b9e7cd5ff71c5d98520cce804904</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 df68908  youtube-dl: Remove python34 variant
</span>df68908 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit df68908f5aa7b9e7cd5ff71c5d98520cce804904
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu Apr 12 20:25:19 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    youtube-dl: Remove python34 variant
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    This is a step towards removing py34 modules from MacPorts.
</span>---
 net/youtube-dl/Portfile | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/youtube-dl/Portfile b/net/youtube-dl/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3911c53..1bcb4af 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/youtube-dl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/youtube-dl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -59,7 +59,7 @@ destroot.args       PREFIX=${prefix} \
</span> post-destroot {
     set docdir ${prefix}/share/doc/${name}
     xinstall -d ${destroot}${docdir}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    xinstall -m 644 -W ${worksrcpath} LICENSE README.md ${destroot}${docdir}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -m 0644 -W ${worksrcpath} LICENSE README.md ${destroot}${docdir}
</span> }
 
 variant ffmpeg description {Add ffmpeg dependency, used to extract audio} {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -68,31 +68,25 @@ variant ffmpeg description {Add ffmpeg dependency, used to extract audio} {
</span> 
 default_variants    +ffmpeg
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python27 conflicts python34 python35 description {Use Python 2.7} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python27 conflicts python35 description {Use Python 2.7} {
</span>     depends_run-append      port:python27
     depends_build-append    port:python27
     configure.python        ${prefix}/bin/python2.7
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python34 conflicts python27 python35 python36 description {Use Python 3.4} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_run-append      port:python34
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_build-append    port:python34
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.python        ${prefix}/bin/python3.4
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python35 conflicts python27 python34 python36 description {Use Python 3.5} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python35 conflicts python27 python36 description {Use Python 3.5} {
</span>     depends_run-append      port:python35
     depends_build-append    port:python35
     configure.python        ${prefix}/bin/python3.5
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python36 conflicts python27 python34 python35 description {Use Python 3.6} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 conflicts python27 python35 description {Use Python 3.6} {
</span>     depends_run-append      port:python36
     depends_build-append    port:python36
     configure.python        ${prefix}/bin/python3.6
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python27] && ![variant_isset python34] && ![variant_isset python35] && ![variant_isset python36]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python27] && ![variant_isset python35] && ![variant_isset python36]} {
</span>     default_variants +python36
 }
 
</pre><pre style='margin:0'>

</pre>