diff --git a/python/py-thrift/Portfile b/python/py-thrift/Portfile
index b68a20d787..bd0754fcf8 100644
a
|
b
|
PortSystem 1.0 |
4 | 4 | PortGroup python 1.0 |
5 | 5 | |
6 | 6 | name py-thrift |
7 | | version 0.9.2 |
| 7 | version 0.10.0 |
8 | 8 | categories python |
9 | 9 | license Apache-2 |
10 | 10 | platforms darwin |
… |
… |
master_sites apache:${name}/${version} |
25 | 25 | dist_subdir thrift |
26 | 26 | distname thrift-${version} |
27 | 27 | |
28 | | checksums sha1 02f78b158da795ea89a26ce41964fbe562cc4235 \ |
29 | | rmd160 a858d2ef0e4e41305e43ef42e9cc602915a47c1f \ |
30 | | sha256 cef50d3934c41db5fa7724440cc6f10a732e7a77fe979b98c23ce45725349570 |
| 28 | checksums sha1 5c67fb6d2e01fa4ee02823a9c577f4d985f0ecfe \ |
| 29 | rmd160 cf7d49bf4d39c980c7549088e947c12df4d1046d \ |
| 30 | sha256 2289d02de6e8db04cbbabb921aeb62bfe3098c4c83f36eec6c31194301efa10b |
31 | 31 | |
32 | 32 | python.versions 26 27 |
33 | 33 | python.default_version 27 |
… |
… |
if {${name} ne ${subport}} { |
51 | 51 | ${destroot}${docdir} |
52 | 52 | } |
53 | 53 | } |
54 | | |
| 54 | |
55 | 55 | livecheck.type regex |
56 | 56 | livecheck.url http://www.apache.org/dist/thrift/ |
57 | 57 | livecheck.regex {(\d+(?:\.\d+)*)/} |