Ticket #24342: Portfile.patch

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

    diff --git a/Portfile b/Portfile
    index c57d485..3e9f41b 100644
    a b  
    44PortSystem        1.0
    55
    66name              git-core
    7 version           1.7.0.3
     7version           1.7.0.4
    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     1a449b84dd60a066ea491a54346843e6 \
    25                     sha1    7244e2ac0c439c9acdd1432072a9ff3dce8bc319 \
    26                     rmd160  cfe3b9ef21c62c47aaaef997d0cd44c7436649d6 \
     24                    md5     1cc8b2aea57e5e999ccac18ae355f760 \
     25                    sha1    ed4d3375b5ee3640433270d2f2fedaf69d021801 \
     26                    rmd160  d4a9516be557ed3b12e88f8cb6b08c99764d69eb \
    2727             git-manpages-${version}${extract.suffix} \
    28                     md5     72b899852af3cb1858999357b58ac7bb \
    29                     sha1    e10259bcb42c484fcf6faca3604612877eea67e7 \
    30                     rmd160  9e59ab7d75985b952c136364ad14b87f80de152b \
     28                    md5     9730c5ed53a12788810ae3681fee149b \
     29                    sha1    27cd73ba52fa5594420268abc43cf255d251c62a \
     30                    rmd160  1a0058a03cfabf593ee820f902e8797b583d6781 \
    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     6b75778734a1637af157f7e62b204322 \
    95                     sha1    9536a7b13c1caa4e6c27a005071b09e629654fc1 \
    96                     rmd160  6a3b62c1de86e4f63e84fd092df2e94265c104e4
     94                    md5     8c5273d6161121bb127f6d4fa2294196 \
     95                    sha1    451e135f77f10911804b82afff2f059a21498a88 \
     96                    rmd160  5f8c269aae2fca3247a8da6e2538b63e6ac34640
    9797}
    9898
    9999variant gitweb description {Install gitweb.cgi} {