Ticket #18265: Portfile.patch

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

    diff --git a/Portfile b/Portfile
    index 969178d..d6bb493 100644
    a b  
    33PortSystem        1.0
    44
    55name              git-core
    6 version           1.6.1.1
     6version           1.6.1.2
    77description       A fast version control system
    88long_description  Git is a fast, scalable, distributed open source version \
    99                  control system focusing on speed and efficiency.
    distname git-${version} 
    1919distfiles         git-${version}${extract.suffix} \
    2020                  git-manpages-${version}${extract.suffix}
    2121
    22 checksums    git-${version}${extract.suffix} sha1 ec0c6f941945cb356db3f5c61fb2e2d046e2f08a \
    23              git-manpages-${version}${extract.suffix} sha1 8aba1fd66c6832880db6ecf961c1733bb3889e43
     22checksums    git-${version}${extract.suffix} sha1 27b9c73e5f04cfe949ae1dfa785c6ebb1cfa98fa \
     23             git-manpages-${version}${extract.suffix} sha1 5f4d2b60984c4054629a17a01b10df552ee9478d
    2424
    2525depends_run  port:rsync path:bin/perl:perl5 port:p5-error
    2626depends_lib  port:curl port:zlib port:openssl port:expat port:libiconv
    post-destroot { 
    7979
    8080variant doc description {Install HTML and plaintext documentation} {
    8181    distfiles-append    git-htmldocs-${version}${extract.suffix}
    82     checksums-append    git-htmldocs-${version}${extract.suffix} sha1 7a95c18b3a30d23ce9c191a1c6fd92d009e28410
     82    checksums-append    git-htmldocs-${version}${extract.suffix} sha1 2532607649094fe3d242b8ddd14ed80c6f244276
    8383}
    8484
    8585variant gitweb description {Install gitweb.cgi} {