aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2023-11-17 19:19:17 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2023-11-18 09:24:49 +0000
commitd131558deb7731896f4f92359c36439138c1f283 (patch)
tree2cfaee8914ef462690438f106676e1f32d0883d4
parenta57146c2cbd26e44f8f83d6a9df0204e53da1a14 (diff)
downloadports-d131558deb7731896f4f92359c36439138c1f283.tar.gz
ports-d131558deb7731896f4f92359c36439138c1f283.zip
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)
-rw-r--r--mail/postforward/Makefile3
1 files changed, 3 insertions, 0 deletions
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