svn commit: r562488 - head/www/nextcloud

Bernard Spil brnrd at FreeBSD.org
Sun Jan 24 16:18:07 UTC 2021


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}


More information about the svn-ports-all mailing list