diff -ur a/Portfile b/Portfile
a
|
b
|
|
5 | 5 | PortGroup wxWidgets 1.0 |
6 | 6 | |
7 | 7 | name stimfit |
8 | | version 0.14.11 |
9 | | revision 1 |
| 8 | version 0.14.12 |
10 | 9 | categories science |
11 | 10 | platforms darwin |
12 | 11 | license GPL-2 |
… |
… |
|
16 | 15 | homepage http://www.stimfit.org |
17 | 16 | master_sites ${homepage} |
18 | 17 | |
19 | | checksums rmd160 6d83f30a73f43dcf2b972079a267f0eebca3060f \ |
20 | | sha256 a5db0b43449c6c4420130a544c2ae8e7f56e8833d57c86d49063b89b898a4f25 |
| 18 | checksums rmd160 f745dce3a9c884f9a5ab8f650fe0172e0bc35515 \ |
| 19 | sha256 9feca55ca3d94e257461a1176ae546c0ab52d7e4c97b686eff7ae604d7b4679b |
21 | 20 | |
22 | 21 | wxWidgets.use wxPython-3.0 |
23 | 22 | |