mail/roundcube-*: remove PHP restriction from my roundcube plugins

The php 8.3 restriction was removed in mail/roundcube, remove it here too
(works fine).
This commit is contained in:
Alexander Leidinger 2024-02-23 12:57:01 +01:00
parent 2b807f83c6
commit 6314418517
3 changed files with 0 additions and 3 deletions

View file

@ -14,7 +14,6 @@ LICENSE= GPLv3
RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail/roundcube@${PHP_FLAVOR}
USES= php:flavors
IGNORE_WITH_PHP= 83
WWWDIR= ${LOCALBASE}/www/roundcube
NO_ARCH= yes

View file

@ -13,7 +13,6 @@ LICENSE= GPLv2
RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail/roundcube@${PHP_FLAVOR}
USES= php:flavors
IGNORE_WITH_PHP= 83
WWWDIR= ${LOCALBASE}/www/roundcube
NO_ARCH= yes

View file

@ -13,7 +13,6 @@ LICENSE= MIT
RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail/roundcube@${PHP_FLAVOR}
USES= php:flavors
IGNORE_WITH_PHP= 83
WWWDIR= ${LOCALBASE}/www/roundcube
NO_ARCH= yes