diff options
Diffstat (limited to 'packaging/macosx/ports/python/py25-numpy')
| -rw-r--r-- | packaging/macosx/ports/python/py25-numpy/Portfile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/packaging/macosx/ports/python/py25-numpy/Portfile b/packaging/macosx/ports/python/py25-numpy/Portfile index 169c1d2ec..4575d6293 100644 --- a/packaging/macosx/ports/python/py25-numpy/Portfile +++ b/packaging/macosx/ports/python/py25-numpy/Portfile @@ -23,6 +23,9 @@ checksums rmd160 16df4216f40b22077e1f14cc41b8c8ae486b45af \ python.versions 25 if {$subport == $name} { + + revision 100 + patchfiles patch-f2py_setup.py.diff \ patch-numpy_distutils_fcompiler___init__.py.diff \ patch-fcompiler_g95.diff @@ -201,6 +204,6 @@ explicitly), one of the +gcc4X variants must be selected.\n" } livecheck.type none -} else { - livecheck.regex archive/[join ${github.tag_prefix} ""](\[\\d+(?:\\.\\d+)*"\]+)${extract.suffix}" +#} else { +# livecheck.regex archive/[join ${github.tag_prefix} ""](\[\\d+(?:\\.\\d+)*"\]+)${extract.suffix}" } |
