From 2e42daed1ce7b621ba1ebdac2c87049d8d46627b Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 9 Nov 2023 07:33:19 +0100 Subject: [PATCH] mail/postfix: move to newer postfix version --- mail/postfix/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 8ffb1be91..659bcd8c1 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -2,7 +2,7 @@ PLUGIN_NAME= postfix PLUGIN_VERSION= 1.23 PLUGIN_REVISION= 3 PLUGIN_COMMENT= SMTP mail relay -PLUGIN_DEPENDS= postfix35 +PLUGIN_DEPENDS= postfix PLUGIN_MAINTAINER= m.muenz@gmail.com .include "../../Mk/plugins.mk"