Ticket #25471: Portfile.patch

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

    diff --git a/Portfile b/Portfile
    index 22a4345..03929b1 100644
    a b  
    44PortSystem        1.0
    55
    66name              git-core
    7 version           1.7.1
     7version           1.7.1.1
    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} \ 
    2121                  git-manpages-${version}${extract.suffix}
    2222
    2323checksums    git-${version}${extract.suffix} \
    24                     md5     3da231dbe82ad103373cb530ae7475d5 \
    25                     sha1    0b031d1ab63506f945ad3c6fb5f814c6a4fc3095 \
    26                     rmd160  b29995bac655e64d3c5d6911fe1235ba85ff58e6 \
     24                    md5     1b116a3e2ecce46a89e4272abf0de955 \
     25                    sha1    466b802272804cfcbe86a08879c6edb10b7a5a30 \
     26                    rmd160  665433a2afe82be15edcb61a09b8912708db4885 \
    2727             git-manpages-${version}${extract.suffix} \
    28                     md5     50c3e1119a2197de208cbb69c7da0a50 \
    29                     sha1    6b1e6738d30334f6e9071f983959644b4b3e9378 \
    30                     rmd160  8f32c0f06e9ff76751dff6849e6c3df7db4b77c7 \
     28                    md5     d56a2b79e76efa7b207335f562fbefbe \
     29                    sha1    765e46fc076635f99eb326f9eeced5a04e3af45b \
     30                    rmd160  57111ebe479d9ce49dc16284a0009035038e458f \
    3131
    3232depends_run  port:rsync port:p5-error
    3333depends_lib  path:bin/perl:perl5 port:curl port:zlib port:openssl port:expat port:libiconv
    post-destroot { 
    9191variant doc description {Install HTML and plaintext documentation} {
    9292    distfiles-append    git-htmldocs-${version}${extract.suffix}
    9393    checksums-append    git-htmldocs-${version}${extract.suffix} \
    94                     md5     bc4bdafdc1b257c40564d47bc5c97365 \
    95                     sha1    94d18dea549c52ae0c38b1568ace46bbbdb29b44 \
    96                     rmd160  7d14a9767884180451359b899ec8741b42f6da5f
     94                    md5     642edbab5bcf66694c07e0929c0ca223 \
     95                    sha1    d45775c03246da814cce80bd7dee346779bff94e \
     96                    rmd160  ba62ba98a19b99f7daaf52243ddcd762560334b5
    9797}
    9898
    9999variant gitweb description {Install gitweb.cgi} {