Ticket #19178: patch-mercurial-Portfile.diff

File patch-mercurial-Portfile.diff, 1.2 KB (added by paidhi@…, 15 years ago)

Patch for Portfile (devel/mercurial) - Update to 1.2.1

  • local/macports/devel/mercurial/Portfile

    diff -r d82b55d3e060 local/macports/devel/mercurial/Portfile
    a b  
    1 # $Id: Portfile 48004 2009-03-12 16:21:33Z deric@macports.org $
     1# $Id$
    22
    33PortSystem          1.0
    44PortGroup           python25 1.0
    55
    66name                mercurial
    7 version             1.2
     7version             1.2.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     ac9d16b078f99f7a89d6865421570f05 \
    29                     sha1    c6590f6b833cfed22c04aae34b7060fd3372e86e \
    30                     rmd160  8625517941f64a636f0b8503891463fe16eda8ef
     28checksums           md5     24d6994cc58b353398e11c7a19cf1d19 \
     29                    sha1    f40282bbb17fedb08b16aa7a4eeb1da7b6a6f1cb \
     30                    rmd160  37c94e5ef9cdc639fe23622ddaf97b2230ec2216
    3131
    3232depends_lib-append  port:py25-zlib port:py25-hashlib port:py25-bz2
    3333