diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2022-09-18 10:22:00 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2022-09-18 10:29:26 +0000 |
commit | 682fdcdb3c68ce5cb0c4f7c353764a3be9232327 (patch) | |
tree | de1a0c1defca15260496d2a8930d0104a5a094f3 | |
parent | 42c66dccd56a7497bada2b339c1524714abbcad8 (diff) | |
download | freebsd-ports-682fdcdb3c68ce5cb0c4f7c353764a3be9232327.zip |
mail/roundcube: Mark PHP 8.1 compatible
PR: 265653
-rw-r--r-- | mail/roundcube-automatic_addressbook/Makefile | 2 | ||||
-rw-r--r-- | mail/roundcube-html5_notifier/Makefile | 2 | ||||
-rw-r--r-- | mail/roundcube-thunderbird_labels/Makefile | 2 | ||||
-rw-r--r-- | mail/roundcube-yubikey_auth/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/mail/roundcube-automatic_addressbook/Makefile b/mail/roundcube-automatic_addressbook/Makefile index 77f864876461..2cbfb37d4d3c 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= 81 82 +IGNORE_WITH_PHP=82 WWWDIR= ${RCDIR}/plugins/automatic_addressbook NO_ARCH= yes diff --git a/mail/roundcube-html5_notifier/Makefile b/mail/roundcube-html5_notifier/Makefile index 6e9946046909..00116faae691 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= 81 82 +IGNORE_WITH_PHP=82 WWWDIR= ${PREFIX}/www/roundcube/plugins/${PORTNAME} NO_ARCH= yes diff --git a/mail/roundcube-thunderbird_labels/Makefile b/mail/roundcube-thunderbird_labels/Makefile index 06cf53506365..e3a88b01ddae 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= 81 82 +IGNORE_WITH_PHP=82 USES= php:flavors USE_GITHUB= yes diff --git a/mail/roundcube-yubikey_auth/Makefile b/mail/roundcube-yubikey_auth/Makefile index f658888f4d5b..4e2020831ccd 100644 --- a/mail/roundcube-yubikey_auth/Makefile +++ b/mail/roundcube-yubikey_auth/Makefile @@ -19,7 +19,7 @@ GH_ACCOUNT= northox GH_PROJECT= roundcube-yubikey-plugin GH_TAGNAME= 383bbb3 USE_PHP= curl -IGNORE_WITH_PHP= 81 82 +IGNORE_WITH_PHP= 82 WWWDIR= ${PREFIX}/www/roundcube/plugins/roundcube_yubikey_authentication NO_ARCH= yes |