git: f092bb1dae59 - main - www/nextcloud: Mark PHP 8.1 incompatible

From: Bernard Spil <brnrd_at_FreeBSD.org>
Date: Sat, 16 Apr 2022 10:23:56 UTC
The branch main has been updated by brnrd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f092bb1dae5931a4e466f74656e889956a01d1b4

commit f092bb1dae5931a4e466f74656e889956a01d1b4
Author:     Bernard Spil <brnrd@FreeBSD.org>
AuthorDate: 2022-04-16 10:23:54 +0000
Commit:     Bernard Spil <brnrd@FreeBSD.org>
CommitDate: 2022-04-16 10:23:54 +0000

    www/nextcloud: Mark PHP 8.1 incompatible
---
 www/nextcloud/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/www/nextcloud/Makefile b/www/nextcloud/Makefile
index fcd3d9ce7a01..efa9d04010d4 100644
--- a/www/nextcloud/Makefile
+++ b/www/nextcloud/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	nextcloud
 PORTVERSION=	23.0.3
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	https://download.nextcloud.com/server/releases/
 PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
@@ -10,6 +11,8 @@ COMMENT=	Personal cloud which runs on your own server
 
 LICENSE=	AGPLv3
 
+IGNORE_WITH_PHP=81
+
 USES=		cpe gettext-runtime php:flavors,web tar:bzip2
 USE_PHP=	bcmath bz2 ctype curl dom fileinfo filter gd gmp hash iconv \
 		json mbstring pcntl pdo posix session simplexml xml xmlreader \