Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Apr 2016 14:07:05 +0000 (UTC)
From:      Vsevolod Stakhov <vsevolod@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r413691 - in head/mail/rspamd: . files
Message-ID:  <201604201407.u3KE75o6058559@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vsevolod
Date: Wed Apr 20 14:07:05 2016
New Revision: 413691
URL: https://svnweb.freebsd.org/changeset/ports/413691

Log:
  - Update to 1.2.4
  - Exclude reload from rc script as it is broken

Modified:
  head/mail/rspamd/Makefile
  head/mail/rspamd/distinfo
  head/mail/rspamd/files/rspamd.in

Modified: head/mail/rspamd/Makefile
==============================================================================
--- head/mail/rspamd/Makefile	Wed Apr 20 14:05:25 2016	(r413690)
+++ head/mail/rspamd/Makefile	Wed Apr 20 14:07:05 2016	(r413691)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	rspamd
-PORTVERSION=	1.2.3
+PORTVERSION=	1.2.4
 CATEGORIES=	mail
 MASTER_SITES=	http://rspamd.com/downloads/
 

Modified: head/mail/rspamd/distinfo
==============================================================================
--- head/mail/rspamd/distinfo	Wed Apr 20 14:05:25 2016	(r413690)
+++ head/mail/rspamd/distinfo	Wed Apr 20 14:07:05 2016	(r413691)
@@ -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

Modified: head/mail/rspamd/files/rspamd.in
==============================================================================
--- head/mail/rspamd/files/rspamd.in	Wed Apr 20 14:05:25 2016	(r413690)
+++ head/mail/rspamd/files/rspamd.in	Wed Apr 20 14:07:05 2016	(r413691)
@@ -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/rspa
 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()



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604201407.u3KE75o6058559>