Ticket #23376: Portfile.patch

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

    diff --git a/Portfile b/Portfile
    index 1cfbf78..a411263 100644
    a b  
    44PortSystem        1.0
    55
    66name              git-core
    7 version           1.6.6
    8 revision          2
     7version           1.6.6.1
     8revision          0
    99description       A fast version control system
    1010long_description  Git is a fast, scalable, distributed open source version \
    1111                  control system focusing on speed and efficiency.
    distname git-${version} 
    2121distfiles         git-${version}${extract.suffix} \
    2222                  git-manpages-${version}${extract.suffix}
    2323
     24
    2425checksums    git-${version}${extract.suffix} \
    25                     md5     25e4bcdc528b3ffadc6e59908a513881 \
    26                     sha1    21d83108c618d0f90a166b7ce403c9d1166a0d95 \
    27                     rmd160  59d96548ef54f117892d6c602973bd0decf155b4 \
     26                    md5     9d254bfdae56c6fa124d8a1312a1b034 \
     27                    sha1    6941f1b675ea2047286437c834e6272175102c19 \
     28                    rmd160  50c38a5790367ed66eacd1741b651d7fddaa1a2d \
    2829             git-manpages-${version}${extract.suffix} \
    29                     md5     2f31c767576fa693b5b45244a022fdd3 \
    30                     sha1    1621c502908d6cbd640a81a7c96dc22a30a68a60 \
    31                     rmd160  86fda1c25e75fbce40719f5c26b61727394f6f84
     30                    md5     18cbc20056058ef4d336896f628fc3b8 \
     31                    sha1    7447d89130e6506a8f0dc3dc198aa4a5a86a93fd \
     32                    rmd160  a25109904f9813d43907dad261c516eeae0fba47
    3233
    3334depends_run  port:rsync path:bin/perl:perl5 port:p5-error
    3435depends_lib  port:curl port:zlib port:openssl port:expat port:libiconv
    post-destroot { 
    9293variant doc description {Install HTML and plaintext documentation} {
    9394    distfiles-append    git-htmldocs-${version}${extract.suffix}
    9495    checksums-append    git-htmldocs-${version}${extract.suffix} \
    95                     md5     17c70de7318db9d8fdf4c2bee7a18d4e \
    96                     sha1    8313c14989d63317d0d6866a0aad68db5abb194b \
    97                     rmd160  4f21ac2d123579970c3f46d9b87aae96c319e230
     96                    md5     b27bc68e1ee1e44fae7455d069475a76 \
     97                    sha1    e4bdd13fca2aa47d70c4c0645d0aae9b1c16c72f \
     98                    rmd160  892d02428f72e2d133c2b3f10c0d870701439b6c
    9899}
    99100
    100101variant gitweb description {Install gitweb.cgi} {