Ticket #13093: git-core-1.5.3.5.patch

File git-core-1.5.3.5.patch, 1.7 KB (added by callahad@…, 17 years ago)

Git version bump to 1.5.3.5, removes need for instaweb patch.

  • Portfile

    old new  
    22
    33PortSystem        1.0
    44name              git-core
    5 version           1.5.3.4
     5version           1.5.3.5
    66description       The stupid content tracker.
    77long_description  A stupid (but extremely fast) directory content manager. \
    88                  It doesn't do a whole lot, but what it _does_ do is track \
     
    1717distfiles         git-${version}${extract.suffix} \
    1818                  git-manpages-${version}${extract.suffix}
    1919 
    20 checksums    git-${version}${extract.suffix} sha1 f2dfad11c396d4e06c4d1a34cb09b47e86faf2b0 \
    21              git-manpages-${version}${extract.suffix} sha1 2701e152773df821f3e334ab3b7f4562237fe84f
     20checksums    git-${version}${extract.suffix} sha1 2e48624e88400637c7063225c23d5e2ecdfe6ced \
     21             git-manpages-${version}${extract.suffix} sha1 492024f5736132d7c96e3ff1c7af359924696312
    2222
    2323depends_run  port:openssh port:rsync port:perl5.8 port:p5-error
    2424depends_lib  port:curl port:zlib port:openssl port:expat port:libiconv
    2525
    26 patchfiles   patch-Makefile patch-http.h patch-git-instaweb.sh
     26patchfiles   patch-Makefile patch-http.h
    2727
    2828extract.only   git-${version}${extract.suffix} \
    2929               git-manpages-${version}${extract.suffix}
     
    6767
    6868variant doc description (Install HTML and plaintext documentation} {
    6969    distfiles-append    git-htmldocs-${version}${extract.suffix}
    70     checksums-append    git-htmldocs-${version}${extract.suffix} sha1 008adec5416b3f96aee87ad2572af06dd7773b24
     70    checksums-append    git-htmldocs-${version}${extract.suffix} sha1 3eb1d6f7ad5385a4e6b25ad0f3ef9fb545d6d291
    7171}
    7272
    7373variant svn {