Ticket #24610: Portfile.patch

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

    diff --git a/Portfile b/Portfile
    index 4c52c49..09900c9 100644
    a b  
    44PortSystem        1.0
    55
    66name              git-core
    7 version           1.7.0.5
     7version           1.7.1
    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     77d50f41ef282752dc69d9a47765f5c7 \
    25                     sha1    684c21dac937703ab7df9c91f7a6a962620487b2 \
    26                     rmd160  e5a6d6e4dd5460d390b9d7975b84a7ab12eb0f84 \
     24                    md5     3da231dbe82ad103373cb530ae7475d5 \
     25                    sha1    0b031d1ab63506f945ad3c6fb5f814c6a4fc3095 \
     26                    rmd160  b29995bac655e64d3c5d6911fe1235ba85ff58e6 \
    2727             git-manpages-${version}${extract.suffix} \
    28                     md5     90eb5fb193a218176d2d9b841128a717 \
    29                     sha1    68dca0594f4faae0a41d28c0944bd89b0c907485 \
    30                     rmd160  93aef5c7f1f43eff55ea0349e767f7daab9a2c0a \
     28                    md5     50c3e1119a2197de208cbb69c7da0a50 \
     29                    sha1    6b1e6738d30334f6e9071f983959644b4b3e9378 \
     30                    rmd160  8f32c0f06e9ff76751dff6849e6c3df7db4b77c7 \
    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     74c7320440049ba497d9efc8b0134474 \
    95                     sha1    24015f4e57c2cf64ac16a6056998786ce7e1fce9 \
    96                     rmd160  54bf742f18aefdbb75be9810fdbc2b1baaba8059
     94                    md5     bc4bdafdc1b257c40564d47bc5c97365 \
     95                    sha1    94d18dea549c52ae0c38b1568ace46bbbdb29b44 \
     96                    rmd160  7d14a9767884180451359b899ec8741b42f6da5f
    9797}
    9898
    9999variant gitweb description {Install gitweb.cgi} {