Ticket #24153: Portfile.patch

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

    diff --git a/Portfile b/Portfile
    index c4b79cf..b563856 100644
    a b  
    44PortSystem        1.0
    55
    66name              git-core
    7 version           1.7.0.2
     7version           1.7.0.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} \ 
    2121                  git-manpages-${version}${extract.suffix}
    2222
    2323checksums    git-${version}${extract.suffix} \
    24                     md5     76518fa774b36de81d160b85fa4f19c1 \
    25                     sha1    82ec53af5950b3c70f8e3c54b347ac476e3c1d51 \
    26                     rmd160  744531d370eefebe8c55d0160ba4ab32c390a2d6 \
     24                    md5     1a449b84dd60a066ea491a54346843e6 \
     25                    sha1    7244e2ac0c439c9acdd1432072a9ff3dce8bc319 \
     26                    rmd160  cfe3b9ef21c62c47aaaef997d0cd44c7436649d6 \
    2727             git-manpages-${version}${extract.suffix} \
    28                     md5     58e0c6b194d989de8f7c4c7193315287 \
    29                     sha1    0e5c1f446038e36cb086a8f34ce53bf978fdd62f \
    30                     rmd160  585ac5b6dd785c6556e53c2ddd848f3fbd6b9dca \
     28                    md5     72b899852af3cb1858999357b58ac7bb \
     29                    sha1    e10259bcb42c484fcf6faca3604612877eea67e7 \
     30                    rmd160  9e59ab7d75985b952c136364ad14b87f80de152b \
    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     a33cd464d4c31e3ef0440e7e8d367f02 \
    95                     sha1    31cf53f1e339fca694c1b217ea37994b7c92d27b \
    96                     rmd160  58e08ff5a35e52bead306125dccee3ae9e55f734
     94                    md5     6b75778734a1637af157f7e62b204322 \
     95                    sha1    9536a7b13c1caa4e6c27a005071b09e629654fc1 \
     96                    rmd160  6a3b62c1de86e4f63e84fd092df2e94265c104e4
    9797}
    9898
    9999variant gitweb description {Install gitweb.cgi} {
    variant gitweb description {Install gitweb.cgi} { 
    104104        xinstall -m 444 -W ${worksrcpath}/gitweb \
    105105            gitweb.cgi \
    106106            gitweb.css \
     107            gitweb.js \
    107108            git-favicon.png \
    108109            git-logo.png \
    109110            ${destroot}${prefix}/share/${name}/gitweb