From 44da5621d0c23846aeb8d4fb81d10ea3a5bd52aa Mon Sep 17 00:00:00 2001 From: vsevolod Date: Mon, 7 Feb 2011 16:53:04 +0000 Subject: - Update to 0.3.6. - Fix rc scripts. [1] Submitted by: az [1] Reviewed by: dougb [1] Feature safe: yes --- mail/rspamd/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'mail/rspamd/Makefile') 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 .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 \ -- cgit