Ticket #23666: Portfile.patch

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

    diff --git a/Portfile b/Portfile
    index a411263..5cbe274 100644
    a b  
    44PortSystem        1.0
    55
    66name              git-core
    7 version           1.6.6.1
     7version           1.6.6.2
    88revision          0
    99description       A fast version control system
    1010long_description  Git is a fast, scalable, distributed open source version \
    distfiles git-${version}${extract.suffix} \ 
    2323
    2424
    2525checksums    git-${version}${extract.suffix} \
    26                     md5     9d254bfdae56c6fa124d8a1312a1b034 \
    27                     sha1    6941f1b675ea2047286437c834e6272175102c19 \
    28                     rmd160  50c38a5790367ed66eacd1741b651d7fddaa1a2d \
     26                    md5     6f0a112c37ce6f47d762687130f26a1b \
     27                    sha1    fb4e44ef73791f16a14c1f7bdb3b1215e25e05ae \
     28                    rmd160  661e1c2b1f91c5ab62f8107a975534c87d89dc7d \
    2929             git-manpages-${version}${extract.suffix} \
    30                     md5     18cbc20056058ef4d336896f628fc3b8 \
    31                     sha1    7447d89130e6506a8f0dc3dc198aa4a5a86a93fd \
    32                     rmd160  a25109904f9813d43907dad261c516eeae0fba47
     30                    md5     143a38ca17e3d328f6691a5d69184d88 \
     31                    sha1    febd928a22cecc249e0019feab38c26f56800292 \
     32                    rmd160  300d2a874cf1605c0bf4ec0db69b00036228a086
    3333
    3434depends_run  port:rsync path:bin/perl:perl5 port:p5-error
    3535depends_lib  port:curl port:zlib port:openssl port:expat port:libiconv
    post-destroot { 
    9393variant doc description {Install HTML and plaintext documentation} {
    9494    distfiles-append    git-htmldocs-${version}${extract.suffix}
    9595    checksums-append    git-htmldocs-${version}${extract.suffix} \
    96                     md5     b27bc68e1ee1e44fae7455d069475a76 \
    97                     sha1    e4bdd13fca2aa47d70c4c0645d0aae9b1c16c72f \
    98                     rmd160  892d02428f72e2d133c2b3f10c0d870701439b6c
     96                    md5     4959ee6e7f88fb5878f3018cd710c98f \
     97                    sha1    7e7ba54fad3722c005d2da008d1405d3f42dd52b \
     98                    rmd160  a824bc07dad28c669668d8ab4a7f1a627a9eed00
    9999}
    100100
    101101variant gitweb description {Install gitweb.cgi} {
    variant gitweb description {Install gitweb.cgi} { 
    106106        xinstall -m 444 -W ${worksrcpath}/gitweb \
    107107            gitweb.cgi \
    108108            gitweb.css \
     109            gitweb.js \
    109110            git-favicon.png \
    110111            git-logo.png \
    111112            ${destroot}${prefix}/share/${name}/gitweb