aboutsummaryrefslogtreecommitdiff
path: root/mail/opensmtpd-extras
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-09-19 15:14:02 +0000
committerRene Ladan <rene@FreeBSD.org>2020-09-19 15:14:02 +0000
commit058c70d45068204a7fd7264af7e258a2ddc4a0b4 (patch)
treef14afdc289799c484b3a29d3c418351a44cfb2df /mail/opensmtpd-extras
parentbf36771ae2cfb627c997469775cb1d11d8cb15d0 (diff)
downloadports-058c70d45068204a7fd7264af7e258a2ddc4a0b4.tar.gz
ports-058c70d45068204a7fd7264af7e258a2ddc4a0b4.zip
mail/opensmptd-extras: remove optional support for expired Python plugins
- queue-python - scheduler-python
Notes
Notes: svn path=/head/; revision=548995
Diffstat (limited to 'mail/opensmtpd-extras')
-rw-r--r--mail/opensmtpd-extras/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/mail/opensmtpd-extras/Makefile b/mail/opensmtpd-extras/Makefile
index d8e72ebaf05c..1553b3cdd094 100644
--- a/mail/opensmtpd-extras/Makefile
+++ b/mail/opensmtpd-extras/Makefile
@@ -50,8 +50,8 @@ RUN_DEPENDS= smtpctl:mail/opensmtpd
.if empty(SLAVE_PORT)
OPTIONS_GROUP= TABLE QUEUE SCHEDULER
-OPTIONS_GROUP_QUEUE= QUEUE_PYTHON QUEUE_RAM
-OPTIONS_GROUP_SCHEDULER= SCHEDULER_PYTHON SCHEDULER_RAM
+OPTIONS_GROUP_QUEUE= QUEUE_RAM
+OPTIONS_GROUP_SCHEDULER= SCHEDULER_RAM
OPTIONS_GROUP_TABLE= TABLE_LDAP TABLE_MYSQL TABLE_PASSWD TABLE_PGSQL TABLE_PYTHON TABLE_REDIS TABLE_SOCKETMAP TABLE_SQLITE
OPTIONS_DEFAULT= ${OPTIONS_GROUP_TABLE}
@@ -61,11 +61,9 @@ SCHEDULER_DESC= EXPERIMENTAL SCHEDULERS
TABLE_DESC= BASE TABLES
# Queues
-QUEUE_PYTHON_DESC= The queue-python
QUEUE_RAM_DESC= The queue-ram
# Schedulers
-SCHEDULER_PYTHON_DESC= The scheduler-python
SCHEDULER_RAM_DESC= The scheduler-ram
# Tables
@@ -83,11 +81,9 @@ INSTALL_DIR= ${LOCALBASE}/libexec/opensmtpd
NO_ARCH= yes
# Queues
-QUEUE_PYTHON_RUN_DEPENDS= ${INSTALL_DIR}/queue-python:mail/opensmtpd-extras-queue-python
QUEUE_RAM_RUN_DEPENDS= ${INSTALL_DIR}/queue-ram:mail/opensmtpd-extras-queue-ram
# Schedulers
-SCHEDULER_PYTHON_RUN_DEPENDS= ${INSTALL_DIR}/scheduler-python:mail/opensmtpd-extras-scheduler-python
SCHEDULER_RAM_RUN_DEPENDS= ${INSTALL_DIR}/scheduler-ram:mail/opensmtpd-extras-scheduler-ram
# Tables