git: 1eef0235b5bc - main - www/madsonic: Deprecate and set expiration date to 2023-11-30

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sun, 08 Oct 2023 15:57:09 UTC
The branch main has been updated by diizzy:

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

commit 1eef0235b5bcf824ae4ba60f41ab5c89649546bb
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-10-08 15:55:18 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-10-08 15:56:35 +0000

    www/madsonic: Deprecate and set expiration date to 2023-11-30
    
    Depends on www/jetty8 which has been listed as end of life since 2015
---
 www/madsonic/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/www/madsonic/Makefile b/www/madsonic/Makefile
index 544b5bb81d20..b2a394db3bb9 100644
--- a/www/madsonic/Makefile
+++ b/www/madsonic/Makefile
@@ -9,6 +9,9 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Madsonic streaming media server
 WWW=		https://www.madsonic.org
 
+DEPRECATED=	Depends on www/jetty8 which has been listed as end of life since 2015
+EXPIRATION_DATE=2023-11-30
+
 LICENSE=	GPLv3
 
 RUN_DEPENDS+=	${JAVALIBDIR}/servlet-api.jar:www/servlet-api \