diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2025-01-28 17:38:21 +0100 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2025-01-28 17:42:55 +0100 |
commit | e54e2c695bbccea73e70ce5bf689928053632492 (patch) | |
tree | eb2e69cefd93566778d5b56a3d0fa4114e493bc8 /math/py-numpy | |
parent | math/openblas: upgrade to v0.3.29 (diff) |
*/*: bump PORTREVISION after OpenBLAS upgrade
Remark: this souldn’t be necessary, because the version of the library is the
same, but due to many changes between these releases, it is safer this way.
PR: 284314
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 aea47553f5b9..9ab84c03540a 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -1,6 +1,6 @@ PORTNAME= numpy PORTVERSION= 1.26.4 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= math python MASTER_SITES= PYPI \ |