svn commit: r549066 - head/mail/squirrelmail-plugins

Rene Ladan rene at FreeBSD.org
Sat Sep 19 20:47:13 UTC 2020


Author: rene
Date: Sat Sep 19 20:47:10 2020
New Revision: 549066
URL: https://svnweb.freebsd.org/changeset/ports/549066

Log:
  mail/squirrelmail-plugins: remove TMDA plugin which relies on expired mail/tmda

Modified:
  head/mail/squirrelmail-plugins/Makefile

Modified: head/mail/squirrelmail-plugins/Makefile
==============================================================================
--- head/mail/squirrelmail-plugins/Makefile	Sat Sep 19 20:35:50 2020	(r549065)
+++ head/mail/squirrelmail-plugins/Makefile	Sat Sep 19 20:47:10 2020	(r549066)
@@ -14,7 +14,7 @@ SQUIRRELDIR?=	${PREFIX}/www/squirrelmail
 
 OPTIONS_DEFINE=	BUTTONS CALENDAR LDAPPW LGAUTH LGNOTES MAILFT MLOGIN \
 	NOTES NOTIFY PUPDATE PW4GET QMADMIN QUOTA SASQL SIEVE SLOGIN \
-	SQLPW TIMEOUT TMDA VLOGIN WEBSEARCH WETTER
+	SQLPW TIMEOUT VLOGIN WEBSEARCH WETTER
 
 BUTTONS_DESC=	Custom (spam/ham/etc.) buttons
 BUTTONS_RUN_DEPENDS=	squirrelmail-spam-buttons-plugin${PHP_PKGNAMESUFFIX}>0:mail/squirrelmail-spam-buttons-plugin@${PHP_FLAVOR}
@@ -69,9 +69,6 @@ SQLPW_RUN_DEPENDS=	squirrelmail-change-sqlpass-plugin$
 
 TIMEOUT_DESC=	User session timeout plugin
 TIMEOUT_RUN_DEPENDS=	squirrelmail-timeout_user-plugin${PHP_PKGNAMESUFFIX}>0:mail/squirrelmail-timeout_user-plugin@${PHP_FLAVOR}
-
-TMDA_DESC=	TMDA plugin
-TMDA_RUN_DEPENDS=	squirrelmail-tmda-plugin${PHP_PKGNAMESUFFIX}>0:mail/squirrelmail-tmda-plugin@${PHP_FLAVOR}
 
 VLOGIN_DESC=	Multi-site-hosting capabilities plugin
 VLOGIN_RUN_DEPENDS=	squirrelmail-vlogin-plugin${PHP_PKGNAMESUFFIX}>0:mail/squirrelmail-vlogin-plugin@${PHP_FLAVOR}


More information about the svn-ports-all mailing list