New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #20165: mercurial_13.diff

File mercurial_13.diff, 1.2 KB (added by arthurk@…, 3 years ago)
  • Portfile

    old new  
    44PortGroup           python26 1.0 
    55 
    66name                mercurial 
    7 version             1.2.1 
    8 revision            1 
     7version             1.3 
    98categories          devel python 
    109maintainers         deric 
    1110description         A fast, lightweight, distributed SCM system written in \ 
     
    2625homepage            http://www.selenic.com/mercurial/ 
    2726platforms           darwin 
    2827master_sites        http://www.selenic.com/mercurial/release/ 
    29 checksums           md5     24d6994cc58b353398e11c7a19cf1d19 \ 
    30                     sha1    f40282bbb17fedb08b16aa7a4eeb1da7b6a6f1cb \ 
    31                     rmd160  37c94e5ef9cdc639fe23622ddaf97b2230ec2216 
     28checksums           md5     d25a867e0ef835faafdbe1e82e239945 \ 
     29                    sha1    af1bfc2817e0719124593e4ec03f0056a4b2870c \ 
     30                    rmd160  20032f18a2bbe1d60969567299bb9ca3392fe6d9 
    3231 
    3332post-destroot { 
    3433    # install html docs 
     
    6160        } 
    6261} 
    6362 
    64 variant bash_completion description {Install mercurial bash-completion file} {  
     63variant bash_completion { 
    6564    depends_run-append port:bash-completion  
    6665} 
    6766