aboutsummaryrefslogtreecommitdiff
path: root/mail/opensmtpd-extras
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2020-12-31 11:50:16 +0000
committerDima Panov <fluffy@FreeBSD.org>2020-12-31 11:50:16 +0000
commit856b6f6463e67f4ae948bced7fa2d99deba50734 (patch)
tree117394ac1c718f520a971e81c91cda1c7ffba799 /mail/opensmtpd-extras
parent16127537c4f36493d62b8235ef2f09efb3276f75 (diff)
downloadports-856b6f6463e67f4ae948bced7fa2d99deba50734.tar.gz
ports-856b6f6463e67f4ae948bced7fa2d99deba50734.zip
mail/opensmtpd-extras-table-python: remove port
Port has expired: uses deprecated version of python (2.7) PR: 249715
Notes
Notes: svn path=/head/; revision=559721
Diffstat (limited to 'mail/opensmtpd-extras')
-rw-r--r--mail/opensmtpd-extras/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/opensmtpd-extras/Makefile b/mail/opensmtpd-extras/Makefile
index 1553b3cdd094..23bf17e9d4da 100644
--- a/mail/opensmtpd-extras/Makefile
+++ b/mail/opensmtpd-extras/Makefile
@@ -52,7 +52,7 @@ RUN_DEPENDS= smtpctl:mail/opensmtpd
OPTIONS_GROUP= TABLE QUEUE SCHEDULER
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_GROUP_TABLE= TABLE_LDAP TABLE_MYSQL TABLE_PASSWD TABLE_PGSQL TABLE_REDIS TABLE_SOCKETMAP TABLE_SQLITE
OPTIONS_DEFAULT= ${OPTIONS_GROUP_TABLE}
# Groups
@@ -71,7 +71,6 @@ TABLE_LDAP_DESC= LDAP table support
TABLE_MYSQL_DESC= MySQL table support
TABLE_PASSWD_DESC= passwd(5) table support
TABLE_PGSQL_DESC= PgSQL table support
-TABLE_PYTHON_DESC= Python table support
TABLE_REDIS_DESC= REDIS table support
TABLE_SOCKETMAP_DESC= Socketmap protocol support
TABLE_SQLITE_DESC= SQLite table support
@@ -91,7 +90,6 @@ TABLE_LDAP_RUN_DEPENDS= ${INSTALL_DIR}/table-ldap:mail/opensmtpd-extras-table-
TABLE_MYSQL_RUN_DEPENDS= ${INSTALL_DIR}/table-mysql:mail/opensmtpd-extras-table-mysql
TABLE_PASSWD_RUN_DEPENDS= ${INSTALL_DIR}/table-passwd:mail/opensmtpd-extras-table-passwd
TABLE_PGSQL_RUN_DEPENDS= ${INSTALL_DIR}/table-postgres:mail/opensmtpd-extras-table-postgresql
-TABLE_PYTHON_RUN_DEPENDS= ${INSTALL_DIR}/table-python:mail/opensmtpd-extras-table-python
TABLE_REDIS_RUN_DEPENDS= ${INSTALL_DIR}/table-redis:mail/opensmtpd-extras-table-redis
TABLE_SOCKETMAP_RUN_DEPENDS= ${INSTALL_DIR}/table-socketmap:mail/opensmtpd-extras-table-socketmap
TABLE_SQLITE_RUN_DEPENDS= ${INSTALL_DIR}/table-sqlite:mail/opensmtpd-extras-table-sqlite