git: 5bf372601cac - main - databases/xtrabackup81: Mark BROKEN, deprecate and set expiration date to 2025-01-31

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sun, 15 Dec 2024 21:38:35 UTC
The branch main has been updated by diizzy:

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

commit 5bf372601cacaa4e842f3525967fd374e61ea082
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-12-15 21:22:36 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-12-15 21:38:29 +0000

    databases/xtrabackup81: Mark BROKEN, deprecate and set expiration date to 2025-01-31
    
    Fails to build, "error: integer value -1 is outside the valid range of values [0, 3] for the enumeration type"
    Deprecate as its unsupported and point users to databases/xtrabackup84
    
    Reference:
    https://www.percona.com/services/policies/percona-software-support-lifecycle
    
    PR:             283058
    Approved by:    portmgr (maintainer timeout, 2+ weeks)
---
 databases/xtrabackup81/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/databases/xtrabackup81/Makefile b/databases/xtrabackup81/Makefile
index e58b5e22eead..09f0a250fbf5 100644
--- a/databases/xtrabackup81/Makefile
+++ b/databases/xtrabackup81/Makefile
@@ -15,6 +15,10 @@ WWW=		https://www.percona.com/doc/percona-xtrabackup/
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		Fails to build, error: integer value -1 is outside the valid range of values [0, 3] for the enumeration type
+DEPRECATED=	Unsupported upstream, consider migrating to databases/xtrabackup84
+EXPIRATION_DATE=2025-01-31
+
 BUILD_DEPENDS=	protobuf>=3.0:devel/protobuf \
 		rapidjson>=1.1.0:devel/rapidjson \
 		libevent>=2.1:devel/libevent