diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2023-07-01 18:11:11 +0200 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2023-07-01 18:11:11 +0200 |
commit | 823182b45144924163f227529c9d42270601cab4 (patch) | |
tree | e3346963554dfbdddb2e7a73a666a5cf1c1acecb /math/py-numpy | |
parent | math/suitesparse*: upgrade SuiteSparse to v7.1.0 (diff) |
*/*: bump PORTREVISION after the upgrade of SuiteSparse
Diffstat (limited to 'math/py-numpy')
-rw-r--r-- | math/py-numpy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile index e9196f587af9..cf4ebe31274a 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -1,6 +1,6 @@ PORTNAME= numpy PORTVERSION= 1.24.1 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= math python MASTER_SITES= PYPI \ |