Ticket #12609: git-core-1.5.3.1.patch

File git-core-1.5.3.1.patch, 1.6 KB (added by macports@…, 17 years ago)

Portfile patch

  • Portfile

    old new  
    22
    33PortSystem        1.0
    44name              git-core
    5 version           1.5.2.5
     5version           1.5.3.1
    66revision          1
    77description       The stupid content tracker.
    88long_description  A stupid (but extremely fast) directory content manager. \
     
    1717distname          git-${version}
    1818distfiles         git-${version}${extract.suffix} \
    1919                  git-manpages-${version}${extract.suffix}
    20  
    21 checksums    git-${version}${extract.suffix} sha1 5c145b98dbd7b8695e8dcc18ca661454775c869b \
    22              git-manpages-${version}${extract.suffix} sha1 47a2f330581c9e4dcb5e8c25d7508c5e8d7d7997
     20
     21checksums    git-${version}${extract.suffix} sha1 011008a66928f115a7604f4a3066c085a8750c35 \
     22             git-manpages-${version}${extract.suffix} sha1 522e5992007c9a190b091c47aafc6a3c85da3c76
    2323
    2424depends_run  port:curl port:openssh port:rsync
    2525depends_lib  port:curl port:zlib port:openssl port:expat port:libiconv
    2626
    27 patchfiles   patch-Documentation_Makefile patch-Makefile patch-http.h
     27patchfiles   patch-Makefile patch-http.h
    2828
    2929extract.only   git-${version}${extract.suffix} \
    3030               git-manpages-${version}${extract.suffix}
     
    7070
    7171variant doc description (Install HTML and plaintext documentation} {
    7272    distfiles-append    git-htmldocs-${version}${extract.suffix}
    73     checksums-append    git-htmldocs-${version}${extract.suffix} sha1 974a1317078dc5159ef1eafb3937d3c651b4efbc
     73    checksums-append    git-htmldocs-${version}${extract.suffix} sha1 45e905899a80967998918d67312abb97317a03f6
    7474}
    7575
    7676variant svn {