Ticket #26562: Portfile.patch

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

    diff --git a/Portfile b/Portfile
    index 3694499..c64e24a 100644
    a b  
    44PortSystem        1.0
    55
    66name              git-core
    7 version           1.7.2.3
     7version           1.7.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.
    distfiles git-${version}${extract.suffix} \ 
    1919                  git-manpages-${version}${extract.suffix}
    2020
    2121checksums    git-${version}${extract.suffix} \
    22                     md5     d88c06f6442156686deb4b4fbab0954c \
    23                     sha1    d9fe7bab2f40731d94002c614304b1c3fea23bb9 \
    24                     rmd160  5c1bd58a62d3a29bb8e9a2733c8c2b98a950a225 \
     22                    md5     c18eb252ce63a688071f10c3f7bc28e1 \
     23                    sha1    32e231fd10b85265487f0c2cc50d6d889b71de78 \
     24                    rmd160  4b0f95b4d114f5b7a4eb61c0f73b2f9a533637a0 \
    2525             git-manpages-${version}${extract.suffix} \
    26                     md5     2ef8d3959c832347c29885627ebc0682 \
    27                     sha1    bed8aa072dabc51f6fa9dfbc363c023235a63200 \
    28                     rmd160  aea1a16ffa9fc2b91c7f6806cf848573f89825c2
     26                    md5     d18d8f686fde24d1262ccbe61ad00ae0 \
     27                    sha1    725ff48e7de80fe56556af3f5162be4e0648db61 \
     28                    rmd160  97a8ae1ef8297e12ece2a3307547d0e73237920c
    2929
    3030depends_run  port:rsync port:p5-error
    3131depends_lib  path:bin/perl:perl5 port:curl port:zlib port:openssl port:expat port:libiconv port:python26
    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     e8505ed81506ee4ad6e15d149f366866 \
    93                     sha1    bd99507c2a3286b409df3ef5987472732fe8283b \
    94                     rmd160  64ac98bf670efa13ee007d5d15ec7a6c1754b567
     92                    md5     0a90e969db9a4e6b73b395cf19255b0b \
     93                    sha1    3dcfe85ad9f711404c3989bb3280f92635c75946 \
     94                    rmd160  cf391a7a6afcf249e7254d2f2aad8ea1be722bab
    9595}
    9696
    9797variant gitweb description {Install gitweb.cgi} {