Ticket #33855: mercurial-2.1.2.patch

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

updated patch file

  • dports/devel/mercurial/Portfile

    # HG changeset patch
    # User Sean Farley <sean@mcs.anl.gov>
    # Date 1333321780 18000
    # Node ID de3761c05770ef4239a9e38b8eb5a6f09b2f131c
    # Parent  706a4ad3c574f15b1cab60a3f30897b921ee9d77
    mercurial: update to 2.1.2 and add 'hg view' script
    
    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.1
     8version             2.1.2
    99categories          devel python
    1010license             GPL-2+
    1111maintainers         deric
    1212description         A fast, lightweight, distributed SCM system written in \
    1313                    Python.
     
    2525                    Apples' FileMerge for merges.
    2626
    2727homepage            http://www.selenic.com/mercurial/
    2828platforms           darwin
    2929master_sites        http://mercurial.selenic.com/release/
    30 checksums           rmd160  4d89616c7a2dff4d8c05cf9d8ee8b13bda1c9e23 \
    31                     sha256  cb37f90807e99dd4508cac70c098aa433b26adb7a3ab064c0b1626dc9a094383
     30checksums           rmd160  4ac9a91e7debbe556f1c314cc3b6fc87b6cbf2f0 \
     31                    sha256  914d4889e195687209e070c0c33cf3ae7b78d6c6c92fa7d6ccc718aa96959886
    3232depends_run         port:curl-ca-bundle
    3333
    3434python.default_version 27
    3535
    3636variant universal {}
     
    6161    xinstall -d -m 755 ${destroot}${prefix}/share/${name}
    6262    file copy ${worksrcpath}/contrib ${destroot}${prefix}/share/${name}/contrib
    6363
    6464    # copy hgweb.cgi hgwebdir.cgi
    6565    file copy ${worksrcpath}/hgweb.cgi ${destroot}${prefix}/share/${name}/
     66    file copy ${worksrcpath}/contrib/hgk ${destroot}${prefix}/bin/hgk
    6667
    6768    if {[variant_isset bash_completion]} {
    6869        xinstall -d ${destroot}${prefix}/etc/bash_completion.d
    6970        copy ${worksrcpath}/contrib/bash_completion ${destroot}${prefix}/etc/bash_completion.d/mercurial
    7071    }