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.10 |
| 8 | version 0.14.11 |
9 | 9 | categories python science |
10 | 10 | platforms darwin |
11 | 11 | license GPL-2 |
… |
… |
|
16 | 16 | master_sites ${homepage} |
17 | 17 | distname stimfit-${version} |
18 | 18 | |
19 | | checksums rmd160 e8cf1e2af04b8b88440fce0a482de00b366efcf0 \ |
20 | | sha256 652b84aeb49dc474ebf49e26d05c230053956e0b87940643381cf6db545717f2 |
| 19 | checksums rmd160 6d83f30a73f43dcf2b972079a267f0eebca3060f \ |
| 20 | sha256 a5db0b43449c6c4420130a544c2ae8e7f56e8833d57c86d49063b89b898a4f25 |
21 | 21 | |
22 | 22 | python.versions 27 34 |
23 | 23 | |
… |
… |
|
26 | 26 | |
27 | 27 | depends_lib port:boost \ |
28 | 28 | port:hdf5 \ |
29 | | port:py${python.version}-numpy |
| 29 | port:py${python.version}-numpy \ |
| 30 | port:py${python.version}-matplotlib |
30 | 31 | |
31 | 32 | configure.args --disable-dependency-tracking \ |
32 | 33 | --enable-module \ |