[126857] trunk/dports/net/youtube-dl/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Oct 16 10:50:40 PDT 2014


Revision: 126857
          https://trac.macports.org/changeset/126857
Author:   ryandesign at macports.org
Date:     2014-10-16 10:50:40 -0700 (Thu, 16 Oct 2014)
Log Message:
-----------
youtube-dl: update to 2014.10.15; remove python33 variant

Modified Paths:
--------------
    trunk/dports/net/youtube-dl/Portfile

Modified: trunk/dports/net/youtube-dl/Portfile
===================================================================
--- trunk/dports/net/youtube-dl/Portfile	2014-10-16 17:48:00 UTC (rev 126856)
+++ trunk/dports/net/youtube-dl/Portfile	2014-10-16 17:50:40 UTC (rev 126857)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                youtube-dl
-version             2014.10.13
+version             2014.10.15
 categories          net
 platforms           darwin
 maintainers         ryandesign openmaintainer
@@ -18,8 +18,8 @@
 homepage            http://rg3.github.com/youtube-dl/
 master_sites        http://youtube-dl.org/downloads/${version}
 
-checksums           rmd160  d518843f3d97af7cedd713b05a65e402fe0d8683 \
-                    sha256  4d36a051f4cd727c02f20ed05b61d9a7aa087a5c06ddeb3d6bc34faca16e6c5b
+checksums           rmd160  ac82a6ca055e21940cd8197d124d76d88f14687f \
+                    sha256  f17e0a0ebae95120906c0c866caabb76ba5bf2abc8ae5cb939f8d584b1a511a8
 
 depends_build       bin:zip:zip
 
@@ -57,22 +57,19 @@
     xinstall -m 644 -W ${worksrcpath} LICENSE README.md ${destroot}${docdir}
 }
 
-variant python27 conflicts python33 python34 description {Use Python 2.7} {
+variant python27 conflicts python34 description {Use Python 2.7} {
     depends_run-append  port:python27
     configure.python    ${prefix}/bin/python2.7
 }
 
-variant python33 conflicts python27 python34 description {Use Python 3.3} {
-    depends_run-append  port:python33
-    configure.python    ${prefix}/bin/python3.3
-}
+variant python33 requires python34 description {Legacy compatibility variant} {}
 
-variant python34 conflicts python27 python33 description {Use Python 3.4} {
+variant python34 conflicts python27 description {Use Python 3.4} {
     depends_run-append  port:python34
     configure.python    ${prefix}/bin/python3.4
 }
 
-if {![variant_isset python27] && ![variant_isset python33] && ![variant_isset python34]} {
+if {![variant_isset python27] && ![variant_isset python34]} {
     default_variants +python27
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141016/75249d07/attachment-0001.html>


More information about the macports-changes mailing list