diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2023-09-20 19:57:40 +0200 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2023-09-20 19:57:40 +0200 |
commit | a0ed0dce34341e30a6c479535c68fae987840c91 (patch) | |
tree | 77c554b9fc79500ef665dc8ac8bba69bd4a2bcfc /math/py-numpy | |
parent | math/suitesparse: upgrade to v7.2.0 (diff) |
/*: bump PORTREVISION after the upgrade of SuiteSparse
Diffstat (limited to 'math/py-numpy')
-rw-r--r-- | math/py-numpy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile index d739e2098cf9..057d7f6ae117 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -1,5 +1,6 @@ PORTNAME= numpy PORTVERSION= 1.25.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= math python MASTER_SITES= PYPI \ |