diff -ur a/Portfile b/Portfile
a
|
b
|
|
5 | 5 | PortGroup python 1.0 |
6 | 6 | |
7 | 7 | name py-stfio |
8 | | version 0.14.1 |
| 8 | version 0.14.5 |
9 | 9 | categories python science |
10 | 10 | platforms darwin |
11 | 11 | license GPL-2 |
… |
… |
|
16 | 16 | master_sites http://www.stimfit.org |
17 | 17 | distname stimfit-${version} |
18 | 18 | |
19 | | checksums rmd160 92b9f5b215ecfdbff1eb14eba890b6185f3ebf23 \ |
20 | | sha256 9dcfc21956c5515c97646b79fbe730880ce9268906edbf98446a504cc49902ba |
| 19 | checksums rmd160 741be8c8a0547e6e803024059396917fe30ca275 \ |
| 20 | sha256 f363938c048e184bc9c59e29141fb69920059207d1b566f3c7432ea689ff8bf2 |
21 | 21 | |
22 | | python.versions 26 27 33 34 |
| 22 | python.versions 27 34 |
23 | 23 | |
24 | 24 | if { ${name} ne ${subport} } { |
25 | 25 | depends_build port:swig-python |