Commits

Ryan Schmidt authored 4d7a30a823b
youtube-dl: Default to python38
No tags

net/youtube-dl/Portfile

Modified
94 94 configure.python ${prefix}/bin/python3.7
95 95 }
96 96
97 97 variant python38 conflicts python27 python35 python36 python37 description {Use Python 3.8} {
98 98 depends_run-append port:python38
99 99 depends_build-append port:python38
100 100 configure.python ${prefix}/bin/python3.8
101 101 }
102 102
103 103 if {![variant_isset python27] && ![variant_isset python35] && ![variant_isset python36] && ![variant_isset python37] && ![variant_isset python38]} {
104 - default_variants +python37
104 + default_variants +python38
105 105 }
106 106
107 107 livecheck.type regex
108 108 livecheck.url ${homepage}update/LATEST_VERSION
109 109 livecheck.regex {^([0-9.]+)$}

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut