Changeset 118116 for trunk/dports


Ignore:
Timestamp:
Mar 23, 2014, 2:14:24 AM (10 years ago)
Author:
ryandesign@…
Message:

youtube-dl: update to 2014.03.21.5; add python34 variant

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/youtube-dl/Portfile

    r117987 r118116  
    55
    66name                youtube-dl
    7 version             2014.03.18.1
     7version             2014.03.21.5
    88categories          net
    99platforms           darwin
     
    1919master_sites        http://youtube-dl.org/downloads/${version}
    2020
    21 checksums           rmd160  5aeda20df6a356360e4571432df7b0ca638bc4a6 \
    22                     sha256  c1deb27e99e6793a2dd00a70f3a9ebac895b13d94ad3de27f28a6c5514dfde7b
     21checksums           rmd160  acc300657f9637492b0a5384906a2ef70bee38bd \
     22                    sha256  82c1c9de140b5030ee836c9b0f3586e812fc5bc5881703322d97ed5eb35b064d
    2323
    2424depends_build       bin:zip:zip
     
    5656}
    5757
    58 variant python27 conflicts python33 description {Use Python 2.7} {
     58variant python27 conflicts python33 python34 description {Use Python 2.7} {
    5959    depends_run-append  port:python27
    6060    configure.python    ${prefix}/bin/python2.7
    6161}
    6262
    63 variant python33 conflicts python27 description {Use Python 3.3} {
     63variant python33 conflicts python27 python34 description {Use Python 3.3} {
    6464    depends_run-append  port:python33
    6565    configure.python    ${prefix}/bin/python3.3
    6666}
    6767
    68 if {![variant_isset python27] && ![variant_isset python33]} {
     68variant python34 conflicts python27 python33 description {Use Python 3.4} {
     69    depends_run-append  port:python33
     70    configure.python    ${prefix}/bin/python3.3
     71}
     72
     73if {![variant_isset python27] && ![variant_isset python33] && ![variant_isset python34]} {
    6974    default_variants +python27
    7075}
Note: See TracChangeset for help on using the changeset viewer.