Ticket #16764: Portfile.patch

File Portfile.patch, 1.3 KB (added by iraikov (Ivan Raikov), 16 years ago)

Portfile patch with rmd160 checksum.

Line 
1*** Portfile.old        Mon Oct  6 15:19:51 2008
2--- Portfile    Tue Oct  7 10:07:54 2008
3***************
4*** 2,8 ****
5 
6  PortSystem 1.0
7  name          chicken
8! version               3.1.0
9  categories    lang scheme
10  maintainers   arto.bendiken@gmail.com waqar@macports.org
11  description   Compiler for the Scheme programming language
12--- 2,8 ----
13 
14  PortSystem 1.0
15  name          chicken
16! version               3.4.0
17  categories    lang scheme
18  maintainers   arto.bendiken@gmail.com waqar@macports.org
19  description   Compiler for the Scheme programming language
20***************
21*** 15,23 ****
22  platforms     darwin
23  master_sites  http://chicken.wiki.br/releases/${version}
24  distfiles     ${distname}${extract.suffix}
25! checksums     md5 a57e659131eddac5db08c00c918ffdb1\
26!               sha1 a5529645df74751a611895e9d32bef78d23a276c\
27!               rmd160 1e1b6dc51f7f876f49b2981c2ff6045461de1854
28  use_configure no
29  pre-build {
30        system "cd ${worksrcpath} && ${build.cmd} ${build.args} bootstrap"
31--- 15,23 ----
32  platforms     darwin
33  master_sites  http://chicken.wiki.br/releases/${version}
34  distfiles     ${distname}${extract.suffix}
35! checksums     md5 9299e9daa9c39cbd391975ce5e5aa7d9\
36!               sha1 6a73186eb01e2aa952056cf2ccb8fa136f9fab4e\
37!                 rmd160 e28808de5408753df1e0b050dcac19f540567f13
38  use_configure no
39  pre-build {
40        system "cd ${worksrcpath} && ${build.cmd} ${build.args} bootstrap"