diff options
author | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2015-03-13 17:11:14 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2015-03-13 17:11:14 +0000 |
commit | dc404294960cc86bfb2f7ed329b2cf84bdf8c6b4 (patch) | |
tree | 95e6259a041c1fc0cfbc7e594b4cd7a736eb86c5 /mail/rspamd | |
parent | f1da60efc1ce729eef0b226ef9e7098911972662 (diff) | |
download | ports-dc404294960cc86bfb2f7ed329b2cf84bdf8c6b4.tar.gz ports-dc404294960cc86bfb2f7ed329b2cf84bdf8c6b4.zip |
Notes
Diffstat (limited to 'mail/rspamd')
-rw-r--r-- | mail/rspamd/Makefile | 2 | ||||
-rw-r--r-- | mail/rspamd/distinfo | 4 | ||||
-rw-r--r-- | mail/rspamd/pkg-plist | 43 |
3 files changed, 26 insertions, 23 deletions
diff --git a/mail/rspamd/Makefile b/mail/rspamd/Makefile index f1a1e69a7f93..10680e34ca99 100644 --- a/mail/rspamd/Makefile +++ b/mail/rspamd/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rspamd -PORTVERSION= 0.8.1 +PORTVERSION= 0.8.3 CATEGORIES= mail MASTER_SITES= http://rspamd.com/downloads/ diff --git a/mail/rspamd/distinfo b/mail/rspamd/distinfo index 4f25328c6e21..476ca41f314f 100644 --- a/mail/rspamd/distinfo +++ b/mail/rspamd/distinfo @@ -1,2 +1,2 @@ -SHA256 (rspamd-0.8.1.tar.xz) = caa294c358598e205a02ba3ac57d64a25e70a647cb845fee3c6c40309af9262b -SIZE (rspamd-0.8.1.tar.xz) = 750724 +SHA256 (rspamd-0.8.3.tar.xz) = 20f788b08406fdaa8148d726e7ba18940108afff2d48b4f47726e3f2a6a88daf +SIZE (rspamd-0.8.3.tar.xz) = 757676 diff --git a/mail/rspamd/pkg-plist b/mail/rspamd/pkg-plist index 883a76e84ce8..24f24aa91762 100644 --- a/mail/rspamd/pkg-plist +++ b/mail/rspamd/pkg-plist @@ -3,15 +3,16 @@ bin/rspamd bin/rspamc-%%RSPAMDVERSION%% bin/rspamc %%REDIRECTOR%%bin/rspamd-redirector -etc/rspamd/lua/regexp/drugs.lua -etc/rspamd/lua/regexp/fraud.lua -etc/rspamd/lua/regexp/headers.lua -etc/rspamd/lua/regexp/lotto.lua -etc/rspamd/lua/rspamd.classifiers.lua -etc/rspamd/lua/rspamd.lua -etc/rspamd/lua/hfilter.lua +%%ETCDIR%%/lua/regexp/drugs.lua +%%ETCDIR%%/lua/regexp/fraud.lua +%%ETCDIR%%/lua/regexp/headers.lua +%%ETCDIR%%/lua/regexp/lotto.lua +%%ETCDIR%%/lua/rspamd.classifiers.lua +%%ETCDIR%%/lua/rspamd.lua +%%ETCDIR%%/lua/hfilter.lua %%DATADIR%%/lua/emails.lua %%DATADIR%%/lua/forged_recipients.lua +%%DATADIR%%/lua/fun.lua %%DATADIR%%/lua/ip_score.lua %%DATADIR%%/lua/maillist.lua %%DATADIR%%/lua/multimap.lua @@ -31,16 +32,18 @@ etc/rspamd/lua/hfilter.lua %%DATADIR%%/www/js/rspamd.js %%DATADIR%%/www/js/jquery.paginatetable.js %%DATADIR%%/www/css/rspamd.css -@sample etc/rspamd/rspamd.conf.sample -@sample etc/rspamd/2tld.inc.sample -@sample etc/rspamd/composites.conf.sample -@sample etc/rspamd/logging.conf.sample -@sample etc/rspamd/metrics.conf.sample -@sample etc/rspamd/modules.conf.sample -@sample etc/rspamd/options.conf.sample -@sample etc/rspamd/statistic.conf.sample -@sample etc/rspamd/surbl-whitelist.inc.sample -@sample etc/rspamd/workers.conf.sample +@sample %%ETCDIR%%/common.conf.sample +@sample %%ETCDIR%%/logging.inc.sample +@sample %%ETCDIR%%/options.inc.sample +@sample %%ETCDIR%%/worker-controller.inc.sample +@sample %%ETCDIR%%/worker-normal.inc.sample +@sample %%ETCDIR%%/rspamd.conf.sample +@sample %%ETCDIR%%/2tld.inc.sample +@sample %%ETCDIR%%/composites.conf.sample +@sample %%ETCDIR%%/metrics.conf.sample +@sample %%ETCDIR%%/modules.conf.sample +@sample %%ETCDIR%%/statistic.conf.sample +@sample %%ETCDIR%%/surbl-whitelist.inc.sample man/man1/rspamc.1.gz man/man8/rspamd.8.gz @dirrmtry %%DATADIR%%/lua @@ -49,9 +52,9 @@ man/man8/rspamd.8.gz @dirrmtry %%DATADIR%%/www/img @dirrmtry %%DATADIR%%/www @dirrmtry %%DATADIR%% -@dirrmtry etc/rspamd/lua/regexp -@dirrmtry etc/rspamd/lua -@dirrmtry etc/rspamd +@dirrmtry %%ETCDIR%%/lua/regexp +@dirrmtry %%ETCDIR%%/lua +@dirrmtry %%ETCDIR%% %%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%% @owner nobody @group nobody |