Ticket #49336: Portfile.diff

File Portfile.diff, 661 bytes (added by mndavidoff (Monte Davidoff), 9 years ago)
  • Portfile

    old new  
    2424checksums           rmd160  0764018c6122ad2729a82042bd9c35f4df8c3e81 \
    2525                    sha256  7ee694b8a4c3854f27890676aa8a509a2e3f8dbdd0916fa94cbed612420b9c86
    2626
    27 python.versions     26 27 33 34
     27python.versions     27 34 35
    2828
    2929if {${name} ne ${subport}} {
    3030    depends_lib-append  port:gmp port:libmpc port:mpfr
     
    4141    }
    4242
    4343    livecheck.type      none
     44} else {
     45    livecheck.type      regex
     46    livecheck.url       https://pypi.python.org/pypi/gmpy2/json
     47    livecheck.regex     {gmpy2-(\d+(?:\.\d+)*)\.[tz]}
    4448}