svn commit: r559721 - in head: . mail mail/opensmtpd-extras mail/opensmtpd-extras-table-python

Dima Panov fluffy at FreeBSD.org
Thu Dec 31 11:50:17 UTC 2020


Author: fluffy
Date: Thu Dec 31 11:50:16 2020
New Revision: 559721
URL: https://svnweb.freebsd.org/changeset/ports/559721

Log:
  mail/opensmtpd-extras-table-python: remove port
  
  Port has expired: uses deprecated version of python (2.7)
  
  PR:		249715

Deleted:
  head/mail/opensmtpd-extras-table-python/
Modified:
  head/MOVED
  head/mail/Makefile
  head/mail/opensmtpd-extras/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Thu Dec 31 11:46:52 2020	(r559720)
+++ head/MOVED	Thu Dec 31 11:50:16 2020	(r559721)
@@ -15821,3 +15821,4 @@ net/py-libfte||2020-12-29|Has expired: Uses deprecated
 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

Modified: head/mail/Makefile
==============================================================================
--- head/mail/Makefile	Thu Dec 31 11:46:52 2020	(r559720)
+++ head/mail/Makefile	Thu Dec 31 11:50:16 2020	(r559721)
@@ -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

Modified: head/mail/opensmtpd-extras/Makefile
==============================================================================
--- head/mail/opensmtpd-extras/Makefile	Thu Dec 31 11:46:52 2020	(r559720)
+++ head/mail/opensmtpd-extras/Makefile	Thu Dec 31 11:50:16 2020	(r559721)
@@ -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:ma
 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


More information about the svn-ports-all mailing list