Ticket #14808: Portfile.diff

File Portfile.diff, 1.5 KB (added by simon@…, 16 years ago)

Update to Mercurial 1.0

  • Portfile

     
    33PortSystem          1.0
    44PortGroup           python24 1.0
    55name                mercurial
    6 version             0.9.5
     6version             1.0
    77categories          devel python
    88maintainers         deric@macports.org
    99description         A fast, lightweight, distributed SCM system written in \
     
    2323                   
    2424homepage            http://www.selenic.com/mercurial/
    2525master_sites        ${homepage}release/
    26 checksums           md5 a9dd54bcb87ca332315ce83293816e37 \
    27                     sha1 889a83f4cdcead93323d7cf4276751cc20396455 \
    28                     rmd160 ea38d3142a4b1087e2777de3b70df8b4672cd237
     26checksums           md5 9f8dd7fa6f8886f77be9b923f008504c \
     27                    sha1 11689e85a91874417cb110ded6c3a4d7b30429cb \
     28                    rmd160 21b5603e033898420f4fbf1b851ede4f69a7657c
    2929
    3030post-destroot {
    3131    # install html docs
    32     xinstall -m 644 -W ${worksrcpath}/doc hg.1.html hgmerge.1.html hgrc.5.html hgignore.5.html \
     32    xinstall -m 644 -W ${worksrcpath}/doc hg.1.html hgrc.5.html hgignore.5.html \
    3333            ${destroot}/${prefix}/share/doc/${name}
    3434       
    3535    # install man pages
    36     xinstall -m 444 -W ${worksrcpath}/doc hg.1 hgmerge.1 \
     36    xinstall -m 444 -W ${worksrcpath}/doc hg.1 \
    3737        ${destroot}/${prefix}/share/man/man1
    3838    xinstall -m 444 -W ${worksrcpath}/doc hgrc.5 hgignore.5 \
    3939        ${destroot}/${prefix}/share/man/man5