diff -ur /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/tclreadline/Portfile tclreadline/Portfile
old
|
new
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | PortGroup github 1.0 |
5 | 5 | |
6 | | github.setup flightaware tclreadline 2.3.1 v |
7 | | revision 1 |
| 6 | name tclreadline |
| 7 | version 2.3.2 |
| 8 | revision 0 |
| 9 | |
8 | 10 | categories devel |
9 | 11 | platforms darwin |
10 | | maintainers {dons.net.au:darius @DanielO} |
| 12 | maintainers dons.net.au:darius |
11 | 13 | license BSD |
12 | 14 | |
13 | 15 | description An interactive readline for tcl shells. |
… |
… |
|
23 | 25 | In this case the ::tclreadline::readline read \ |
24 | 26 | command has to be called explicitly. |
25 | 27 | |
| 28 | github.setup flightaware tclreadline ${version} v |
| 29 | |
| 30 | homepage https://github.com/flightaware/tclreadline |
26 | 31 | |
27 | | checksums rmd160 7973aa63fa521c8437b43712ce1798c9f66b050b \ |
28 | | sha256 d702e3b8acfebd588b93348e220fc98f4181346c7f9a56ea7aeda334f107bbc5 \ |
29 | | size 153243 |
| 32 | checksums sha1 417bccd37804b436ef82651d05a710001b1f4819 \ |
| 33 | rmd160 9f4a7a83f702492f132a0619865335f3549b9de6 \ |
| 34 | sha256 f7117ac68ba97e3cf701d1b93b003c3faba98a2fc24529d5ab75a74eae895621 \ |
| 35 | size 280523 |
30 | 36 | |
31 | 37 | depends_lib port:readline \ |
32 | 38 | port:tcl |
… |
… |
|
34 | 40 | use_autoreconf yes |
35 | 41 | |
36 | 42 | configure.args-append --with-tcl=${prefix}/lib/ \ |
37 | | --with-readline-includes=${prefix}/include/readline |
| 43 | --with-readline-includes=${prefix}/include/readline |
| 44 | |