Date: Sun, 24 Jan 2021 16:18:07 +0000 (UTC) From: Bernard Spil <brnrd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r562488 - head/www/nextcloud Message-ID: <202101241618.10OGI7T3008745@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brnrd Date: Sun Jan 24 16:18:06 2021 New Revision: 562488 URL: https://svnweb.freebsd.org/changeset/ports/562488 Log: www/nextcloud: Mark incompatible with PHP 8.0 * see https://github.com/nextcloud/server/blob/master/lib/versioncheck.php Modified: head/www/nextcloud/Makefile Modified: head/www/nextcloud/Makefile ============================================================================== --- head/www/nextcloud/Makefile Sun Jan 24 16:11:39 2021 (r562487) +++ head/www/nextcloud/Makefile Sun Jan 24 16:18:06 2021 (r562488) @@ -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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101241618.10OGI7T3008745>