Ticket #37632: couchdb.1.2.0.to.1.2.1.update.patch

File couchdb.1.2.0.to.1.2.1.update.patch, 1.3 KB (added by jeff-macports@…, 12 years ago)

update patch

  • Portfile

     
    44PortSystem 1.0
    55
    66name            couchdb
    7 version         1.2.0
    8 revision        2
     7version         1.2.1
     8revision        0
    99
    1010categories      databases
    1111platforms       darwin
     
    2121
    2222homepage        http://couchdb.apache.org/
    2323master_sites    apache
    24 master_sites.mirror_subdir      ${name}/releases/${version}/
     24master_sites.mirror_subdir      ${name}/${version}/
    2525distname        apache-${name}-${version}
    2626
    27 checksums           rmd160  c96da6e285201f001431c57ee84cc04e2e244115 \
    28                     sha256  0f254ddea2471dbc4d3c6cd1fa61e4782c75475fb325024e10f68bf1aa8d5c37
     27checksums           rmd160  b89604089565c1f909046329c7e9d5faf84f036f \
     28                    sha256  b54e643f3ca5f046cfd2f329a001efeaae8a3094365fa6c1cb5dcf68c1b25ccd
    2929
    3030depends_lib     port:automake \
    3131    port:autoconf \
     
    7777        ${destroot}${logdir} \
    7878        ${destroot}${rundir}
    7979    system "cd ${destroot}${plistdir} && ln -sf ${prefix}${plistdir}/${plist}"
    80 # the following patches can be removed after next version
    81     reinplace "s;`${prefix}/bin/icu-config --invoke`;;" ${destroot}${prefix}/bin/couchdb
    82     reinplace "s;^.*DYLD_LIBRARY_PATH.*$;;g" ${destroot}${prefix}${plistdir}/${plist}
    8380}
    8481
    8582post-activate {