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) |
---|
-
Portfile
4 4 PortSystem 1.0 5 5 6 6 name couchdb 7 version 1.2. 08 revision 27 version 1.2.1 8 revision 0 9 9 10 10 categories databases 11 11 platforms darwin … … 21 21 22 22 homepage http://couchdb.apache.org/ 23 23 master_sites apache 24 master_sites.mirror_subdir ${name}/ releases/${version}/24 master_sites.mirror_subdir ${name}/${version}/ 25 25 distname apache-${name}-${version} 26 26 27 checksums rmd160 c96da6e285201f001431c57ee84cc04e2e244115\28 sha256 0f254ddea2471dbc4d3c6cd1fa61e4782c75475fb325024e10f68bf1aa8d5c3727 checksums rmd160 b89604089565c1f909046329c7e9d5faf84f036f \ 28 sha256 b54e643f3ca5f046cfd2f329a001efeaae8a3094365fa6c1cb5dcf68c1b25ccd 29 29 30 30 depends_lib port:automake \ 31 31 port:autoconf \ … … 77 77 ${destroot}${logdir} \ 78 78 ${destroot}${rundir} 79 79 system "cd ${destroot}${plistdir} && ln -sf ${prefix}${plistdir}/${plist}" 80 # the following patches can be removed after next version81 reinplace "s;`${prefix}/bin/icu-config --invoke`;;" ${destroot}${prefix}/bin/couchdb82 reinplace "s;^.*DYLD_LIBRARY_PATH.*$;;g" ${destroot}${prefix}${plistdir}/${plist}83 80 } 84 81 85 82 post-activate {