From owner-svn-ports-all@freebsd.org Sat Sep 19 20:47:12 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E5C073EEF20; Sat, 19 Sep 2020 20:47:12 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bv2nX03w0z4Txc; Sat, 19 Sep 2020 20:47:11 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2C1F4120B2; Sat, 19 Sep 2020 20:47:11 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08JKlBVU080357; Sat, 19 Sep 2020 20:47:11 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08JKlBND080356; Sat, 19 Sep 2020 20:47:11 GMT (envelope-from rene@FreeBSD.org) Message-Id: <202009192047.08JKlBND080356@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sat, 19 Sep 2020 20:47:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r549066 - head/mail/squirrelmail-plugins X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: head/mail/squirrelmail-plugins X-SVN-Commit-Revision: 549066 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Sep 2020 20:47:13 -0000 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}