diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2022-11-27 12:07:34 +0100 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2022-11-27 12:09:57 +0100 |
commit | 6f9769f20db64b8cd3e89aa80a85329ba53b61a5 (patch) | |
tree | d9832c28399f6441da41afa05ec6f4becc6f7198 /math/py-numpy | |
parent | math/py-scikit-umfpack: mark BROKEN with SuiteSparse 6 (diff) |
*/*: bump PORTREVISION after the upgrade of math/suitesparse*
PR: 267742
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 f1c4f3bf7e4c..93f0282137ec 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -1,5 +1,6 @@ PORTNAME= numpy PORTVERSION= 1.23.4 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= math python MASTER_SITES= CHEESESHOP \ |