Ticket #56649: Portfile.diff

File Portfile.diff, 1.9 KB (added by josephsacco, 6 years ago)

Portfile diff

  • (a) Portfile- vs. (b) Portfile

    a b  
    77name                mercurial
    88# don't forget to update dependents for mercurial:
    99# port echo rdepends:mercurial and \( name:hg or name:mercurial \) | grep -v 'py[[:digit:]]'
    10 version             4.5.3
     10version             4.6.1
    1111categories          devel python
    1212license             GPL-2+
    1313maintainers         sean openmaintainer
     
    2929homepage            http://www.mercurial-scm.org
    3030platforms           darwin
    3131master_sites        https://www.mercurial-scm.org/release/
    32 checksums           rmd160  4a3d8673053c439b3571b358854273a4e0029ef1 \
    33                     sha256  9c4cb257ef1e59e9aba693cc285a6136f7bb4e8300f598ff50ff8b6fc77808fc \
    34                     size    5884837
     32
     33checksums           rmd160  a9dd32a52d7b46f81d27d89625004b8f09c83552 \
     34                    sha256  89fa8ecbc8aa6e48e98f9803a1683ba91367124295dba2407b28c34ca621108d \
     35                    size    6407380
    3536
    3637depends_build       port:py27-docutils
    3738
    3839depends_run         path:share/curl/curl-ca-bundle.crt:curl-ca-bundle
    3940
    40 patchfiles          patch-setup.py.diff
    41 
    4241python.default_version 27
    4342
    44 conflicts           mercurial-devel
    45 
    4643build.cmd           make
    4744build.target        all PYTHON=${python.bin}
    4845
    49 subport mercurial-devel {
    50     bitbucket.setup     seanfarley mercurial f1a0933ce59e
    51     name                mercurial-devel
    52     version             4.5.99
    53     revision            0
    54 
    55     conflicts           mercurial
    56     master_sites        ${bitbucket.master_sites}
    57     checksums           rmd160  6035b11e2e037b824b61231a49e8a53f1a69d3a9 \
    58                         sha256  0812e74014fdc15b4f0b61e1528c30461bd6efc2f64e40059d047139faffe838
    59 }
    60 
    6146# chg is not installed by default yet
    6247post-build {
    6348    system -W ${worksrcpath}/contrib/chg "${build.cmd} CC=\"${configure.cc} \