Ticket #32032: Portfile.patch

File Portfile.patch, 922 bytes (added by chris@…, 12 years ago)

Patch to Portfile to use version 2.0.

  • Portfile

     
    55PortGroup           python 1.0
    66
    77name                mercurial
    8 version             1.9.3
     8version             2.0
    99categories          devel python
    1010license             GPL-2+
    1111maintainers         deric
     
    2727homepage            http://www.selenic.com/mercurial/
    2828platforms           darwin
    2929master_sites        http://mercurial.selenic.com/release/
    30 checksums           rmd160 badc314f0a364c3e64131247665ebbc63d1533a9 \
    31                     sha256 53d8390379b81371f60729decd15f0961777b52ed7514d29c66c1873b918d685
     30checksums           rmd160 f0c5f143eabff4a6c06d512cecd718bf594d06b1 \
     31                    sha256 affab78a4d5074c71f97c07fe211de958263444eb8d86b3ad6fb6d648eb6c594
    3232depends_run         port:curl-ca-bundle
    3333
    3434python.default_version 27