Revision: 133540 https://trac.macports.org/changeset/133540 Author: mojca@macports.org Date: 2015-03-04 12:47:36 -0800 (Wed, 04 Mar 2015) Log Message: ----------- stimfit: upgrade to 0.14.5 (maintainer, closes #46933) + two trivial syntax patches Modified Paths: -------------- trunk/dports/science/stimfit/Portfile Modified: trunk/dports/science/stimfit/Portfile =================================================================== --- trunk/dports/science/stimfit/Portfile 2015-03-04 20:44:34 UTC (rev 133539) +++ trunk/dports/science/stimfit/Portfile 2015-03-04 20:47:36 UTC (rev 133540) @@ -5,7 +5,8 @@ PortGroup wxWidgets 1.0 name stimfit -version 0.14.1 +version 0.14.5 + categories science platforms darwin license GPL-2 @@ -13,10 +14,10 @@ description Electrophysiology analysis suite long_description A program for viewing and analyzing electrophysiological data homepage http://www.stimfit.org -master_sites http://www.stimfit.org +master_sites ${homepage} -checksums rmd160 92b9f5b215ecfdbff1eb14eba890b6185f3ebf23 \ - sha256 9dcfc21956c5515c97646b79fbe730880ce9268906edbf98446a504cc49902ba +checksums rmd160 741be8c8a0547e6e803024059396917fe30ca275 \ + sha256 f363938c048e184bc9c59e29141fb69920059207d1b566f3c7432ea689ff8bf2 wxWidgets.use wxPython-3.0 @@ -44,10 +45,8 @@ configure.python \ ${prefix}/bin/python2.7 - configure.args-delete \ - --disable-python - - configure.args-append \ + configure.args-replace \ + --disable-python \ --enable-python }