Ticket #31407: patch-Portfile.diff
File patch-Portfile.diff, 2.4 KB (added by carsomyr@…, 13 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name git-core 7 version 1.7.6.1 8 revision 1 7 version 1.7.6.4 9 8 description A fast version control system 10 9 long_description Git is a fast, scalable, distributed open source version \ 11 10 control system focusing on speed and efficiency. … … 14 13 license GPL-2 LGPL-2.1+ 15 14 platforms darwin 16 15 homepage http://git-scm.com 17 use_bzip2 yes 18 master_sites http://www.kernel.org/pub/software/scm/git/16 master_sites http://www.kernel.org/pub/software/scm/git/ \ 17 http://git-core.googlecode.com/files/ 19 18 distname git-${version} 20 19 distfiles git-${version}${extract.suffix} \ 21 20 git-manpages-${version}${extract.suffix} 22 21 23 22 checksums git-${version}${extract.suffix} \ 24 rmd160 ec85ee434e51fbb3144b5336921922afc97ba709\25 sha256 856d4197ef7172938b0b44e55174c7d7ddfaf5e844e04960322c49eda9f3a246 \23 rmd160 80d226e77b8b9ad6d0bba86773e26257e5b3d734 \ 24 sha256 c95bb6fdfa8276a6cbc1c3150e56ce3dc2fc29a4bcecd9c246ab9df5d9638ec6 \ 26 25 git-manpages-${version}${extract.suffix} \ 27 rmd160 16fdba0c70f0998dd08bf0d1b1b47ba5f1834849\28 sha256 faece1418e72d90ed9ee65e59fe89489e504db9b76e8325a2505e8fb61598a4426 rmd160 91d0df4b4182bead27149dbf03481d3e139cc730 \ 27 sha256 c1ae86f0bfd80ec819535a64825a141aeef950dfebf9a3f82bef6752b586f63f 29 28 30 29 depends_run port:rsync \ 31 30 port:p5.12-error … … 143 142 variant doc description {Install HTML and plaintext documentation} { 144 143 distfiles-append git-htmldocs-${version}${extract.suffix} 145 144 checksums-append git-htmldocs-${version}${extract.suffix} \ 146 rmd160 357cda7d4df61db43cafae0c4b3d42bc84f02f13\147 sha256 6f03a7ed0c2db4d47c22bb27c27249be9bc3c50b72e108d7dca5227917b2de7a145 rmd160 931da8cc615cd1f52024a07f53ebc14e3fcc03ff \ 146 sha256 b73ded7089bb253efe45ef3a444022500df012a4bd596249ac999135ca76e240 148 147 } 149 148 150 149 variant gitweb description {Install gitweb.cgi} {