Ticket #26364: Portfile.patch

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

    diff --git a/Portfile b/Portfile
    index 75d59c3..3694499 100644
    a b  
    44PortSystem        1.0
    55
    66name              git-core
    7 version           1.7.2.2
    8 revision          1
     7version           1.7.2.3
    98description       A fast version control system
    109long_description  Git is a fast, scalable, distributed open source version \
    1110                  control system focusing on speed and efficiency.
    distfiles git-${version}${extract.suffix} \ 
    2019                  git-manpages-${version}${extract.suffix}
    2120
    2221checksums    git-${version}${extract.suffix} \
    23                     md5     4a5840b6d650692cb320eddb5ccefbaf \
    24                     sha1    0cc1caba421a2af5f8e3b9648a6230ea07c60bee \
    25                     rmd160  efee981b6fe75b8073489537e0cf71aad7586f91 \
     22                    md5     d88c06f6442156686deb4b4fbab0954c \
     23                    sha1    d9fe7bab2f40731d94002c614304b1c3fea23bb9 \
     24                    rmd160  5c1bd58a62d3a29bb8e9a2733c8c2b98a950a225 \
    2625             git-manpages-${version}${extract.suffix} \
    27                     md5     2278da6b57891bd9b789d313dc8eb772 \
    28                     sha1    0b63f30cfb6073746b298aa5584eb8321bcd66a9 \
    29                     rmd160  bd2feb1f74530d44cba834a52adde10b773d8744
     26                    md5     2ef8d3959c832347c29885627ebc0682 \
     27                    sha1    bed8aa072dabc51f6fa9dfbc363c023235a63200 \
     28                    rmd160  aea1a16ffa9fc2b91c7f6806cf848573f89825c2
    3029
    3130depends_run  port:rsync port:p5-error
    3231depends_lib  path:bin/perl:perl5 port:curl port:zlib port:openssl port:expat port:libiconv port:python26
    post-destroot { 
    9089variant doc description {Install HTML and plaintext documentation} {
    9190    distfiles-append    git-htmldocs-${version}${extract.suffix}
    9291    checksums-append    git-htmldocs-${version}${extract.suffix} \
    93                     md5     83ce6457a4d80c38ce7c4d477bdf5600 \
    94                     sha1    4b720a1b4614c2be5b969f728e5f3d5127a58e92 \
    95                     rmd160  5318d7276a71c173fb16a1e7f503bf868e529654
     92                    md5     e8505ed81506ee4ad6e15d149f366866 \
     93                    sha1    bd99507c2a3286b409df3ef5987472732fe8283b \
     94                    rmd160  64ac98bf670efa13ee007d5d15ec7a6c1754b567
    9695}
    9796
    9897variant gitweb description {Install gitweb.cgi} {