git: b4947d330270 - main - databases/qt5-sqldrivers-ibase: Mark DEPRECATED

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Fri, 22 Dec 2023 01:24:45 UTC
The branch main has been updated by bofh:

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

commit b4947d330270f51aba08b8ffb63acd8e07eb92e3
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-12-20 15:49:17 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-22 01:24:34 +0000

    databases/qt5-sqldrivers-ibase: Mark DEPRECATED
    
    - Currently there is no fix with FireBird 3 and later
    - Has been BROKEN for around a year
    - Set EXPIRATION_DATE 2024-01-21
    
    Approved by:    portmgr (blanket)
---
 databases/qt5-sqldrivers-ibase/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/databases/qt5-sqldrivers-ibase/Makefile b/databases/qt5-sqldrivers-ibase/Makefile
index 72ad384eb456..051d29f331e1 100644
--- a/databases/qt5-sqldrivers-ibase/Makefile
+++ b/databases/qt5-sqldrivers-ibase/Makefile
@@ -3,7 +3,10 @@ DB_DESC=	InterBase/Firebird
 
 USES=		firebird
 
+DEPRECATED=	No fix with the oldest Firebird and BROKEN around 1 year
+EXPIRATION_DATE=	2024-01-21
 BROKEN=		does not build with Firebird 3 or later
+
 ONLY_FOR_ARCHS=	amd64 i386
 
 .include "${.CURDIR:H:H}/devel/qt5/Makefile.sqldrivers"