Ticket #29012: Portfile.patch

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

    diff --git a/Portfile b/Portfile
    index d55f566..3af97c7 100644
    a b  
    44PortSystem        1.0
    55
    66name              git-core
    7 version           1.7.4.2
     7version           1.7.4.3
    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    5d7219119eb46c923c561436508b8c9e9407fb76 \
    23                     rmd160  54c67dd62bd3fa08d7fe6979e1e045d935ec6c43 \
     22                    sha1    6662424ec4bee798b791eba9b87877417c06edb7 \
     23                    rmd160  76e4f10825830077b085931dbb7f03aadbb58020 \
    2424             git-manpages-${version}${extract.suffix} \
    25                     sha1    33debbb48b4b3688395046faf488b83859b13e04 \
    26                     rmd160  35756e49e2385407b216033f8138128e1809ae2e
     25                    sha1    291a00ef7366485cd8109d58b11f3f2a48a7f986 \
     26                    rmd160  24bbb086bb309ba6cfd9a8068dc54bf027e10840
    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    0593faeddc38a8131da5abe73ccef59b2f0d9308 \
    121                     rmd160  89c0a653088b92cf1f9877aac95b9f704ec28627
     120                    sha1    2cf2b0d771bc34bf709012b7f10f2956f416dd7a \
     121                    rmd160  e96cf4ee4ae3893887bea0a2bf8534022992550a
    122122}
    123123
    124124variant gitweb description {Install gitweb.cgi} {