1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

Update to 1.2.4 release:

- Add the WITH_SPAM_DETECTION and SPAM_COMMAND knobs.
This commit is contained in:
Alex Dupre 2004-11-16 07:09:11 +00:00
parent 7d3449905a
commit ad9b629a74
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121735
2 changed files with 14 additions and 3 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= qmailadmin
PORTVERSION= 1.2.2
PORTVERSION= 1.2.4
CATEGORIES= mail www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -55,6 +55,10 @@ USE_GMAKE= YES
# hostname
# WITHOUT_IDX_SQL - disable the SQL support for mailing lists
# WITH_HELP - display help links on login page
# WITH_SPAM_DETECTION - allow users to enable/disable spam checking
# 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
#
CGIBINDIR?= www/cgi-bin.default
@ -117,4 +121,11 @@ CONFIGURE_ARGS+= --disable-ezmlm-mysql
CONFIGURE_ARGS+= --enable-help
.endif
.if defined(WITH_SPAM_DETECTION)
CONFIGURE_ARGS+= --enable-modify-spam
.if defined(SPAM_COMMAND)
CONFIGURE_ARGS+= --enable-spam-command="${SPAM_COMMAND}"
.endif
.endif
.include <bsd.port.post.mk>

View File

@ -1,2 +1,2 @@
MD5 (qmailadmin-1.2.2.tar.gz) = 9b551ee3a34b122054d3b9d2a555951d
SIZE (qmailadmin-1.2.2.tar.gz) = 326757
MD5 (qmailadmin-1.2.4.tar.gz) = a7f36656dbe7cac37648058849e4184c
SIZE (qmailadmin-1.2.4.tar.gz) = 328612