Ticket #36420: Portfile.diff

File Portfile.diff, 1.3 KB (added by stromnov (Andrey Stromnov), 12 years ago)
  • Portfile

     
    55PortGroup           python 1.0
    66
    77name                py-anyjson
    8 version             0.3.1
     8version             0.3.3
    99categories          python www
    1010license             BSD
    1111platforms           darwin
     
    2424
    2525distname            anyjson-${version}
    2626
    27 checksums           md5     2b53b5d53fc40af4da7268d3c3e35a50 \
    28                     sha1    f459fbdbd5b7ee81b236ef5eed023970db38572a \
    29                     rmd160  ed958d1c30c28975f9bfe5d6c4da05f9bde9e58d
     27checksums           rmd160  c85bad7565e983077ea863ec99ca45048faecb18 \
     28                    sha256  37812d863c9ad3e35c0734c42e0bf0320ce8c3bed82cd20ad54cb34d158157ba
    3029
    31 python.versions     25 26 27
     30python.versions     25 26 27 31 32 33
    3231python.default_version 27
    3332
    3433if {$subport != $name} {
    3534    depends_build-append    port:py${python.version}-distribute
    3635
    37     # Depend upon cjson so that the best JSON module can be used.
    38     depends_lib-append      port:py${python.version}-cjson
     36    if {$subport == "py25-anyjson"} {
     37        # Depend upon cjson so that the best JSON module for python25 can be used.
     38        depends_lib-append      port:py${python.version}-cjson
     39    }
    3940}
    4041
    4142livecheck.type      regex