Ticket #29269: Portfile.patch

File Portfile.patch, 1.9 KB (added by maccheck@…, 13 years ago)
  • Portfile

    diff --git a/Portfile b/Portfile
    index 36e299f..eafc0fd 100644
    a b  
    44PortSystem        1.0
    55
    66name              git-core
    7 version           1.7.4.4
     7version           1.7.5
    88description       A fast version control system
    99long_description  Git is a fast, scalable, distributed open source version \
    1010                  control system focusing on speed and efficiency.
    distfiles git-${version}${extract.suffix} \ 
    1919                  git-manpages-${version}${extract.suffix}
    2020
    2121checksums    git-${version}${extract.suffix} \
    22                     sha1    0c5d6b06cfbe73eb60ce7a59b9eec5fb9c6dc034 \
    23                     rmd160  047ad2cb600e31e89133fbd44fbfa16ee42e5fc1 \
     22                    sha1    bbea4a50fe57aad1d0e69550bac628e1b18abbdc \
     23                    rmd160  42e0163365d89054cf865291aa35b0c2a9f1e0b2 \
    2424             git-manpages-${version}${extract.suffix} \
    25                     sha1    46335ecefe46ae211c10dcaa7422945af14d51d6 \
    26                     rmd160  2bc9e07e7542cb02df5576b213e8e684640f0be0
     25                    sha1    f52f5e9e35b9e5eef3dc247e799984bd3cfbe65e \
     26                    rmd160  88d33ae6d51628371091c681bc71da09b8b1f930
    2727
    2828depends_run  port:rsync port:p5-error
    2929depends_lib  path:bin/perl:perl5 port:curl port:zlib port:openssl port:expat port:libiconv
    variant python27 conflicts python26 description {Use Python 2.7} { 
    117117variant doc description {Install HTML and plaintext documentation} {
    118118    distfiles-append    git-htmldocs-${version}${extract.suffix}
    119119    checksums-append    git-htmldocs-${version}${extract.suffix} \
    120                     sha1    c63b910f549a50806238c3db703eaa4e29ee6124 \
    121                     rmd160  1c4b5c41a0921c1136c3df4a4b3c321cc84dee3f
     120                    sha1    e6a7e17b6eb4c9499af3ace5ba0b3974d6086f7b \
     121                    rmd160  1909f7c1fb377042d621e3d9d8e27fc44d090990
    122122}
    123123
    124124variant gitweb description {Install gitweb.cgi} {