Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Oct 2024 18:09:00 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5a1b2798ea6e - main - security/maia: Deprecate and set expiration date to 2024-12-31
Message-ID:  <202410261809.49QI909v036274@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410261809.49QI909v036274>