Ticket #26171: Portfile.patch

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

    diff --git a/Portfile b/Portfile
    index cfa8b4d..f5c2484 100644
    a b  
    44PortSystem        1.0
    55
    66name              git-core
    7 version           1.7.2.1
     7version           1.7.2.2
    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} \ 
    1919                  git-manpages-${version}${extract.suffix}
    2020
    2121checksums    git-${version}${extract.suffix} \
    22                     md5     24a443a120a0ab372185cb6bc0dbd934 \
    23                     sha1    f177bb1b48b8de73063a722025285599fa361fc7 \
    24                     rmd160  0bd6b5f0eef1041892f354908f7cc224607c4d56 \
     22                    md5     4a5840b6d650692cb320eddb5ccefbaf \
     23                    sha1    0cc1caba421a2af5f8e3b9648a6230ea07c60bee \
     24                    rmd160  efee981b6fe75b8073489537e0cf71aad7586f91 \
    2525             git-manpages-${version}${extract.suffix} \
    26                     md5     a11073658ea600c2507337885728851a \
    27                     sha1    5124a2acef94114bf3a0a26b0eda011ec0d4aef7 \
    28                     rmd160  56a9f985af5b6a9fcbb5e08b6b4ae58230803a82 \
     26                    md5     2278da6b57891bd9b789d313dc8eb772 \
     27                    sha1    0b63f30cfb6073746b298aa5584eb8321bcd66a9 \
     28                    rmd160  bd2feb1f74530d44cba834a52adde10b773d8744 \
    2929
    3030depends_run  port:rsync port:p5-error
    3131depends_lib  path:bin/perl:perl5 port:curl port:zlib port:openssl port:expat port:libiconv
    post-destroot { 
    8989variant doc description {Install HTML and plaintext documentation} {
    9090    distfiles-append    git-htmldocs-${version}${extract.suffix}
    9191    checksums-append    git-htmldocs-${version}${extract.suffix} \
    92                     md5     ef85458fea2f0e894382b5bbed7d9625 \
    93                     sha1    417b6fddca7785536d00a31db2df110548b1025d \
    94                     rmd160  bfe1244a8959a2331c72f6237f80ddf2a9eff90a
     92                    md5     83ce6457a4d80c38ce7c4d477bdf5600 \
     93                    sha1    4b720a1b4614c2be5b969f728e5f3d5127a58e92 \
     94                    rmd160  5318d7276a71c173fb16a1e7f503bf868e529654
    9595}
    9696
    9797variant gitweb description {Install gitweb.cgi} {