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-scs | |
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-scs')
-rw-r--r-- | math/py-scs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/py-scs/Makefile b/math/py-scs/Makefile index f6833b52ba4f..87d60dd90608 100644 --- a/math/py-scs/Makefile +++ b/math/py-scs/Makefile @@ -1,5 +1,6 @@ PORTNAME= scs DISTVERSION= 3.2.7 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |