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.2 |
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 ef2c15b367798f2af68f448472b2063d793d1027 \ |
| 20 | sha256 e3eb8fcc5e8756143db35c08145651f759339ae39af032ab78e4e144ba3922c7 |
21 | 21 | |
22 | 22 | python.versions 26 27 33 34 |
23 | 23 | |
… |
… |
|
58 | 58 | --with-biosig |
59 | 59 | } |
60 | 60 | |
61 | | default_variants +biosig |
| 61 | # default_variants +biosig |
62 | 62 | |
63 | 63 | } |