Ticket #18417: Portfile.patch

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

Portfile patch for git-core 1.6.2

  • Portfile

    diff --git a/Portfile b/Portfile
    index d6bb493..0e90d62 100644
    a b  
    33PortSystem        1.0
    44
    55name              git-core
    6 version           1.6.1.2
     6version           1.6.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 27b9c73e5f04cfe949ae1dfa785c6ebb1cfa98fa \
    23              git-manpages-${version}${extract.suffix} sha1 5f4d2b60984c4054629a17a01b10df552ee9478d
     22checksums    git-${version}${extract.suffix} sha1 685b9e203786dd4bcd7672088bcac42e22930ee0 \
     23             git-manpages-${version}${extract.suffix} sha1 e621826b090cac60d28758eb9ec2c7ab4c0d63ba
    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 2532607649094fe3d242b8ddd14ed80c6f244276
     82    checksums-append    git-htmldocs-${version}${extract.suffix} sha1 4943d51bf49a574e1cefe3833ef6820964b40455
    8383}
    8484
    8585variant gitweb description {Install gitweb.cgi} {