Date: Sun, 18 Sep 2022 10:29:37 GMT From: Bernard Spil <brnrd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 682fdcdb3c68 - main - mail/roundcube: Mark PHP 8.1 compatible Message-ID: <202209181029.28IATb5X067293@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by brnrd: URL: https://cgit.FreeBSD.org/ports/commit/?id=682fdcdb3c68ce5cb0c4f7c353764a3be9232327 commit 682fdcdb3c68ce5cb0c4f7c353764a3be9232327 Author: Bernard Spil <brnrd@FreeBSD.org> AuthorDate: 2022-09-18 10:22:00 +0000 Commit: Bernard Spil <brnrd@FreeBSD.org> CommitDate: 2022-09-18 10:29:26 +0000 mail/roundcube: Mark PHP 8.1 compatible PR: 265653 --- mail/roundcube-automatic_addressbook/Makefile | 2 +- mail/roundcube-html5_notifier/Makefile | 2 +- mail/roundcube-thunderbird_labels/Makefile | 2 +- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209181029.28IATb5X067293>