Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Sep 2020 20:47:10 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549066 - head/mail/squirrelmail-plugins
Message-ID:  <202009192047.08JKlBND080356@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009192047.08JKlBND080356>