diff -ur a/Portfile b/Portfile
a
|
b
|
|
5 | 5 | PortGroup wxWidgets 1.0 |
6 | 6 | |
7 | 7 | name stimfit |
8 | | version 0.14.1 |
| 8 | version 0.14.2 |
9 | 9 | categories science |
10 | 10 | platforms darwin |
11 | 11 | license GPL-2 |
… |
… |
|
15 | 15 | homepage http://www.stimfit.org |
16 | 16 | master_sites http://www.stimfit.org |
17 | 17 | |
18 | | checksums rmd160 92b9f5b215ecfdbff1eb14eba890b6185f3ebf23 \ |
19 | | sha256 9dcfc21956c5515c97646b79fbe730880ce9268906edbf98446a504cc49902ba |
| 18 | checksums rmd160 ef2c15b367798f2af68f448472b2063d793d1027 \ |
| 19 | sha256 e3eb8fcc5e8756143db35c08145651f759339ae39af032ab78e4e144ba3922c7 |
20 | 20 | |
21 | 21 | wxWidgets.use wxPython-3.0 |
22 | 22 | |
… |
… |
|
75 | 75 | # if {![variant_isset python27]} { |
76 | 76 | default_variants +python27 |
77 | 77 | # } |
78 | | default_variants-append \ |
79 | | +biosig |
| 78 | # default_variants-append \ |
| 79 | # +biosig |
80 | 80 | |
81 | 81 | destroot.destdir DESTDIR=${destroot}${applications_dir} |
82 | 82 | |