Ticket #14808: Portfile.patch
File Portfile.patch, 1.7 KB (added by gonufer@…, 17 years ago) |
---|
-
Portfile
old new 1 1 # $Id: Portfile 30130 2007-10-20 21:32:02Z deric@macports.org $ 2 2 3 3 PortSystem 1.0 4 PortGroup python2 41.04 PortGroup python25 1.0 5 5 name mercurial 6 version 0.9.56 version 1.0 7 7 categories devel python 8 8 maintainers deric@macports.org 9 9 description A fast, lightweight, distributed SCM system written in \ … … 23 23 24 24 homepage http://www.selenic.com/mercurial/ 25 25 master_sites ${homepage}release/ 26 checksums md5 a9dd54bcb87ca332315ce83293816e37 \ 27 sha1 889a83f4cdcead93323d7cf4276751cc20396455 \ 28 rmd160 ea38d3142a4b1087e2777de3b70df8b4672cd237 26 checksums md5 9f8dd7fa6f8886f77be9b923f008504c \ 27 sha1 11689e85a91874417cb110ded6c3a4d7b30429cb \ 28 rmd160 21b5603e033898420f4fbf1b851ede4f69a7657c 29 30 depends_lib-append port:py25-zlib port:py25-hashlib 29 31 30 32 post-destroot { 31 33 # install html docs 32 xinstall -m 644 -W ${worksrcpath}/doc hg.1.html hg merge.1.html hgrc.5.html hgignore.5.html \34 xinstall -m 644 -W ${worksrcpath}/doc hg.1.html hgrc.5.html hgignore.5.html \ 33 35 ${destroot}/${prefix}/share/doc/${name} 34 36 35 37 # install man pages 36 xinstall -m 444 -W ${worksrcpath}/doc hg.1 hgmerge.1\38 xinstall -m 444 -W ${worksrcpath}/doc hg.1 \ 37 39 ${destroot}/${prefix}/share/man/man1 38 40 xinstall -m 444 -W ${worksrcpath}/doc hgrc.5 hgignore.5 \ 39 41 ${destroot}/${prefix}/share/man/man5