aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorvsevolod <vsevolod@FreeBSD.org>2016-04-20 22:07:05 +0800
committervsevolod <vsevolod@FreeBSD.org>2016-04-20 22:07:05 +0800
commit66bfd51ba6278981dcfde4b9f345ed5791a4af4b (patch)
tree430c7836c2b6fafab26cebf45da1acd22e3ef013 /mail
parentd64e3bc4b632b63bf61f70405f84f9ec05fa3ef3 (diff)
downloadfreebsd-ports-gnome-66bfd51ba6278981dcfde4b9f345ed5791a4af4b.tar.gz
freebsd-ports-gnome-66bfd51ba6278981dcfde4b9f345ed5791a4af4b.tar.zst
freebsd-ports-gnome-66bfd51ba6278981dcfde4b9f345ed5791a4af4b.zip
- Update to 1.2.4
- Exclude reload from rc script as it is broken
Diffstat (limited to 'mail')
-rw-r--r--mail/rspamd/Makefile2
-rw-r--r--mail/rspamd/distinfo4
-rw-r--r--mail/rspamd/files/rspamd.in8
3 files changed, 6 insertions, 8 deletions
diff --git a/mail/rspamd/Makefile b/mail/rspamd/Makefile
index 7cafe254940c..157332f03728 100644
--- a/mail/rspamd/Makefile
+++ b/mail/rspamd/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= rspamd
-PORTVERSION= 1.2.3
+PORTVERSION= 1.2.4
CATEGORIES= mail
MASTER_SITES= http://rspamd.com/downloads/
diff --git a/mail/rspamd/distinfo b/mail/rspamd/distinfo
index 54435165ec8e..12da6241cfec 100644
--- a/mail/rspamd/distinfo
+++ b/mail/rspamd/distinfo
@@ -1,2 +1,2 @@
-SHA256 (rspamd-1.2.3.tar.xz) = 18d41ee46993c51a5aed41b6734304b15e7b98bf0ab3c5855a57851eeb08b724
-SIZE (rspamd-1.2.3.tar.xz) = 1419080
+SHA256 (rspamd-1.2.4.tar.xz) = 3f913b289ddb5fd3a8d0894f407cc8dc3c6c29864a71c373715278b1de9124c7
+SIZE (rspamd-1.2.4.tar.xz) = 1423680
diff --git a/mail/rspamd/files/rspamd.in b/mail/rspamd/files/rspamd.in
index 8e4700885356..5b1a94f3ca7f 100644
--- a/mail/rspamd/files/rspamd.in
+++ b/mail/rspamd/files/rspamd.in
@@ -9,13 +9,13 @@
# Add the following line to /etc/rc.conf to enable rspamd:
#
# rspamd_enable (bool): Set to "NO" by default.
-# Set it to "YES" to enable rspamd.
+# Set it to "YES" to enable rspamd.
#
# rspamd_user (str): Default to "nobody".
#
# rspamd_group (str): Default to "nobody".
#
-# rspamd_flags (str): Default to "-c %%PREFIX%%/etc/rspamd.xml".
+# rspamd_flags (str): Default to "-c %%PREFIX%%/etc/rspamd.conf".
. /etc/rc.subr
@@ -34,14 +34,12 @@ pidfile=${rspamd_pidfile:-"/var/run/rspamd/rspamd.pid"}
command=%%PREFIX%%/bin/rspamd
command_adm=%%PREFIX%%/bin/rspamadm
restart_precmd="rspamd_checkconfig"
-reload_precmd="rspamd_checkconfig"
configtest_cmd="rspamd_checkconfig"
reopenlog_cmd="reopenlog_cmd"
required_files=%%PREFIX%%/etc/rspamd/rspamd.conf
command_args="-u ${rspamd_user} -g ${rspamd_group}"
-sig_reload="HUP"
-extra_commands="reload configtest reopenlog"
+extra_commands="configtest reopenlog"
stop_postcmd="rm -f $pidfile"
rspamd_checkconfig()