Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Sep 2020 15:14:02 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548995 - head/mail/opensmtpd-extras
Message-ID:  <202009191514.08JFE2mD069696@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009191514.08JFE2mD069696>