diff options
author | vsevolod <vsevolod@FreeBSD.org> | 2011-02-08 00:53:04 +0800 |
---|---|---|
committer | vsevolod <vsevolod@FreeBSD.org> | 2011-02-08 00:53:04 +0800 |
commit | 44da5621d0c23846aeb8d4fb81d10ea3a5bd52aa (patch) | |
tree | f59775b3c59c1094ef02c66536a9b03779635fb3 /mail/rspamd/Makefile | |
parent | 9004c3ac400024be115f0e642f4a8cce8fd47092 (diff) | |
download | freebsd-ports-gnome-44da5621d0c23846aeb8d4fb81d10ea3a5bd52aa.tar.gz freebsd-ports-gnome-44da5621d0c23846aeb8d4fb81d10ea3a5bd52aa.tar.zst freebsd-ports-gnome-44da5621d0c23846aeb8d4fb81d10ea3a5bd52aa.zip |
- Update to 0.3.6.
- Fix rc scripts. [1]
Submitted by: az [1]
Reviewed by: dougb [1]
Feature safe: yes
Diffstat (limited to 'mail/rspamd/Makefile')
-rw-r--r-- | mail/rspamd/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/mail/rspamd/Makefile b/mail/rspamd/Makefile index 58f5a588c7ac..49849fe82bc7 100644 --- a/mail/rspamd/Makefile +++ b/mail/rspamd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= rspamd -PORTVERSION= 0.3.5 +PORTVERSION= 0.3.6 CATEGORIES= mail MASTER_SITES= http://highsecure.ru/ @@ -21,7 +21,7 @@ OPTIONS= RSPAMD_GPERF "Enable google perf-tools profiling" off \ RSPAMD_JUDY "Enable Judy arrays usage for performance" off \ RSPAMD_REDIRECTOR "Install HTTP redirector" off -USE_RC_SUBR= rspamd.sh +USE_RC_SUBR= rspamd LICENSE= BSD @@ -36,6 +36,9 @@ USE_LDCONFIG= yes USE_GNOME= glib20 USE_LUA= 5.1- +MAN8= rspamd.8 +MAN1= rspamc.1 + .include <bsd.port.pre.mk> .if defined(WITH_RSPAMD_GPERF) @@ -51,7 +54,7 @@ USE_LUA= 5.1- USE_PERL= 5.8+ CMAKE_ARGS+= -DENABLE_REDIRECTOR=ON PLIST_SUB+= REDIRECTOR="" - USE_RC_SUBR+= redirector.sh + USE_RC_SUBR+= rspamd_redirector RUN_DEPENDS+= \ p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \ |