From 5998c3643747b9b0dba29e5ce455d0ee7ce002a5 Mon Sep 17 00:00:00 2001 From: Bernard Spil Date: Sun, 24 Jan 2021 16:18:06 +0000 Subject: [PATCH] www/nextcloud: Mark incompatible with PHP 8.0 * see https://github.com/nextcloud/server/blob/master/lib/versioncheck.php --- www/nextcloud/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/nextcloud/Makefile b/www/nextcloud/Makefile index 762f8440eafc..783223410453 100644 --- a/www/nextcloud/Makefile +++ b/www/nextcloud/Makefile @@ -2,6 +2,7 @@ PORTNAME= nextcloud PORTVERSION= 20.0.5 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://download.nextcloud.com/server/releases/ PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} @@ -15,6 +16,7 @@ USES= cpe gettext-runtime php:flavors,web tar:bzip2 USE_PHP= bcmath bz2 ctype curl dom fileinfo filter gd gmp hash iconv \ json mbstring pdo posix session simplexml xml xmlreader \ xmlwriter xsl zip zlib +IGNORE_WITH_PHP=80 NEXTCLOUD_USERNAME?= ${WWWOWN} NEXTCLOUD_GROUPNAME?= ${WWWGRP}