git: 122aafb7ea4a - main - mail/lmtp2nntp: Deprecate and set expiration date to 2025-07-31

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Wed, 04 Jun 2025 20:50:12 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=122aafb7ea4a9c7de3daa5ea6683fd3b194bbb75

commit 122aafb7ea4a9c7de3daa5ea6683fd3b194bbb75
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-06-04 19:42:48 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-06-04 20:49:12 +0000

    mail/lmtp2nntp: Deprecate and set expiration date to 2025-07-31
    
    Obsolete, last release in 2005 and uses legacy Local Mail Transfer
    Protocol
    
    PR:             287182
    Reviewed by:    vd (maintainer)
---
 mail/lmtp2nntp/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/mail/lmtp2nntp/Makefile b/mail/lmtp2nntp/Makefile
index 6cd4f5202713..307ba82021d4 100644
--- a/mail/lmtp2nntp/Makefile
+++ b/mail/lmtp2nntp/Makefile
@@ -11,6 +11,9 @@ WWW=		http://www.ossp.org/pkg/tool/lmtp2nntp/
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	Obsolete, last release in 2005 and uses legacy Local Mail Transfer Protocol
+EXPIRATION_DATE=2025-07-31
+
 LIB_DEPENDS=	libstr.so:devel/str \
 		libex.so:devel/ossp-ex \
 		libsa.so:net/ossp-sa \