Ticket #27854: mercurial-1.7.3-cacerts.patch
File mercurial-1.7.3-cacerts.patch, 1.7 KB (added by dackze+macports@…, 14 years ago) |
---|
-
files/hgrc
1 [web] 2 cacerts = %%PREFIX%%/share/curl/curl-ca-bundle.crt -
Portfile
5 5 PortGroup python26 1.0 6 6 7 7 name mercurial 8 version 1.7. 28 version 1.7.3 9 9 categories devel python 10 license GPLv2+ 10 11 maintainers deric 11 12 description A fast, lightweight, distributed SCM system written in \ 12 13 Python. … … 26 27 homepage http://www.selenic.com/mercurial/ 27 28 platforms darwin 28 29 master_sites http://mercurial.selenic.com/release/ 29 checksums md5 e9e99a0a20ded8f6d9463ffb94021b12\30 sha1 808b009ce4cbba1c6bfe601b9d34dcdb55b69c5e\31 rmd160 49 2131a443103b1d5a7cb340c7d216b544fe8c8b30 checksums md5 1d635ad307fa20a5e9c6afba6145a73b \ 31 sha1 32b513e194f1687910caae5b0bb2a0736abb9a3a \ 32 rmd160 490407d078b92573fa0ce809becc14abe1407763 32 33 34 depends_run port:curl-ca-bundle 35 33 36 post-destroot { 37 # configure ssl certificates 38 xinstall -d -m 755 ${destroot}${prefix}/etc/mercurial 39 xinstall -m 644 ${filespath}/hgrc \ 40 ${destroot}${prefix}/etc/mercurial/hgrc 41 reinplace "s|%%PREFIX%%|${prefix}|g" \ 42 ${destroot}${prefix}/etc/mercurial/hgrc 43 34 44 # install html docs 35 45 xinstall -m 644 -W ${worksrcpath}/doc hg.1.html hgrc.5.html hgignore.5.html \ 36 46 ${destroot}${prefix}/share/doc/${name}