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}