Ticket #31407: patch-Portfile.diff

File patch-Portfile.diff, 2.4 KB (added by carsomyr@…, 13 years ago)

The Portfile patch.

  • Portfile

    old new  
    44PortSystem          1.0
    55
    66name                git-core
    7 version             1.7.6.1
    8 revision            1
     7version             1.7.6.4
    98description         A fast version control system
    109long_description    Git is a fast, scalable, distributed open source version \
    1110                    control system focusing on speed and efficiency.
     
    1413license             GPL-2 LGPL-2.1+
    1514platforms           darwin
    1615homepage            http://git-scm.com
    17 use_bzip2           yes
    18 master_sites        http://www.kernel.org/pub/software/scm/git/
     16master_sites        http://www.kernel.org/pub/software/scm/git/ \
     17                    http://git-core.googlecode.com/files/
    1918distname            git-${version}
    2019distfiles           git-${version}${extract.suffix} \
    2120                    git-manpages-${version}${extract.suffix}
    2221
    2322checksums           git-${version}${extract.suffix} \
    24                     rmd160  ec85ee434e51fbb3144b5336921922afc97ba709 \
    25                     sha256  856d4197ef7172938b0b44e55174c7d7ddfaf5e844e04960322c49eda9f3a246 \
     23                    rmd160  80d226e77b8b9ad6d0bba86773e26257e5b3d734 \
     24                    sha256  c95bb6fdfa8276a6cbc1c3150e56ce3dc2fc29a4bcecd9c246ab9df5d9638ec6 \
    2625                    git-manpages-${version}${extract.suffix} \
    27                     rmd160  16fdba0c70f0998dd08bf0d1b1b47ba5f1834849 \
    28                     sha256  faece1418e72d90ed9ee65e59fe89489e504db9b76e8325a2505e8fb61598a44
     26                    rmd160  91d0df4b4182bead27149dbf03481d3e139cc730 \
     27                    sha256  c1ae86f0bfd80ec819535a64825a141aeef950dfebf9a3f82bef6752b586f63f
    2928
    3029depends_run         port:rsync \
    3130                    port:p5.12-error
     
    143142variant doc description {Install HTML and plaintext documentation} {
    144143    distfiles-append        git-htmldocs-${version}${extract.suffix}
    145144    checksums-append        git-htmldocs-${version}${extract.suffix} \
    146                             rmd160  357cda7d4df61db43cafae0c4b3d42bc84f02f13 \
    147                             sha256  6f03a7ed0c2db4d47c22bb27c27249be9bc3c50b72e108d7dca5227917b2de7a
     145                            rmd160  931da8cc615cd1f52024a07f53ebc14e3fcc03ff \
     146                            sha256  b73ded7089bb253efe45ef3a444022500df012a4bd596249ac999135ca76e240
    148147}
    149148
    150149variant gitweb description {Install gitweb.cgi} {