git: 721a57f62c3e - main - finance/quickfix: Mark the broken Python option DEPRECATED as it uses py38

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Sat, 02 Nov 2024 13:14:11 UTC
The branch main has been updated by rene:

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

commit 721a57f62c3e9a4de92225bc16264c9352f63e95
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-11-02 13:13:18 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-11-02 13:13:18 +0000

    finance/quickfix: Mark the broken Python option DEPRECATED as it uses py38
---
 finance/quickfix/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/finance/quickfix/Makefile b/finance/quickfix/Makefile
index 04341c9ab473..d0a480caba7a 100644
--- a/finance/quickfix/Makefile
+++ b/finance/quickfix/Makefile
@@ -47,6 +47,7 @@ INSTALL_TARGET=install-strip
 
 .if ${PORT_OPTIONS:MPYTHON}
 BROKEN=	fails to build
+DEPRECATED=	Uses expired Python 3.8
 .endif
 
 .if ${ARCH} != amd64 && ${ARCH} != i386