Ticket #21670: Portfile.patch

File Portfile.patch, 1.4 KB (added by brianjlandau@…, 15 years ago)

Portfile patch for new version of Redis

  • databases/redis/Portfile

    old new  
    44PortSystem              1.0
    55
    66name                    redis
    7 version                 0.900
     7version                 1.01
    88categories              databases
    99maintainers             gmail.com:brianjlandau openmaintainer
    1010homepage                http://code.google.com/p/redis/
    1111platforms               darwin
    1212master_sites            googlecode
    13 distname                ${name}-${version}_2
    14 worksrcdir              ${name}-${version}
    1513
    1614description             A persistent key-value database with built-in net \
    1715                        interface written in ANSI-C for POSIX systems
     
    3028                        includes initial support for master-slave replication \
    3129                        in order to solve this problem by redundancy).
    3230
    33 checksums               md5     15ecbb37ba74b455ddfd5995730506bc \
    34                         sha1    2d84ce062deba50bfdee5f2b4dbaccbb358f7a04 \
    35                         rmd160  6bc2ad3a11dd39c5b04e9718e8a4c8794682da19
     31checksums               md5     555730b90ad34839687cce0f3117cd6e \
     32                        sha1    416121fdec212746523b707edd3efd0458175326 \
     33                        rmd160  e0729d75b4ec0310047f5c649aedc1109616aa9f
    3634
    3735use_configure           no
    3836