diff --git a/python/py25-numpy/Portfile b/python/py25-numpy/Portfile
index 52b7bdd..6c9180c 100644
a
|
b
|
PortGroup python25 1.0 |
5 | 5 | |
6 | 6 | name py25-numpy |
7 | 7 | version 1.3.0 |
| 8 | revision 1 |
8 | 9 | categories python |
9 | 10 | platforms darwin |
10 | 11 | maintainers ram openmaintainer |
… |
… |
checksums md5 3f7773ff0971a5ebb8591536d8ec7bd6 \ |
20 | 21 | rmd160 a75155d2014204e16c59857b92356353505c39b9 |
21 | 22 | |
22 | 23 | patchfiles patch-g95_link.diff \ |
23 | | patch-f2py_setup.py.diff |
| 24 | patch-f2py_setup.py.diff \ |
| 25 | patch-revert_r6792_r6798.diff |
24 | 26 | |
25 | 27 | depends_lib-append port:fftw-3 \ |
26 | 28 | port:py25-nose |
diff --git a/python/py26-numpy/Portfile b/python/py26-numpy/Portfile
index 49af762..f0a8f78 100644
a
|
b
|
PortGroup python26 1.0 |
6 | 6 | |
7 | 7 | name py26-numpy |
8 | 8 | version 1.3.0 |
| 9 | revision 1 |
9 | 10 | categories python |
10 | 11 | platforms darwin |
11 | 12 | maintainers mcalhoun openmaintainer |
… |
… |
checksums md5 3f7773ff0971a5ebb8591536d8ec7bd6 \ |
22 | 23 | |
23 | 24 | patchfiles patch-g95_link.diff \ |
24 | 25 | patch-f2py_setup.py.diff \ |
25 | | patch-npy_endian.h.diff |
| 26 | patch-npy_endian.h.diff \ |
| 27 | patch-revert_r6792_r6798.diff |
26 | 28 | |
27 | 29 | depends_lib-append port:fftw-3 \ |
28 | 30 | port:py26-nose |