summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--mail/Makefile1
-rw-r--r--mail/opensmtpd-extras-table-python/Makefile18
-rw-r--r--mail/opensmtpd-extras/Makefile4
4 files changed, 2 insertions, 22 deletions
diff --git a/MOVED b/MOVED
index 9e7b12f039da..69da38ea8bc3 100644
--- a/MOVED
+++ b/MOVED
@@ -15821,3 +15821,4 @@ net/py-libfte||2020-12-29|Has expired: Uses deprecated version of python
audio/py-gmusicapi||2020-12-30|Has expired: Google Play Music is going away: https://github.com/simon-weber/gmusicapi/issues/673
net/ceph12|net/ceph14|2020-12-30|Has expired: please use net/ceph14
x11/xapps|x11/xapp|2020-12-31|Project renamed
+mail/opensmtpd-extras-table-python||2020-13-31|Has expired: Uses deprecated version of python
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