aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-06-30 17:17:46 +0800
committerRene Ladan <rene@FreeBSD.org>2014-06-30 17:17:46 +0800
commita6bb676d1ccd8425554740c1b94b9a2574ebbc89 (patch)
tree49626c3093bf0c507e7685323176aef0f5a9ab4e /mail
parent9c6327592e25d89385d91c33f0816f18efa7ec1f (diff)
downloadfreebsd-ports-gnome-a6bb676d1ccd8425554740c1b94b9a2574ebbc89.tar.gz
freebsd-ports-gnome-a6bb676d1ccd8425554740c1b94b9a2574ebbc89.tar.zst
freebsd-ports-gnome-a6bb676d1ccd8425554740c1b94b9a2574ebbc89.zip
mail/dspam: remove support for expired cyrus 2.1 / 2.2
Approved by: bapt
Diffstat (limited to 'mail')
-rw-r--r--mail/dspam/Makefile14
1 files changed, 1 insertions, 13 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile
index 6d2ee1b52455..c33cc370d0bf 100644
--- a/mail/dspam/Makefile
+++ b/mail/dspam/Makefile
@@ -29,7 +29,7 @@ OPTIONS_MULTI_DB= HASH MYSQL MYSQL_COMPRESS MYSQL_LOCAL \
PGSQL PGSQL_LOCAL SQLITE2 SQLITE3
OPTIONS_RADIO= LDA
-OPTIONS_RADIO_LDA= CYRUS21 CYRUS22 CYRUS23 CYRUS24 DOVECOT1 \
+OPTIONS_RADIO_LDA= CYRUS23 CYRUS24 DOVECOT1 \
DOVECOT2 EXIM MAILDROP PROCMAIL SAFECAT SENDMAIL
VERBOSE_DEBUG_DESC= Debug in LOGDIR/dspam.debug
@@ -53,8 +53,6 @@ VIRT_USERS_DESC= Virtual users (needs SQL back-end)
LONG_USERNAMES_DESC= Usernames longer that OS supports
LARGE_SCALE_DESC= File structure for large scale
DOMAIN_SCALE_DESC= File structure for multiple domains
-CYRUS21_DESC= Cyrus's 2.1 deliver as LDA
-CYRUS22_DESC= Cyrus's 2.2 deliver as LDA
CYRUS23_DESC= Cyrus's 2.3 deliver as LDA
CYRUS24_DESC= Cyrus's 2.4 deliver as LDA
DOVECOT1_DESC= Dovecot 1.2 deliver as LDA
@@ -296,16 +294,6 @@ CONFIGURE_ARGS+= --enable-large-scale
CONFIGURE_ARGS+= --enable-domain-scale
.endif
-.if ${PORT_OPTIONS:MCYRUS21}
-RUN_DEPENDS+= ${LOCALBASE}/cyrus/bin/deliver:${PORTSDIR}/mail/cyrus-imapd2
-CONFIGURE_ARGS+= --with-delivery-agent='${LOCALBASE}/cyrus/bin/deliver'
-.endif
-
-.if ${PORT_OPTIONS:MCYRUS22}
-RUN_DEPENDS+= ${LOCALBASE}/cyrus/bin/deliver:${PORTSDIR}/mail/cyrus-imapd22
-CONFIGURE_ARGS+= --with-delivery-agent='${LOCALBASE}/cyrus/bin/deliver'
-.endif
-
.if ${PORT_OPTIONS:MCYRUS23}
RUN_DEPENDS+= ${LOCALBASE}/cyrus/bin/deliver:${PORTSDIR}/mail/cyrus-imapd23
CONFIGURE_ARGS+= --with-delivery-agent='${LOCALBASE}/cyrus/bin/deliver'