From 9f4c8814e42d4214d4aa8974c6ce8761d508042a Mon Sep 17 00:00:00 2001 From: Peter Pentchev Date: Wed, 18 Mar 2009 16:00:59 +0000 Subject: Update to qmailadmin-1.2.12. --- mail/qmailadmin/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'mail/qmailadmin/Makefile') diff --git a/mail/qmailadmin/Makefile b/mail/qmailadmin/Makefile index ececc3e865e3..cdb9e965b6f4 100644 --- a/mail/qmailadmin/Makefile +++ b/mail/qmailadmin/Makefile @@ -6,7 +6,7 @@ # PORTNAME= qmailadmin -PORTVERSION= 1.2.10 +PORTVERSION= 1.2.12 PORTEPOCH= 1 CATEGORIES= mail www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -67,6 +67,8 @@ WANT_QMAIL= yes # SPAM_COMMAND - the command to use to check for spam; # default is "|preline /usr/local/bin/maildrop /etc/mailfilter" # do not forget the "|" at the start +# WITH_SPAM_NEEDS_EMAIL - append the user's e-mail address as the last +# argument to the spam command # CGIBINDIR?= www/cgi-bin.default @@ -124,6 +126,11 @@ CONFIGURE_ARGS+= --enable-modify-spam=y .if defined(SPAM_COMMAND) CONFIGURE_ARGS+= --enable-spam-command="${SPAM_COMMAND}" .endif +.if defined(WITH_SPAM_NEEDS_EMAIL) +CONFIGURE_ARGS+= --enable-spamcmd-needs-email +.else +CONFIGURE_ARGS+= --disable-spamcmd-needs-email +.endif .endif .include -- cgit v1.2.3