aboutsummaryrefslogtreecommitdiff
path: root/mail/qmailadmin
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2009-03-18 16:00:59 +0000
committerPeter Pentchev <roam@FreeBSD.org>2009-03-18 16:00:59 +0000
commit9f4c8814e42d4214d4aa8974c6ce8761d508042a (patch)
tree8f93daade53b6aa7b4910a128f9233f004b6a2d2 /mail/qmailadmin
parent564144c68dbebd4ada0b15caed6a27f3edb2875d (diff)
downloadports-9f4c8814e42d4214d4aa8974c6ce8761d508042a.tar.gz
ports-9f4c8814e42d4214d4aa8974c6ce8761d508042a.zip
Update to qmailadmin-1.2.12.
Notes
Notes: svn path=/head/; revision=230364
Diffstat (limited to 'mail/qmailadmin')
-rw-r--r--mail/qmailadmin/Makefile9
-rw-r--r--mail/qmailadmin/distinfo6
2 files changed, 11 insertions, 4 deletions
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 <bsd.port.post.mk>
diff --git a/mail/qmailadmin/distinfo b/mail/qmailadmin/distinfo
index 81634fb22913..9027739c0942 100644
--- a/mail/qmailadmin/distinfo
+++ b/mail/qmailadmin/distinfo
@@ -1,3 +1,3 @@
-MD5 (qmailadmin-1.2.10.tar.gz) = a3c0aee9829579e3fb6e00e17a8215c9
-SHA256 (qmailadmin-1.2.10.tar.gz) = 24f27697c268a0031145d1fe3b597f0e3e55af41a09f5c6d499b6c2409ce771b
-SIZE (qmailadmin-1.2.10.tar.gz) = 390150
+MD5 (qmailadmin-1.2.12.tar.gz) = c482d07029ab76b69ea24fcb634d66e5
+SHA256 (qmailadmin-1.2.12.tar.gz) = 926c6dd91540aed9b011e0c3623ed108acdb5ecc3d6cff8f08731c2f2bba42c4
+SIZE (qmailadmin-1.2.12.tar.gz) = 400144