git: fa565c4ead7f - main - nextcloud: unbreak bulk -a
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 17 Apr 2022 07:05:39 UTC
The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=fa565c4ead7f7cbfb239f84a43d15e990bbc9388 commit fa565c4ead7f7cbfb239f84a43d15e990bbc9388 Author: Antoine Brodin <antoine@FreeBSD.org> AuthorDate: 2022-04-17 07:05:20 +0000 Commit: Antoine Brodin <antoine@FreeBSD.org> CommitDate: 2022-04-17 07:05:20 +0000 nextcloud: unbreak bulk -a --- finance/nextcloud-cospend/Makefile | 1 + mail/nextcloud-mail/Makefile | 1 + net-im/nextcloud-talk/Makefile | 1 + security/nextcloud-end_to_end_encryption/Makefile | 1 + security/nextcloud-passman/Makefile | 1 + security/nextcloud-twofactor_admin/Makefile | 1 + security/nextcloud-twofactor_nextcloud_notification/Makefile | 1 + security/nextcloud-twofactor_totp/Makefile | 1 + security/nextcloud-twofactor_u2f/Makefile | 1 + security/nextcloud-twofactor_webauthn/Makefile | 1 + www/nextcloud-appointments/Makefile | 1 + www/nextcloud-calendar/Makefile | 1 + www/nextcloud-contacts/Makefile | 1 + www/nextcloud-deck/Makefile | 1 + www/nextcloud-forms/Makefile | 1 + www/nextcloud-groupfolders/Makefile | 1 + www/nextcloud-notes/Makefile | 1 + www/nextcloud-tasks/Makefile | 1 + 18 files changed, 18 insertions(+) diff --git a/finance/nextcloud-cospend/Makefile b/finance/nextcloud-cospend/Makefile index 01dd064e52b4..d3ff44562820 100644 --- a/finance/nextcloud-cospend/Makefile +++ b/finance/nextcloud-cospend/Makefile @@ -19,6 +19,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=22:www/nextcloud@${PHP_FLAVOR} USES= php:flavors +IGNORE_WITH_PHP=81 NO_BUILD= yes NO_ARCH= yes diff --git a/mail/nextcloud-mail/Makefile b/mail/nextcloud-mail/Makefile index 5bdfdfbd4d5e..5a5edb98c5be 100644 --- a/mail/nextcloud-mail/Makefile +++ b/mail/nextcloud-mail/Makefile @@ -21,6 +21,7 @@ RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=20:www/nextcloud@${PHP_FLAVOR} USES= cpe gettext php:flavors USE_PHP= imap +IGNORE_WITH_PHP=81 CPE_VENDOR= nextcloud diff --git a/net-im/nextcloud-talk/Makefile b/net-im/nextcloud-talk/Makefile index d6940a105e01..86ada6a8cc21 100644 --- a/net-im/nextcloud-talk/Makefile +++ b/net-im/nextcloud-talk/Makefile @@ -19,6 +19,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=23:www/nextcloud@${PHP_FLAVOR} USES= cpe php:flavors +IGNORE_WITH_PHP=81 CPE_VENDOR= nextcloud NO_BUILD= yes NO_ARCH= yes diff --git a/security/nextcloud-end_to_end_encryption/Makefile b/security/nextcloud-end_to_end_encryption/Makefile index 7343c43b8927..7f3d535b05b4 100644 --- a/security/nextcloud-end_to_end_encryption/Makefile +++ b/security/nextcloud-end_to_end_encryption/Makefile @@ -18,6 +18,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=22:www/nextcloud@${PHP_FLAVOR} USES= php:flavors +IGNORE_WITH_PHP=81 NO_BUILD= yes NO_ARCH= yes diff --git a/security/nextcloud-passman/Makefile b/security/nextcloud-passman/Makefile index 9ea088bcc345..c1608067c38d 100644 --- a/security/nextcloud-passman/Makefile +++ b/security/nextcloud-passman/Makefile @@ -19,6 +19,7 @@ RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=20:www/nextcloud@${PHP_FLAVOR} WRKSRC= ${WRKDIR}/${PORTNAME} USES= php:flavors +IGNORE_WITH_PHP=81 NO_BUILD= yes NO_ARCH= yes diff --git a/security/nextcloud-twofactor_admin/Makefile b/security/nextcloud-twofactor_admin/Makefile index 1a9c44d381d6..01dac1776de4 100644 --- a/security/nextcloud-twofactor_admin/Makefile +++ b/security/nextcloud-twofactor_admin/Makefile @@ -19,6 +19,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=17:www/nextcloud@${PHP_FLAVOR} USES= php:flavors +IGNORE_WITH_PHP=81 NO_BUILD= yes NO_ARCH= yes diff --git a/security/nextcloud-twofactor_nextcloud_notification/Makefile b/security/nextcloud-twofactor_nextcloud_notification/Makefile index e6ee1d92a769..d9cd343f258e 100644 --- a/security/nextcloud-twofactor_nextcloud_notification/Makefile +++ b/security/nextcloud-twofactor_nextcloud_notification/Makefile @@ -18,6 +18,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=17:www/nextcloud@${PHP_FLAVOR} USES= php:flavors +IGNORE_WITH_PHP=81 NO_BUILD= yes NO_ARCH= yes diff --git a/security/nextcloud-twofactor_totp/Makefile b/security/nextcloud-twofactor_totp/Makefile index 8387c339ec87..e4d370ce76e9 100644 --- a/security/nextcloud-twofactor_totp/Makefile +++ b/security/nextcloud-twofactor_totp/Makefile @@ -19,6 +19,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=21:www/nextcloud@${PHP_FLAVOR} USES= php:flavors +IGNORE_WITH_PHP=81 NO_BUILD= yes NO_ARCH= yes diff --git a/security/nextcloud-twofactor_u2f/Makefile b/security/nextcloud-twofactor_u2f/Makefile index fb94cc12c2cc..f93ff9750298 100644 --- a/security/nextcloud-twofactor_u2f/Makefile +++ b/security/nextcloud-twofactor_u2f/Makefile @@ -19,6 +19,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=20:www/nextcloud@${PHP_FLAVOR} USES= php:flavors +IGNORE_WITH_PHP=81 NO_BUILD= yes NO_ARCH= yes diff --git a/security/nextcloud-twofactor_webauthn/Makefile b/security/nextcloud-twofactor_webauthn/Makefile index 6749c7c31deb..d649f8cb6312 100644 --- a/security/nextcloud-twofactor_webauthn/Makefile +++ b/security/nextcloud-twofactor_webauthn/Makefile @@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=21:www/nextcloud@${PHP_FLAVOR} USES= php:flavors +IGNORE_WITH_PHP=81 WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/www/nextcloud-appointments/Makefile b/www/nextcloud-appointments/Makefile index c3539fb534fc..f84ecc023d69 100644 --- a/www/nextcloud-appointments/Makefile +++ b/www/nextcloud-appointments/Makefile @@ -19,6 +19,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=21:www/nextcloud@${PHP_FLAVOR} USES= php:flavors +IGNORE_WITH_PHP=81 NO_BUILD= yes NO_ARCH= yes diff --git a/www/nextcloud-calendar/Makefile b/www/nextcloud-calendar/Makefile index f61e487d7226..cd1dfdefff73 100644 --- a/www/nextcloud-calendar/Makefile +++ b/www/nextcloud-calendar/Makefile @@ -17,6 +17,7 @@ LICENSE= AGPLv3 RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=20:www/nextcloud@${PHP_FLAVOR} USES= cpe php:flavors +IGNORE_WITH_PHP=81 WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes diff --git a/www/nextcloud-contacts/Makefile b/www/nextcloud-contacts/Makefile index f5c20f690333..110750dd792f 100644 --- a/www/nextcloud-contacts/Makefile +++ b/www/nextcloud-contacts/Makefile @@ -20,6 +20,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=20:www/nextcloud@${PHP_FLAVOR} USES= cpe php:flavors +IGNORE_WITH_PHP=81 CPE_VENDOR= nextcloud NO_BUILD= yes NO_ARCH= yes diff --git a/www/nextcloud-deck/Makefile b/www/nextcloud-deck/Makefile index 661203ffc4f5..dddb766ea6b5 100644 --- a/www/nextcloud-deck/Makefile +++ b/www/nextcloud-deck/Makefile @@ -18,6 +18,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=23:www/nextcloud@${PHP_FLAVOR} USES= cpe php:flavors +IGNORE_WITH_PHP=81 NO_BUILD= yes NO_ARCH= yes CPE_VENDOR= nextcloud diff --git a/www/nextcloud-forms/Makefile b/www/nextcloud-forms/Makefile index 499e6ee085f8..c1a2d49e3c53 100644 --- a/www/nextcloud-forms/Makefile +++ b/www/nextcloud-forms/Makefile @@ -18,6 +18,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=22:www/nextcloud@${PHP_FLAVOR} USES= php:flavors +IGNORE_WITH_PHP=81 NO_BUILD= yes NO_ARCH= yes diff --git a/www/nextcloud-groupfolders/Makefile b/www/nextcloud-groupfolders/Makefile index d0b84eef0b1f..95d333dd869b 100644 --- a/www/nextcloud-groupfolders/Makefile +++ b/www/nextcloud-groupfolders/Makefile @@ -18,6 +18,7 @@ LICENSE= AGPLv3 RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=23:www/nextcloud@${PHP_FLAVOR} USES= php:flavors +IGNORE_WITH_PHP=81 NO_BUILD= yes NO_ARCH= yes diff --git a/www/nextcloud-notes/Makefile b/www/nextcloud-notes/Makefile index 5e6e1e04c3b3..7d23a76030f8 100644 --- a/www/nextcloud-notes/Makefile +++ b/www/nextcloud-notes/Makefile @@ -19,6 +19,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=20:www/nextcloud@${PHP_FLAVOR} USES= php:flavors +IGNORE_WITH_PHP=81 NO_BUILD= yes NO_ARCH= yes diff --git a/www/nextcloud-tasks/Makefile b/www/nextcloud-tasks/Makefile index 7380f57ab588..c9ca5ff2aadb 100644 --- a/www/nextcloud-tasks/Makefile +++ b/www/nextcloud-tasks/Makefile @@ -19,6 +19,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=20:www/nextcloud@${PHP_FLAVOR} USES= php:flavors +IGNORE_WITH_PHP=81 NO_BUILD= yes NO_ARCH= yes