Ticket #21360: tokyocabinet-Portfile.diff

File tokyocabinet-Portfile.diff, 1.6 KB (added by stromnov (Andrey Stromnov), 15 years ago)
  • Portfile

    old new  
    44PortSystem      1.0
    55
    66name            tokyocabinet
    7 version         1.4.23
     7version         1.4.33
    88categories      databases
    99maintainers     openmaintainer kallisys.net:pguyot
    1010platforms       darwin
     
    1515    Every key and value is serial bytes with variable length. Both binary data and\
    1616    character string can be used as a key and a value. There is neither concept of\
    1717    data tables nor data types. Records are organized in hash table or B+ tree.
    18 homepage        http://tokyocabinet.sourceforge.net/
    19 master_sites    ${homepage} \
    20                 sourceforge:${name}
    21 checksums       md5     518f93305a99589301155ce3c4178f17 \
    22                 sha1    6e3567d59c9ef9e97d28d61a2ac126fe5a12752b \
    23                 rmd160  4ec699c4e091c661642cc79f389c959f54ce12c9
     18homepage        http://1978th.net/tokyocabinet/
     19master_sites    ${homepage}
     20
     21checksums       md5     d81c3b04921d189f843c64d56b81a8d4 \
     22                sha1    c3ded8ee0bde93f072b9436a6244dc7690abd5c6 \
     23                rmd160  8c04d48761940d6520a9c477671ee8aa15157739
    2424
    2525depends_lib     port:zlib
    2626
     
    3636test.run yes
    3737test.target check
    3838
    39 #default_variants +fastest
    40 
    4139variant debug conflicts devel profile fastest description {build for debugging} {
    4240    configure.args-append   --enable-debug
    4341}
     
    6260    configure.args-append   --enable-swap
    6361}
    6462
    65 livecheck.type  sourceforge
     63livecheck.check     regex
     64livecheck.url       ${homepage}
     65livecheck.regex     "Latest Source Package \\(version (\\d+(?:\\.\\d+)*)\\)"