aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2014-06-30 17:17:46 +0800
committerrene <rene@FreeBSD.org>2014-06-30 17:17:46 +0800
commitd683b2f3e3e1bc9b66b22eb25bfcb87689b5c50c (patch)
tree49626c3093bf0c507e7685323176aef0f5a9ab4e /mail
parent347c633a3289bbe719d302ce2bd9a743cc8ebf8e (diff)
downloadfreebsd-ports-gnome-d683b2f3e3e1bc9b66b22eb25bfcb87689b5c50c.tar.gz
freebsd-ports-gnome-d683b2f3e3e1bc9b66b22eb25bfcb87689b5c50c.tar.zst
freebsd-ports-gnome-d683b2f3e3e1bc9b66b22eb25bfcb87689b5c50c.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'