svn commit: r548995 - head/mail/opensmtpd-extras

Rene Ladan rene at FreeBSD.org
Sat Sep 19 15:14:03 UTC 2020


Author: rene
Date: Sat Sep 19 15:14:02 2020
New Revision: 548995
URL: https://svnweb.freebsd.org/changeset/ports/548995

Log:
  mail/opensmptd-extras: remove optional support for expired Python plugins
  
  - queue-python
  - scheduler-python

Modified:
  head/mail/opensmtpd-extras/Makefile

Modified: head/mail/opensmtpd-extras/Makefile
==============================================================================
--- head/mail/opensmtpd-extras/Makefile	Sat Sep 19 15:12:14 2020	(r548994)
+++ head/mail/opensmtpd-extras/Makefile	Sat Sep 19 15:14:02 2020	(r548995)
@@ -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


More information about the svn-ports-head mailing list