Ticket #31088: patch-Portfile.diff

File patch-Portfile.diff, 1.9 KB (added by carsomyr@…, 13 years ago)

The Portfile patch.

  • Portfile

    old new  
    44PortSystem        1.0
    55
    66name              git-core
    7 version           1.7.6
    8 revision          1
     7version           1.7.6.1
    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.
     
    2120                  git-manpages-${version}${extract.suffix}
    2221
    2322checksums           git-${version}${extract.suffix} \
    24                     sha1    c519b0765c419c84b561bb4a2a86526b16d95cde \
    25                     rmd160  9ba5daa7bf56b6a242b3302e12c8ced7d3abc77a \
     23                    sha1    a0e9f63ec432d4b20411d3759084b4118edf5887 \
     24                    rmd160  ec85ee434e51fbb3144b5336921922afc97ba709 \
    2625                    git-manpages-${version}${extract.suffix} \
    27                     sha1    45e0759597d649b13f684f55a186d46dafb7d414 \
    28                     rmd160  9534cf6540c3be85c6f3b5dfca8ca0cf3f2f366f
     26                    sha1    e1817c996fc0bf06abd6b15232040de766798101 \
     27                    rmd160  16fdba0c70f0998dd08bf0d1b1b47ba5f1834849
    2928
    3029depends_run  port:rsync port:p5.12-error
    3130depends_lib  port:perl5.12 port:curl port:zlib port:openssl port:expat port:libiconv
     
    119118variant doc description {Install HTML and plaintext documentation} {
    120119    distfiles-append    git-htmldocs-${version}${extract.suffix}
    121120    checksums-append    git-htmldocs-${version}${extract.suffix} \
    122                     sha1    926168673669d7568b94af6dec35b9ef10ecaedc \
    123                     rmd160  0c396a95126670a67c3e61ea69196508b88ef195
     121                    sha1    525888fff8242ba03d59de2fdb8afd80310d978a \
     122                    rmd160  357cda7d4df61db43cafae0c4b3d42bc84f02f13
    124123}
    125124
    126125variant gitweb description {Install gitweb.cgi} {