Ticket #25850: Portfile.patch

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

    diff --git a/Portfile b/Portfile
    index b308902..cfa8b4d 100644
    a b  
    44PortSystem        1.0
    55
    66name              git-core
    7 version           1.7.2
     7version           1.7.2.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} \ 
    1919                  git-manpages-${version}${extract.suffix}
    2020
    2121checksums    git-${version}${extract.suffix} \
    22                     md5     652f861ae161e48979ef834707e2dc4c \
    23                     sha1    4dc232d018d769dd16774d3a12c237ac11b9d227 \
    24                     rmd160  cf3df2af634aa487c571f560d44ca4ab99668a85 \
     22                    md5     24a443a120a0ab372185cb6bc0dbd934 \
     23                    sha1    f177bb1b48b8de73063a722025285599fa361fc7 \
     24                    rmd160  0bd6b5f0eef1041892f354908f7cc224607c4d56 \
    2525             git-manpages-${version}${extract.suffix} \
    26                     md5     0ea16b997dea4aec1f2f3d9c6a74abb8 \
    27                     sha1    601d712aedac1d8caa145d1867b4c0217982043c \
    28                     rmd160  35fec892ac39fd5da64ef5cecc0556efaf6d48e8 \
     26                    md5     a11073658ea600c2507337885728851a \
     27                    sha1    5124a2acef94114bf3a0a26b0eda011ec0d4aef7 \
     28                    rmd160  56a9f985af5b6a9fcbb5e08b6b4ae58230803a82 \
    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     31b3d0c142709d5a4faafe52d962d435 \
    93                     sha1    bcf16805bdbe072ff54163c5589aef049a997f85 \
    94                     rmd160  4e8e1ef0056bc83916015a5519c3bd4bbfd6ca1f
     92                    md5     ef85458fea2f0e894382b5bbed7d9625 \
     93                    sha1    417b6fddca7785536d00a31db2df110548b1025d \
     94                    rmd160  bfe1244a8959a2331c72f6237f80ddf2a9eff90a
    9595}
    9696
    9797variant gitweb description {Install gitweb.cgi} {