Ticket #26349: Portfile.diff

File Portfile.diff, 2.4 KB (added by stromnov (Andrey Stromnov), 14 years ago)

Update to 0.4.11

  • Portfile

     
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    12# $Id$
    23
    3 PortSystem              1.0
     4PortSystem          1.0
    45
    5 name                    kumofs
    6 version                 0.4.7
    7 revision        1
    8 homepage                http://kumofs.sourceforge.net/
    9 categories              net
    10 platforms               darwin
    11 maintainers             gmail.com:naoya.n
    12 use_parallel_build      yes
     6name                kumofs
     7version             0.4.11
     8revision            0
     9homepage            http://kumofs.sourceforge.net/
     10categories          net
     11platforms           darwin
     12maintainers         gmail.com:naoya.n
    1313
    14 description a scalable and highly available distributed key-value store
     14use_parallel_build  yes
    1515
    16 long_description \
    17         kumofs is a scalable and highly available distributed key-value store. \
    18         You can use a memcached client library to set, get, CAS or delete values \
    19         from/into kumofs. Backend storage is Tokyo Cabinet and it will give you \
    20         great performance.
     16description         A scalable and highly available distributed key-value store.
    2117
    22 master_sites \
    23         http://github.com/downloads/etolabo/${name}
     18long_description    \
     19        kumofs is a scalable and highly available distributed key-value store. \
     20        You can use a memcached client library to set, get, CAS or delete values \
     21        from/into kumofs. Backend storage is Tokyo Cabinet and it will give you \
     22        great performance.
    2423
    25 checksums \
    26         md5 0a96293b3123467b94a3b1de8294f991 \
    27         sha1 ebb0c0d672544c08659484238c8155567fb55ae7 \
    28         rmd160 d34013221456c2a24f13e7d55a7ddeedf3db85b0
     24master_sites        http://github.com/downloads/etolabo/${name}
    2925
    30 depends_lib \
    31         port:msgpack \
    32         port:rb-msgpack \
    33         port:tokyocabinet \
    34         port:openssl \
    35         port:zlib
     26checksums           md5     9519c93332dd770ea96ae6e43868ccc4 \
     27                    sha1    aaf92b16f11b15b42d93013d9687cf092a192ade \
     28                    rmd160  846ac950d285c1189a6a57d622735742dc584079
     29
     30depends_lib         port:msgpack \
     31                    port:rb-msgpack \
     32                    port:tokyocabinet \
     33                    port:openssl \
     34                    port:zlib
     35
     36livecheck.type      regex
     37livecheck.url       http://github.com/etolabo/kumofs/downloads
     38livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"