From 122aafb7ea4a9c7de3daa5ea6683fd3b194bbb75 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Wed, 4 Jun 2025 21:42:48 +0200 Subject: [PATCH] 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 \