? Portfile.diff
RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/lang/gauche/Portfile,v
retrieving revision 1.12
diff -u -r1.12 Portfile
|
|
|
2 | 2 | |
3 | 3 | PortSystem 1.0 |
4 | 4 | name gauche |
5 | | version 0.8.6 |
| 5 | version 0.8.7 |
6 | 6 | categories lang scheme |
7 | 7 | maintainers kogule@opendarwin.org yuhei@pop21.odn.ne.jp |
8 | 8 | description A script interpreter based on Scheme |
… |
… |
|
24 | 24 | master_sites sourceforge |
25 | 25 | distname Gauche-${version} |
26 | 26 | distfiles ${distname}.tgz |
27 | | checksums md5 68398b2e6136c726bbcbd39e43ae5181 |
| 27 | checksums md5 5c7cb6eba7455c9877aec884b0088a25 |
28 | 28 | configure.args --mandir=${prefix}/share/man --infodir=${prefix}/share/info \ |
29 | 29 | --with-local=${prefix} --enable-multibyte=utf-8 \ |
30 | 30 | --with-iconv=${prefix} --with-slib=${prefix}/lib/slib \ |