git: d131558deb77 - main - mail/postforward: Deprecate and set expiration date to 2023-12-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 Nov 2023 09:27:14 UTC
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