git: dbdf303e9502 - main - math/py-cvxpy: Add comment

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Wed, 28 Jan 2026 10:18:05 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=dbdf303e95022ebf3f8f551a8c4adce6e924f440

commit dbdf303e95022ebf3f8f551a8c4adce6e924f440
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-01-28 09:27:58 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-01-28 10:17:57 +0000

    math/py-cvxpy: Add comment
---
 math/py-cvxpy/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/math/py-cvxpy/Makefile b/math/py-cvxpy/Makefile
index b20e40ef7e4f..e4f27d742cfe 100644
--- a/math/py-cvxpy/Makefile
+++ b/math/py-cvxpy/Makefile
@@ -35,4 +35,6 @@ post-install:
 			${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_cvxcore${PYTHON_TAG}.so \
 			${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_cvxpy_sparsecholesky${PYTHON_TAG}.so
 
+# tests as of 1.6.4: 4 failed, 1308 passed, 216 skipped, 534 warnings in 610.43s (0:10:10)
+
 .include <bsd.port.mk>