aboutsummaryrefslogtreecommitdiff
path: root/mail
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
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')
-rw-r--r--mail/Makefile1
-rw-r--r--mail/opensmtpd-extras-table-python/Makefile18
-rw-r--r--mail/opensmtpd-extras/Makefile4
3 files changed, 1 insertions, 22 deletions
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