Ticket #22602: Portfile-git-core-1.6.5.3.patch

File Portfile-git-core-1.6.5.3.patch, 1.8 KB (added by jschwab@…, 15 years ago)
  • Portfile

    old new  
    44PortSystem        1.0
    55
    66name              git-core
    7 version           1.6.5.2
     7version           1.6.5.3
    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.
     
    1313                  openmaintainer
    1414categories        devel
    1515platforms         darwin
    16 homepage          http://git.or.cz/
     16homepage          http://git-scm.com/
    1717use_bzip2         yes
    1818master_sites      http://www.kernel.org/pub/software/scm/git/
    1919distname          git-${version}
    2020distfiles         git-${version}${extract.suffix} \
    2121                  git-manpages-${version}${extract.suffix}
    2222
    23 checksums    git-${version}${extract.suffix} sha1 d31d3054a595e811069b86ceeac56760cae4a835 \
    24              git-manpages-${version}${extract.suffix} sha1 9af56df0a9479bc0d761c4b9e9817fb82eeaf73f
     23checksums    git-${version}${extract.suffix} sha1 f3b6e26e8fbf1c13a623cd80a663cae502f0cd8b \
     24             git-manpages-${version}${extract.suffix} sha1 733c7ce1a36338dff82dad23c3e68c5a2684fec5
    2525
    2626depends_run  port:rsync path:bin/perl:perl5 port:p5-error
    2727depends_lib  port:curl port:zlib port:openssl port:expat port:libiconv
     
    8181
    8282variant doc description {Install HTML and plaintext documentation} {
    8383    distfiles-append    git-htmldocs-${version}${extract.suffix}
    84     checksums-append    git-htmldocs-${version}${extract.suffix} sha1 8c315490882641d0b001bb06822c232cb0f1d397
     84    checksums-append    git-htmldocs-${version}${extract.suffix} sha1 68efc2f409c8df8a2438cd300c0099c3b6cefff0
    8585}
    8686
    8787variant gitweb description {Install gitweb.cgi} {