Ticket #34294: mercurial-2.2.1.patch

File mercurial-2.2.1.patch, 1.2 KB (added by seanfarley (Sean Farley), 12 years ago)

It seems there was an unscheduled bugfix due to a memory leak. Could someone apply this patch?

  • dports/devel/mercurial/Portfile

    diff --git a/dports/devel/mercurial/Portfile b/dports/devel/mercurial/Portfile
    a b  
    33
    44PortSystem          1.0
    55PortGroup           python 1.0
    66
    77name                mercurial
    8 version             2.2
     8version             2.2.1
    99categories          devel python
    1010license             GPL-2+
    1111maintainers         deric
    1212description         A fast, lightweight, distributed SCM system written in \
    1313                    Python.
    long_description Mercurial is a fast, 
    2525                    Apples' FileMerge for merges.
    2626
    2727homepage            http://www.selenic.com/mercurial/
    2828platforms           darwin
    2929master_sites        http://mercurial.selenic.com/release/
    30 checksums           rmd160  8dd7b78da6ebdab1882a749c5ad3198ef765eff2 \
    31                     sha256  18985f38d2bf9fce8173cc2c1824b39df655b826b7886cff8db0b430e0c6ba12
     30checksums           rmd160  02f344a980a5b508b741968258962caf8996fd9e \
     31                    sha256  ab4ffe751553f852813c21ad73907530ffbc5aa39b0cf962f61fe70f196cbb81
    3232depends_run         port:curl-ca-bundle
    3333
    3434python.default_version 27
    3535
    3636variant universal {}