Ticket #17760: mercurial-1.1.1-Portfile.patch

File mercurial-1.1.1-Portfile.patch, 1.3 KB (added by lists@…, 15 years ago)
  • ports/devel/mercurial/Portfile

    old new  
    1 # $Id: Portfile 43840 2008-12-15 21:37:32Z perry@macports.org $
     1# $Id: Portfile 40105 2008-09-20 20:10:05Z simon@macports.org $
    22
    33PortSystem          1.0
    44PortGroup           python25 1.0
    55
    66name                mercurial
    7 version             1.1
     7version             1.1.1
    88categories          devel python
    99maintainers         deric@macports.org
    1010description         A fast, lightweight, distributed SCM system written in \
     
    2525homepage            http://www.selenic.com/mercurial/
    2626platforms           darwin
    2727master_sites        http://www.selenic.com/mercurial/release/
    28 checksums           md5 031891e407e4a2f9d5c5943d5f2d24dc \
    29                     sha1 e6cd373e18e9d5154814eb08f58c7a6567608642 \
    30                     rmd160 c5473423a22353a63c318d4af69754a8f2974143
     28checksums           md5 eae043de903b263e290b078ab223f6c5 \
     29                    sha1 42a26a29414dee2c8eb7ce32e4fc6fe447bccc0a \
     30                    rmd160 ed4db64c2a45c030c3a949c51c1c468511eb3540
    3131
    3232depends_lib-append  port:py25-zlib port:py25-hashlib port:py25-bz2
    3333