1 | --- Portfile.orig 2006-11-01 19:04:35.000000000 +0100 |
---|
2 | +++ Portfile 2007-01-21 23:46:30.000000000 +0100 |
---|
3 | @@ -2,8 +2,8 @@ |
---|
4 | |
---|
5 | PortSystem 1.0 |
---|
6 | name readline |
---|
7 | -version 5.1.004 |
---|
8 | -distname ${name}-5.1 |
---|
9 | +version 5.2.001 |
---|
10 | +distname ${name}-5.2 |
---|
11 | categories devel |
---|
12 | maintainers eric@opendarwin.org |
---|
13 | description Library that provides command line editing |
---|
14 | @@ -19,20 +19,14 @@ |
---|
15 | |
---|
16 | master_sites gnu ftp://ftp.cwru.edu/pub/bash/ |
---|
17 | |
---|
18 | -patch_sites http://ftp.gnu.org/gnu/readline/readline-5.1-patches/ \ |
---|
19 | - ftp://ftp.cwru.edu/pub/bash/readline-5.1-patches/ |
---|
20 | -patchfiles readline51-001 \ |
---|
21 | - readline51-002 \ |
---|
22 | - readline51-003 \ |
---|
23 | - readline51-004 |
---|
24 | +patch_sites http://ftp.gnu.org/gnu/readline/readline-5.2-patches/ \ |
---|
25 | + ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/ |
---|
26 | +patchfiles readline52-001 |
---|
27 | |
---|
28 | -checksums ${distname}${extract.suffix} md5 7ee5a692db88b30ca48927a13fd60e46 \ |
---|
29 | - ${distname}${extract.suffix} sha1 4b2ee2bc9c6dd1d238c84a58f7e6db173600b850 \ |
---|
30 | - ${distname}${extract.suffix} rmd160 e7e755bcde7a38740dd0ef6fc10d66614b74ea21 \ |
---|
31 | - readline51-001 md5 63faf622820ca0828131c8b5aeac1e6a \ |
---|
32 | - readline51-002 md5 e60f96f9277f42aa2e66020b2f30e55f \ |
---|
33 | - readline51-003 md5 c9c488f203dbfa1a7da843a07c6c2a25 \ |
---|
34 | - readline51-004 md5 1b5e14a35a781dfce8ae23389cff30c0 |
---|
35 | +checksums ${distname}${extract.suffix} md5 e39331f32ad14009b9ff49cc10c5e751 \ |
---|
36 | + ${distname}${extract.suffix} sha1 18f3412c73068509d5f491b7b4535aeaf9522834 \ |
---|
37 | + ${distname}${extract.suffix} rmd160 983cbb25192e0a376b80cb2428fe8ee254a041c7 \ |
---|
38 | + readline52-001 md5 9d4d41622aa9b230c57f68548ce87d8f |
---|
39 | |
---|
40 | configure.args --mandir=${prefix}/share/man \ |
---|
41 | --infodir=${prefix}/share/info |
---|