mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
- Update to 1.3.0b1
Submitted by: az
This commit is contained in:
parent
6f71b6af1d
commit
754c261477
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413764
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rspamd
|
||||
PORTVERSION= 1.2.1.b1.22032016
|
||||
PORTVERSION= 1.3.0.b1.22042016
|
||||
CATEGORIES= mail
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
||||
@ -17,11 +17,11 @@ LIB_DEPENDS= libpcre.so:devel/pcre \
|
||||
|
||||
CONFLICTS_INSTALL= rspamd
|
||||
|
||||
RSPAMD_VERSION= 1.2.1
|
||||
RSPAMD_VERSION= 1.3.0
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= vstakhov
|
||||
GH_PROJECT= rspamd
|
||||
GH_TAGNAME= c36fa8f
|
||||
GH_TAGNAME= 31b9c69
|
||||
|
||||
OPTIONS_DEFINE= GPERF REDIRECTOR HYPERSCAN
|
||||
GPERF_DESC= google perf-tools profiling
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (vstakhov-rspamd-1.2.1.b1.22032016-c36fa8f_GH0.tar.gz) = 96e402ef9562d8ddb15168f5d3f2902113bd3742ccea5958b067d9c45ea1b19b
|
||||
SIZE (vstakhov-rspamd-1.2.1.b1.22032016-c36fa8f_GH0.tar.gz) = 1800189
|
||||
SHA256 (vstakhov-rspamd-1.3.0.b1.22042016-31b9c69_GH0.tar.gz) = b77b20741134eb9d28aeb36eb4b7ba8e0731fed16360794032acd0a72b741853
|
||||
SIZE (vstakhov-rspamd-1.3.0.b1.22042016-31b9c69_GH0.tar.gz) = 1827847
|
||||
|
@ -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()
|
||||
|
@ -44,6 +44,7 @@ bin/rspamc
|
||||
/usr/local/etc/newsyslog.conf.d/rspamd.newsyslog.conf
|
||||
lib/rspamd/librspamd-actrie.so
|
||||
%%DATADIR%%/effective_tld_names.dat
|
||||
%%DATADIR%%/lua/dcc.lua
|
||||
%%DATADIR%%/lua/dmarc.lua
|
||||
%%DATADIR%%/lua/emails.lua
|
||||
%%DATADIR%%/lua/fann_scores.lua
|
||||
|
Loading…
Reference in New Issue
Block a user