git: 77283b63127f - main - mail/roundcube-{contextmenu,thunderbird}: Remove PHP restriction

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 02 Mar 2024 13:53:42 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=77283b63127f11e7a8f0c38c6d8e2007259c672d

commit 77283b63127f11e7a8f0c38c6d8e2007259c672d
Author:     Alexander Moisseev <moiseev@mezonplus.ru>
AuthorDate: 2024-03-02 11:44:58 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-03-02 13:53:15 +0000

    mail/roundcube-{contextmenu,thunderbird}: Remove PHP restriction
    
    PR:             277259
    Approved by:    submitter is maintainer
---
 mail/roundcube-contextmenu/Makefile        | 1 -
 mail/roundcube-thunderbird_labels/Makefile | 1 -
 2 files changed, 2 deletions(-)

diff --git a/mail/roundcube-contextmenu/Makefile b/mail/roundcube-contextmenu/Makefile
index c5e466ae4cac..e50b62bd37ec 100644
--- a/mail/roundcube-contextmenu/Makefile
+++ b/mail/roundcube-contextmenu/Makefile
@@ -13,7 +13,6 @@ LICENSE=	GPLv3
 RUN_DEPENDS=	roundcube${PHP_PKGNAMESUFFIX}>=1.5.0:mail/roundcube@${PHP_FLAVOR}
 
 USES=	php:flavors
-IGNORE_WITH_PHP=83
 NO_BUILD=	yes
 NO_ARCH=	yes
 
diff --git a/mail/roundcube-thunderbird_labels/Makefile b/mail/roundcube-thunderbird_labels/Makefile
index 7fc212b14493..ee0c751b1529 100644
--- a/mail/roundcube-thunderbird_labels/Makefile
+++ b/mail/roundcube-thunderbird_labels/Makefile
@@ -14,7 +14,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 RUN_DEPENDS=	roundcube${PHP_PKGNAMESUFFIX}>=1.4.0:mail/roundcube@${PHP_FLAVOR}
 
-IGNORE_WITH_PHP=	83
 USES=		php:flavors
 
 USE_GITHUB=	yes