git: 5a1b2798ea6e - main - security/maia: Deprecate and set expiration date to 2024-12-31

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sat, 26 Oct 2024 18:09:00 UTC
The branch main has been updated by diizzy:

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

commit 5a1b2798ea6e293090ed11d337bbfafa93b2151c
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-10-26 18:04:11 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-10-26 18:08:57 +0000

    security/maia: Deprecate and set expiration date to 2024-12-31
    
    Depends on deprecated dependencies and doesn't work with PHP 8
    
    PR:             281860
    Reported by:    Janky Jay <ek@purplehat.org>
---
 security/maia/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/security/maia/Makefile b/security/maia/Makefile
index b221c8c0bcf7..209ec0339f85 100644
--- a/security/maia/Makefile
+++ b/security/maia/Makefile
@@ -10,6 +10,9 @@ WWW=		http://www.maiamailguard.com/
 LICENSE=GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+DEPRECATED=	Depends on deprecated dependencies and doesn't work with PHP 8.
+EXPIRATION_DATE=2024-12-31
+
 RUN_DEPENDS=	p5-Unix-Syslog>=0.94:sysutils/p5-Unix-Syslog \
 		p5-MIME-Tools>=4.116:mail/p5-MIME-Tools \
 		p5-Convert-TNEF>=0.08:converters/p5-Convert-TNEF \