diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2010-01-31 03:29:58 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2010-01-31 03:29:58 +0000 |
commit | f906706e6f7514da016491e29bed9956ca158d31 (patch) | |
tree | d4d8630be3a62cecf49def4ce56988bd38290002 /math/py-numpy/Makefile | |
parent | fc3acb4f4fedd4b50f82ac526fe9175e7cec54a4 (diff) | |
download | ports-f906706e6f7514da016491e29bed9956ca158d31.tar.gz ports-f906706e6f7514da016491e29bed9956ca158d31.zip |
Notes
Diffstat (limited to 'math/py-numpy/Makefile')
-rw-r--r-- | math/py-numpy/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile index 94fe9da2cb50..b150572e2380 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -6,8 +6,7 @@ # PORTNAME= numpy -PORTVERSION= 1.3.0 -PORTREVISION= 2 +PORTVERSION= 1.4.0 PORTEPOCH= 1 CATEGORIES= math python MASTER_SITES= http://numpy.scipy.org/:doc \ |