From e010ad2e2d9431c439a362b9b5db71e00ffbf2a0 Mon Sep 17 00:00:00 2001 From: Alexander Leidinger Date: Thu, 4 Jan 2024 16:14:16 +0100 Subject: [PATCH] mail/roundcube-*: remove php 8.2 restriction from some roundcube plugins Maintainer timeout: ~4 weeks --- mail/roundcube-automatic_addressbook/Makefile | 2 +- mail/roundcube-calendar-kolab/Makefile | 2 +- mail/roundcube-html5_notifier/Makefile | 2 +- mail/roundcube-sauserprefs/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mail/roundcube-automatic_addressbook/Makefile b/mail/roundcube-automatic_addressbook/Makefile index ae2167f41916..2bc30b346862 100644 --- a/mail/roundcube-automatic_addressbook/Makefile +++ b/mail/roundcube-automatic_addressbook/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=0.8:mail/roundcube@${PHP_FLAVOR} USES= php:flavors USE_GITHUB= yes GH_ACCOUNT= sblaisot -IGNORE_WITH_PHP=82 83 +IGNORE_WITH_PHP=83 WWWDIR= ${RCDIR}/plugins/automatic_addressbook NO_ARCH= yes diff --git a/mail/roundcube-calendar-kolab/Makefile b/mail/roundcube-calendar-kolab/Makefile index 1226cce92eaa..d47fca70952d 100644 --- a/mail/roundcube-calendar-kolab/Makefile +++ b/mail/roundcube-calendar-kolab/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail/roundcube@${PHP_FLAVOR} RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.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-html5_notifier/Makefile b/mail/roundcube-html5_notifier/Makefile index 8a6083693235..91c6d78b883e 100644 --- a/mail/roundcube-html5_notifier/Makefile +++ b/mail/roundcube-html5_notifier/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail/roundcube@${PHP_FLAVOR} USES= php:flavors USE_GITHUB= yes GH_ACCOUNT= stremlau -IGNORE_WITH_PHP=82 83 +IGNORE_WITH_PHP=83 WWWDIR= ${PREFIX}/www/roundcube/plugins/${PORTNAME} NO_ARCH= yes diff --git a/mail/roundcube-sauserprefs/Makefile b/mail/roundcube-sauserprefs/Makefile index a5bb5a2fd9b1..c74943b9b5c2 100644 --- a/mail/roundcube-sauserprefs/Makefile +++ b/mail/roundcube-sauserprefs/Makefile @@ -13,7 +13,7 @@ LICENSE= GPLv3 RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.5:mail/roundcube@${PHP_FLAVOR} USES= php:flavors -IGNORE_WITH_PHP= 82 83 +IGNORE_WITH_PHP=83 WWWDIR= ${PREFIX}/www/roundcube/plugins/sauserprefs NO_ARCH= yes