Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Nov 2023 12:21:09 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3cef814fd161 - main - mail/imap-uw: Mark DEPRECATED
Message-ID:  <202311161221.3AGCL9Qj095534@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3cef814fd161ca83328d9f0875e1bf89fe7f95e9

commit 3cef814fd161ca83328d9f0875e1bf89fe7f95e9
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-11-16 12:14:44 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-11-16 12:20:51 +0000

    mail/imap-uw: Mark DEPRECATED
    
    - Upstream last release was in 2007
    - Known to have multiple bugs and vulnerabilities
    - Use the more recent mail/panda-imap
    - Set EXPIRATION_DATE to 2023-12-16
---
 mail/imap-uw/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile
index 729d87a0bb54..8e47bb5efe8c 100644
--- a/mail/imap-uw/Makefile
+++ b/mail/imap-uw/Makefile
@@ -17,6 +17,9 @@ WWW=		http://www.washington.edu/imap/
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+DEPRECATED=	Last upstream release was in 2007 so use the fork mail/panda-imap
+EXPIRATION_DATE=	2023-12-16
+
 LIB_DEPENDS=	libc-client4.so.9:mail/cclient
 
 CONFLICTS_INSTALL=	panda-imap # bin/dmail



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