Ticket #24462: Portfile.patch

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

    diff --git a/Portfile b/Portfile
    index 3e9f41b..4c52c49 100644
    a b  
    44PortSystem        1.0
    55
    66name              git-core
    7 version           1.7.0.4
     7version           1.7.0.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} \ 
    2121                  git-manpages-${version}${extract.suffix}
    2222
    2323checksums    git-${version}${extract.suffix} \
    24                     md5     1cc8b2aea57e5e999ccac18ae355f760 \
    25                     sha1    ed4d3375b5ee3640433270d2f2fedaf69d021801 \
    26                     rmd160  d4a9516be557ed3b12e88f8cb6b08c99764d69eb \
     24                    md5     77d50f41ef282752dc69d9a47765f5c7 \
     25                    sha1    684c21dac937703ab7df9c91f7a6a962620487b2 \
     26                    rmd160  e5a6d6e4dd5460d390b9d7975b84a7ab12eb0f84 \
    2727             git-manpages-${version}${extract.suffix} \
    28                     md5     9730c5ed53a12788810ae3681fee149b \
    29                     sha1    27cd73ba52fa5594420268abc43cf255d251c62a \
    30                     rmd160  1a0058a03cfabf593ee820f902e8797b583d6781 \
     28                    md5     90eb5fb193a218176d2d9b841128a717 \
     29                    sha1    68dca0594f4faae0a41d28c0944bd89b0c907485 \
     30                    rmd160  93aef5c7f1f43eff55ea0349e767f7daab9a2c0a \
    3131
    3232depends_run  port:rsync path:bin/perl:perl5 port:p5-error
    3333depends_lib  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     8c5273d6161121bb127f6d4fa2294196 \
    95                     sha1    451e135f77f10911804b82afff2f059a21498a88 \
    96                     rmd160  5f8c269aae2fca3247a8da6e2538b63e6ac34640
     94                    md5     74c7320440049ba497d9efc8b0134474 \
     95                    sha1    24015f4e57c2cf64ac16a6056998786ce7e1fce9 \
     96                    rmd160  54bf742f18aefdbb75be9810fdbc2b1baaba8059
    9797}
    9898
    9999variant gitweb description {Install gitweb.cgi} {