aboutsummaryrefslogtreecommitdiff
path: root/www/nextcloud
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2022-04-16 10:23:54 +0000
committerBernard Spil <brnrd@FreeBSD.org>2022-04-16 10:23:54 +0000
commitf092bb1dae5931a4e466f74656e889956a01d1b4 (patch)
treec4d4fa34bf8500eb16948d8dd33e535e901744de /www/nextcloud
parentfe1625b2246b3aec4ab223b26db8694fbd9f0573 (diff)
downloadports-f092bb1dae5931a4e466f74656e889956a01d1b4.tar.gz
ports-f092bb1dae5931a4e466f74656e889956a01d1b4.zip
www/nextcloud: Mark PHP 8.1 incompatible
Diffstat (limited to 'www/nextcloud')
-rw-r--r--www/nextcloud/Makefile3
1 files changed, 3 insertions, 0 deletions
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 \