Ticket #49336: Portfile.diff
File Portfile.diff, 661 bytes (added by mndavidoff (Monte Davidoff), 9 years ago) |
---|
-
Portfile
old new 24 24 checksums rmd160 0764018c6122ad2729a82042bd9c35f4df8c3e81 \ 25 25 sha256 7ee694b8a4c3854f27890676aa8a509a2e3f8dbdd0916fa94cbed612420b9c86 26 26 27 python.versions 2 6 27 33 3427 python.versions 27 34 35 28 28 29 29 if {${name} ne ${subport}} { 30 30 depends_lib-append port:gmp port:libmpc port:mpfr … … 41 41 } 42 42 43 43 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]} 44 48 }