aboutsummaryrefslogtreecommitdiff
path: root/www/nextcloud
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2021-01-24 16:18:06 +0000
committerBernard Spil <brnrd@FreeBSD.org>2021-01-24 16:18:06 +0000
commit5998c3643747b9b0dba29e5ce455d0ee7ce002a5 (patch)
treeb98cc7f8de370bb479a1cc6232f0ff28190a3318 /www/nextcloud
parent82352588e23214158c80edcaa3d4fa9f054a2fbb (diff)
downloadports-5998c3643747b9b0dba29e5ce455d0ee7ce002a5.tar.gz
ports-5998c3643747b9b0dba29e5ce455d0ee7ce002a5.zip
www/nextcloud: Mark incompatible with PHP 8.0
Notes
Notes: svn path=/head/; revision=562488
Diffstat (limited to 'www/nextcloud')
-rw-r--r--www/nextcloud/Makefile2
1 files changed, 2 insertions, 0 deletions
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}