Ticket #11249: memcached.diff

File memcached.diff, 1.2 KB (added by christoph.sturm@…, 17 years ago)

patch to the portfile to upgrade from 1.1.11 to 1.2.1

  • dports/sysutils/memcached/Portfile

     
    22
    33PortSystem 1.0
    44name                memcached
    5 version             1.1.11
     5version             1.2.1
    66description         A high performance, distributed memory object caching system.
    77long_description    memcached is a high-performance, distributed memory object \
    88                    caching system, generic in nature, but intended for use in \
     
    1212platforms           darwin
    1313homepage            http://www.danga.com/memcached/
    1414master_sites        http://www.danga.com/memcached/dist/
    15 checksums           md5 f42301c02e4223a1f2298dd3d3c30d90
     15checksums           md5 6ff64fb974d131fdb7f9d5fdf955dc9a
    1616configure.pre_args  --prefix=${prefix}
    1717configure.args      --with-libevent=${prefix}
    18 post-configure      {
    19                         file rename ${worksrcpath}/doc/memcached.1 ${worksrcpath}/memcached.1
    20                         reinplace "s;doc/memcached.1;memcached.1;" ${worksrcpath}/Makefile
    21                     }
    22 depends_lib         port:libevent
     18depends_lib         port:libevent
     19 No newline at end of file