Ticket #21670: Portfile.patch
File Portfile.patch, 1.4 KB (added by brianjlandau@…, 15 years ago) |
---|
-
databases/redis/Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name redis 7 version 0.9007 version 1.01 8 8 categories databases 9 9 maintainers gmail.com:brianjlandau openmaintainer 10 10 homepage http://code.google.com/p/redis/ 11 11 platforms darwin 12 12 master_sites googlecode 13 distname ${name}-${version}_214 worksrcdir ${name}-${version}15 13 16 14 description A persistent key-value database with built-in net \ 17 15 interface written in ANSI-C for POSIX systems … … 30 28 includes initial support for master-slave replication \ 31 29 in order to solve this problem by redundancy). 32 30 33 checksums md5 15ecbb37ba74b455ddfd5995730506bc\34 sha1 2d84ce062deba50bfdee5f2b4dbaccbb358f7a04\35 rmd160 6bc2ad3a11dd39c5b04e9718e8a4c8794682da1931 checksums md5 555730b90ad34839687cce0f3117cd6e \ 32 sha1 416121fdec212746523b707edd3efd0458175326 \ 33 rmd160 e0729d75b4ec0310047f5c649aedc1109616aa9f 36 34 37 35 use_configure no 38 36