Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Nov 2023 09:27:14 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d131558deb77 - main - mail/postforward: Deprecate and set expiration date to 2023-12-31
Message-ID:  <202311180927.3AI9REoC014806@gitrepo.freebsd.org>

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

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

commit d131558deb7731896f4f92359c36439138c1f283
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-11-17 19:19:17 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-11-18 09:24:49 +0000

    mail/postforward: Deprecate and set expiration date to 2023-12-31
    
    Obsolete as postsrsd 2.x now uses unix sockets instead of tcp which
    the deprecated 1.x series utilizes.
    
    PR:             275149
    Reported by:    Gian Luca Decurtins <luca@asgard.ch> (maintainer)
---
 mail/postforward/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/mail/postforward/Makefile b/mail/postforward/Makefile
index 176b7090fea5..42ebddbb6a3f 100644
--- a/mail/postforward/Makefile
+++ b/mail/postforward/Makefile
@@ -11,6 +11,9 @@ WWW=		https://github.com/zoni/postforward
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+DEPRECATED=	Obsolete as postsrsd 2.x uses unix sockets instead of tcp
+EXPIRATION_DATE=2023-12-31
+
 RUN_DEPENDS=	postsrsd:mail/postsrsd
 
 USES=		go



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