<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/7d385d72bd7a83af8699a99b46e5f3f507e235d2">https://github.com/macports/macports-ports/commit/7d385d72bd7a83af8699a99b46e5f3f507e235d2</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 7d385d7  youtube-dl: add python37 variant
</span>7d385d7 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7d385d72bd7a83af8699a99b46e5f3f507e235d2
</span>Author: Chih-Hsuan Yen <yan12125@macports.org>
AuthorDate: Sun Jul 1 03:38:08 2018 +0800

<span style='display:block; white-space:pre;color:#404040;'>    youtube-dl: add python37 variant
</span>---
 net/youtube-dl/Portfile | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 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 f2a4f67..c44bd1f 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;'>@@ -68,26 +68,32 @@ 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 python35 description {Use Python 2.7} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python27 conflicts python35 python36 python37 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 python35 conflicts python27 python36 description {Use Python 3.5} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python35 conflicts python27 python36 python37 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 python35 description {Use Python 3.6} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 conflicts python27 python35 python37 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 python35] && ![variant_isset python36]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants +python36
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python27 python35 python36 description {Use Python 3.7} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_run-append      port:python37
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_build-append    port:python37
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.python        ${prefix}/bin/python3.7
</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 python35] && ![variant_isset python36] && ![variant_isset python37]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants +python37
</span> }
 
 livecheck.type      regex
</pre><pre style='margin:0'>

</pre>