git: f5e5ee802c27 - main - mail/roundcube-{contextmenu,thunderbird}: Remove IGNORE_WITH_PHP=82

From: Koichiro Iwao <meta_at_FreeBSD.org>
Date: Tue, 05 Dec 2023 05:59:56 UTC
The branch main has been updated by meta:

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

commit f5e5ee802c2753b1d170f14c8af7e3df893e353c
Author:     Koichiro Iwao <meta@FreeBSD.org>
AuthorDate: 2023-12-05 05:58:32 +0000
Commit:     Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2023-12-05 05:58:32 +0000

    mail/roundcube-{contextmenu,thunderbird}: Remove IGNORE_WITH_PHP=82
    
    PR:             275467
---
 mail/roundcube-contextmenu/Makefile        | 2 +-
 mail/roundcube-thunderbird_labels/Makefile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mail/roundcube-contextmenu/Makefile b/mail/roundcube-contextmenu/Makefile
index 396890871963..c5e466ae4cac 100644
--- a/mail/roundcube-contextmenu/Makefile
+++ b/mail/roundcube-contextmenu/Makefile
@@ -13,7 +13,7 @@ LICENSE=	GPLv3
 RUN_DEPENDS=	roundcube${PHP_PKGNAMESUFFIX}>=1.5.0:mail/roundcube@${PHP_FLAVOR}
 
 USES=	php:flavors
-IGNORE_WITH_PHP=82 83
+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 a52e05f1d158..7fc212b14493 100644
--- a/mail/roundcube-thunderbird_labels/Makefile
+++ b/mail/roundcube-thunderbird_labels/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 RUN_DEPENDS=	roundcube${PHP_PKGNAMESUFFIX}>=1.4.0:mail/roundcube@${PHP_FLAVOR}
 
-IGNORE_WITH_PHP=	82 83
+IGNORE_WITH_PHP=	83
 USES=		php:flavors
 
 USE_GITHUB=	yes