Ticket #53723: py-thrift_0.10.0.diff

File py-thrift_0.10.0.diff, 1.2 KB (added by michaelld (Michael Dickens), 8 years ago)
  • python/py-thrift/Portfile

    diff --git a/python/py-thrift/Portfile b/python/py-thrift/Portfile
    index b68a20d787..bd0754fcf8 100644
    a b PortSystem 1.0 
    44PortGroup       python 1.0
    55
    66name            py-thrift
    7 version         0.9.2
     7version         0.10.0
    88categories      python
    99license         Apache-2
    1010platforms       darwin
    master_sites apache:${name}/${version} 
    2525dist_subdir     thrift
    2626distname        thrift-${version}
    2727
    28 checksums       sha1   02f78b158da795ea89a26ce41964fbe562cc4235 \
    29                 rmd160 a858d2ef0e4e41305e43ef42e9cc602915a47c1f \
    30                 sha256 cef50d3934c41db5fa7724440cc6f10a732e7a77fe979b98c23ce45725349570
     28checksums       sha1   5c67fb6d2e01fa4ee02823a9c577f4d985f0ecfe \
     29                rmd160 cf7d49bf4d39c980c7549088e947c12df4d1046d \
     30                sha256 2289d02de6e8db04cbbabb921aeb62bfe3098c4c83f36eec6c31194301efa10b
    3131
    3232python.versions 26 27
    3333python.default_version 27
    if {${name} ne ${subport}} { 
    5151        ${destroot}${docdir}
    5252    }
    5353}
    54                
     54
    5555livecheck.type  regex
    5656livecheck.url   http://www.apache.org/dist/thrift/
    5757livecheck.regex {(\d+(?:\.\d+)*)/}