git: 8ba6eb55f9df - main - www/p5-libservlet: Mark DEPRECATED

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Wed, 13 Mar 2024 22:42:11 UTC
The branch main has been updated by bofh:

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

commit 8ba6eb55f9df6e0337e7501ba833687ee856ddb0
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-03-13 20:56:25 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-03-13 22:41:38 +0000

    www/p5-libservlet: Mark DEPRECATED
    
    - Upstream unmaintained since 2001
    - Set EXPIRATION_DATE 2024-04-13
    
    If someone needs this port feel free to undeprecate and takeover
    maintainership.
---
 www/p5-libservlet/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/www/p5-libservlet/Makefile b/www/p5-libservlet/Makefile
index 2a1f00b0f223..1efe6faa90ff 100644
--- a/www/p5-libservlet/Makefile
+++ b/www/p5-libservlet/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	libservlet
 PORTVERSION=	0.9.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www perl5
 MASTER_SITES=	SF
 PKGNAMEPREFIX=	p5-
@@ -12,6 +12,9 @@ WWW=		https://libservlet.sourceforge.net/
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
+DEPRECATED=	Upstream unmaintained and last release was in 2001
+EXPIRATION_DATE=2024-04-13
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Exception-Class>=0:devel/p5-Exception-Class