<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/d1a6529d0c264894ae6d9f09be2e74bbefff9700">https://github.com/macports/macports-ports/commit/d1a6529d0c264894ae6d9f09be2e74bbefff9700</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 d1a6529d0c2 youtube-dl: Add python39 variant
</span>d1a6529d0c2 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d1a6529d0c264894ae6d9f09be2e74bbefff9700
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue Oct 6 21:55:32 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    youtube-dl: Add python39 variant
</span>---
 net/youtube-dl/Portfile | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 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 4cfb9c685b5..ecb6beb5678 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;'>@@ -64,27 +64,31 @@ 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 python36 python37 python38 description {Use Python 2.7} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python27 conflicts python35 python36 python37 python38 python39 description {Use Python 2.7} {
</span>     python.default_version  27
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python35 conflicts python27 python36 python37 python38 description {Use Python 3.5} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python35 conflicts python27 python36 python37 python38 python39 description {Use Python 3.5} {
</span>     python.default_version  35
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python36 conflicts python27 python35 python37 python38 description {Use Python 3.6} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 conflicts python27 python35 python37 python38 python39 description {Use Python 3.6} {
</span>     python.default_version  36
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 conflicts python27 python35 python36 python38 description {Use Python 3.7} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python27 python35 python36 python38 python39 description {Use Python 3.7} {
</span>     python.default_version  37
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python27 python35 python36 python37 description {Use Python 3.8} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python27 python35 python36 python37 python39 description {Use Python 3.8} {
</span>     python.default_version  38
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python27] && ![variant_isset python35] && ![variant_isset python36] && ![variant_isset python37] && ![variant_isset python38]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python27 python35 python36 python37 python38 description {Use Python 3.9} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    python.default_version  39
</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] && ![variant_isset python38] && ![variant_isset python39]} {
</span>     default_variants +python38
 }
 
</pre><pre style='margin:0'>

</pre>