aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2009-03-19 00:00:59 +0800
committerroam <roam@FreeBSD.org>2009-03-19 00:00:59 +0800
commitd157436964087b74e0cac93a4f31cdd32b10e014 (patch)
treeaea6e62f267cf44884b72657b292b48601d7431a /mail
parentda1e5e6fc2270c1ceb2d1cfe4385f4e258ad3085 (diff)
downloadfreebsd-ports-gnome-d157436964087b74e0cac93a4f31cdd32b10e014.tar.gz
freebsd-ports-gnome-d157436964087b74e0cac93a4f31cdd32b10e014.tar.zst
freebsd-ports-gnome-d157436964087b74e0cac93a4f31cdd32b10e014.zip
Update to qmailadmin-1.2.12.
Diffstat (limited to 'mail')
-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