Ticket #25126: Portfile.patch

File Portfile.patch, 1.4 KB (added by maccheck@…, 14 years ago)
  • Portfile

    diff --git a/Portfile b/Portfile
    index ebcd6cc..034a9cc 100644
    a b PortSystem 1.0 
    55PortGroup           python26 1.0
    66
    77name                mercurial
    8 version             1.5.3
     8version             1.6
    99categories          devel python
    1010maintainers         deric
    1111description         A fast, lightweight, distributed SCM system written in \
    long_description Mercurial is a fast, lightweight Source Control Management \ 
    2626homepage            http://www.selenic.com/mercurial/
    2727platforms           darwin
    2828master_sites        http://mercurial.selenic.com/release/
    29 checksums           md5     0969b8109f1b5a9c4debf985cca938f9 \
    30                     sha1    bbf52fb4e8ff797bbf6ab4d32e6d82720a23107d \
    31                     rmd160  c08e160ca2bd8668d09d480e9e95d6274e33eb90
     29checksums           md5     e97772cb424d29d9382c41daafa6f92d \
     30                    sha1    53ffa5d267fcf220e9fd303da0ba477673fd412b \
     31                    rmd160  1c1994f4747cd01712d8b72d8e33310df74ddce4
    3232
    3333post-destroot {
    3434    # install html docs
    post-destroot { 
    4747
    4848    # copy hgweb.cgi hgwebdir.cgi
    4949    file copy ${worksrcpath}/hgweb.cgi ${destroot}${prefix}/share/${name}/
    50     file copy ${worksrcpath}/hgwebdir.cgi ${destroot}${prefix}/share/${name}/
    5150
    5251    if {[variant_isset bash_completion]} {
    5352        xinstall -d ${destroot}${prefix}/etc/bash_completion.d