diff options
author | vsevolod <vsevolod@FreeBSD.org> | 2015-01-02 19:44:59 +0800 |
---|---|---|
committer | vsevolod <vsevolod@FreeBSD.org> | 2015-01-02 19:44:59 +0800 |
commit | 3a029a9f5851f1ecb2c05d64c370e5330d7f067c (patch) | |
tree | 2ba9497851aafe76d2f6f50c2a1e83179357cbf5 /mail | |
parent | 151068078255c00f397ba7fdcc1dec9630195492 (diff) | |
download | freebsd-ports-gnome-3a029a9f5851f1ecb2c05d64c370e5330d7f067c.tar.gz freebsd-ports-gnome-3a029a9f5851f1ecb2c05d64c370e5330d7f067c.tar.zst freebsd-ports-gnome-3a029a9f5851f1ecb2c05d64c370e5330d7f067c.zip |
- Update to 0.8.0
The notes are here: https://rspamd.com/release/update/2015/01/02/rspamd-0.8.html
Diffstat (limited to 'mail')
-rw-r--r-- | mail/rspamd/Makefile | 6 | ||||
-rw-r--r-- | mail/rspamd/distinfo | 4 | ||||
-rw-r--r-- | mail/rspamd/pkg-plist | 1 |
3 files changed, 6 insertions, 5 deletions
diff --git a/mail/rspamd/Makefile b/mail/rspamd/Makefile index e98ea3324c31..ffda3798903e 100644 --- a/mail/rspamd/Makefile +++ b/mail/rspamd/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rspamd -PORTVERSION= 0.7.6 +PORTVERSION= 0.8.0 CATEGORIES= mail MASTER_SITES= http://rspamd.com/downloads/ @@ -33,11 +33,13 @@ CMAKE_ARGS+= -DCONFDIR=${PREFIX}/etc/rspamd \ -DLIBDIR=${PREFIX}/lib \ -DNO_SHARED=ON -USES= cmake:outsource gettext iconv pkgconfig lua:51+ tar:xz +USES= cmake:outsource gettext iconv pkgconfig lua:51+ tar:xz perl5 USE_LDCONFIG= yes +USE_PERL5= build USE_GNOME= glib20 USE_OPENSSL= yes +USE_SQLITE= yes .include <bsd.port.options.mk> diff --git a/mail/rspamd/distinfo b/mail/rspamd/distinfo index 4e5700162a1d..876ccb142851 100644 --- a/mail/rspamd/distinfo +++ b/mail/rspamd/distinfo @@ -1,2 +1,2 @@ -SHA256 (rspamd-0.7.6.tar.xz) = 51d49f3a99956bd88a28a1cdac6ac4f42fc815b15f8a825729eb070da22a6c2f -SIZE (rspamd-0.7.6.tar.xz) = 676064 +SHA256 (rspamd-0.8.0.tar.xz) = cf48ea742fa434b242f18aa92ba1b2c82142f90582579d5837e7f909487d452a +SIZE (rspamd-0.8.0.tar.xz) = 754636 diff --git a/mail/rspamd/pkg-plist b/mail/rspamd/pkg-plist index 8fcfb15956ad..883a76e84ce8 100644 --- a/mail/rspamd/pkg-plist +++ b/mail/rspamd/pkg-plist @@ -21,7 +21,6 @@ etc/rspamd/lua/hfilter.lua %%DATADIR%%/lua/rbl.lua %%DATADIR%%/lua/settings.lua %%DATADIR%%/lua/trie.lua -%%DATADIR%%/lua/whitelist.lua %%DATADIR%%/www/index.html %%DATADIR%%/www/plugins.txt %%DATADIR%%/www/img/spinner.gif |