From 856b6f6463e67f4ae948bced7fa2d99deba50734 Mon Sep 17 00:00:00 2001 From: Dima Panov Date: Thu, 31 Dec 2020 11:50:16 +0000 Subject: mail/opensmtpd-extras-table-python: remove port Port has expired: uses deprecated version of python (2.7) PR: 249715 --- mail/Makefile | 1 - mail/opensmtpd-extras-table-python/Makefile | 18 ------------------ mail/opensmtpd-extras/Makefile | 4 +--- 3 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 mail/opensmtpd-extras-table-python/Makefile (limited to 'mail') diff --git a/mail/Makefile b/mail/Makefile index 9d0feb803106..640e0eb1e1d2 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -270,7 +270,6 @@ SUBDIR += opensmtpd-extras-table-mysql SUBDIR += opensmtpd-extras-table-passwd SUBDIR += opensmtpd-extras-table-postgresql - SUBDIR += opensmtpd-extras-table-python SUBDIR += opensmtpd-extras-table-redis SUBDIR += opensmtpd-extras-table-socketmap SUBDIR += opensmtpd-extras-table-sqlite diff --git a/mail/opensmtpd-extras-table-python/Makefile b/mail/opensmtpd-extras-table-python/Makefile deleted file mode 100644 index a8de819625dd..000000000000 --- a/mail/opensmtpd-extras-table-python/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Created by: gahr -# $FreeBSD$ - -PKGNAMESUFFIX= -table-python -PORTREVISION= 0 - -COMMENT= Python table support for OpenSMTPD - -PLIST_FILES= libexec/opensmtpd/table-python - -CONFIGURE_ARGS+= --with-table-python --with-python-type=${PYTHON_VERSION} - -USES= python:2.7 pkgconfig - -MASTERDIR= ${.CURDIR}/../opensmtpd-extras -SLAVE_PORT= yes - -.include "${MASTERDIR}/Makefile" 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 -- cgit v1.2.3