diff --git a/math/fftw-3/Portfile b/math/fftw-3/Portfile
index 3cbadf4..a72f0ad 100644
a
|
b
|
|
4 | 4 | PortSystem 1.0 |
5 | 5 | |
6 | 6 | name fftw-3 |
7 | | version 3.1.3 |
| 7 | version 3.2 |
8 | 8 | categories math |
9 | 9 | platforms darwin |
10 | 10 | maintainers takeshi@macports.org |
… |
… |
long_description \ |
35 | 35 | improvements relative to 2.x, but is not backwardly \ |
36 | 36 | compatible. |
37 | 37 | |
38 | | |
39 | | checksums md5 a3dcba0d30880118310b86833023eea3 \ |
40 | | sha1 4ac7f2d4f08e253a1a60f336c8e1879955d93816 \ |
41 | | rmd160 6df354a7fba100f14361d5ce1bfc18f393979690 |
| 38 | checksums md5 280960ddbad368ebb96c073a2b642f5d \ |
| 39 | sha1 7ec19356191ffa3719294a5373f27b75c04c301b \ |
| 40 | rmd160 26f686e793f0fafedefa352b38058e76c9ca698c |
42 | 41 | |
43 | 42 | configure.args \ |
44 | 43 | --enable-threads \ |
… |
… |
variant g95 description {create Fortran wrappers using f95} conflicts gcc42 gcc4 |
74 | 73 | |
75 | 74 | livecheck.check regex |
76 | 75 | livecheck.url ${homepage} |
77 | | livecheck.regex {FFTW ([0-9]+\.[0-9]+\.[0-9]+) is the latest} |
| 76 | livecheck.regex {FFTW (\d+(?:\.\d+)*) is the latest} |