From bf2ee60d10eccc76991bc80313bb84e58f5a5155 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 17 Jan 2018 11:47:48 +0100 Subject: [PATCH] mail: release plugins (cherry picked from commit 9d7a5ffbc8ef597f91f0e95cf2e1aaad4745de5a) --- mail/postfix/Makefile | 3 +-- mail/rspamd/Makefile | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 1076d99a3..59f8e173c 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,8 +1,7 @@ PLUGIN_NAME= postfix -PLUGIN_VERSION= 0.4 +PLUGIN_VERSION= 1.0 PLUGIN_COMMENT= SMTP mail relay PLUGIN_DEPENDS= postfix-sasl PLUGIN_MAINTAINER= m.muenz@gmail.com -PLUGIN_DEVEL= yes .include "../../Mk/plugins.mk" diff --git a/mail/rspamd/Makefile b/mail/rspamd/Makefile index db302a742..f1e2d308e 100644 --- a/mail/rspamd/Makefile +++ b/mail/rspamd/Makefile @@ -1,8 +1,7 @@ PLUGIN_NAME= rspamd -PLUGIN_VERSION= 0.3 +PLUGIN_VERSION= 1.0 PLUGIN_COMMENT= Protect your network from spam PLUGIN_DEPENDS= rspamd PLUGIN_MAINTAINER= franz.fabian.94@gmail.com -PLUGIN_DEVEL= yes .include "../../Mk/plugins.mk"