From owner-svn-ports-all@freebsd.org Sat Feb 27 14:39:24 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3B86D54812F; Sat, 27 Feb 2021 14:39:24 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dnq0r1Bhxz3CDt; Sat, 27 Feb 2021 14:39:24 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1BB701F70A; Sat, 27 Feb 2021 14:39:24 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11REdN0e098050; Sat, 27 Feb 2021 14:39:23 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11REdLmB098040; Sat, 27 Feb 2021 14:39:21 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <202102271439.11REdLmB098040@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sat, 27 Feb 2021 14:39:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566705 - in head: net-im/nextcloud-talk security/nextcloud-end_to_end_encryption security/nextcloud-twofactor_totp security/nextcloud-twofactor_u2f www/nextcloud www/nextcloud-calendar... X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: in head: net-im/nextcloud-talk security/nextcloud-end_to_end_encryption security/nextcloud-twofactor_totp security/nextcloud-twofactor_u2f www/nextcloud www/nextcloud-calendar www/nextcloud-contacts w... X-SVN-Commit-Revision: 566705 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Feb 2021 14:39:24 -0000 Author: brnrd Date: Sat Feb 27 14:39:21 2021 New Revision: 566705 URL: https://svnweb.freebsd.org/changeset/ports/566705 Log: www/nextcloud: Mark 21 PHP 8.0 compatible * NOTE: Not all apps are compatible (yet) Modified: head/net-im/nextcloud-talk/Makefile head/security/nextcloud-end_to_end_encryption/Makefile head/security/nextcloud-twofactor_totp/Makefile head/security/nextcloud-twofactor_u2f/Makefile head/www/nextcloud-calendar/Makefile head/www/nextcloud-contacts/Makefile head/www/nextcloud-deck/Makefile head/www/nextcloud-forms/Makefile head/www/nextcloud-groupfolders/Makefile head/www/nextcloud-tasks/Makefile head/www/nextcloud/Makefile Modified: head/net-im/nextcloud-talk/Makefile ============================================================================== --- head/net-im/nextcloud-talk/Makefile Sat Feb 27 14:38:17 2021 (r566704) +++ head/net-im/nextcloud-talk/Makefile Sat Feb 27 14:39:21 2021 (r566705) @@ -20,7 +20,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=21:www/nextcloud@${PHP_FLAVOR} USES= php:flavors -IGNORE_WITH_PHP= 80 NO_BUILD= yes NO_ARCH= yes Modified: head/security/nextcloud-end_to_end_encryption/Makefile ============================================================================== --- head/security/nextcloud-end_to_end_encryption/Makefile Sat Feb 27 14:38:17 2021 (r566704) +++ head/security/nextcloud-end_to_end_encryption/Makefile Sat Feb 27 14:39:21 2021 (r566705) @@ -20,7 +20,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=20:www/nextcloud@${PHP_FLAVOR} USES= php:flavors -IGNORE_WITH_PHP= 80 NO_BUILD= yes NO_ARCH= yes Modified: head/security/nextcloud-twofactor_totp/Makefile ============================================================================== --- head/security/nextcloud-twofactor_totp/Makefile Sat Feb 27 14:38:17 2021 (r566704) +++ head/security/nextcloud-twofactor_totp/Makefile Sat Feb 27 14:39:21 2021 (r566705) @@ -20,7 +20,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=21:www/nextcloud@${PHP_FLAVOR} USES= php:flavors -IGNORE_WITH_PHP= 80 NO_BUILD= yes NO_ARCH= yes Modified: head/security/nextcloud-twofactor_u2f/Makefile ============================================================================== --- head/security/nextcloud-twofactor_u2f/Makefile Sat Feb 27 14:38:17 2021 (r566704) +++ head/security/nextcloud-twofactor_u2f/Makefile Sat Feb 27 14:39:21 2021 (r566705) @@ -20,7 +20,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=20:www/nextcloud@${PHP_FLAVOR} USES= php:flavors -IGNORE_WITH_PHP= 80 NO_BUILD= yes NO_ARCH= yes Modified: head/www/nextcloud-calendar/Makefile ============================================================================== --- head/www/nextcloud-calendar/Makefile Sat Feb 27 14:38:17 2021 (r566704) +++ head/www/nextcloud-calendar/Makefile Sat Feb 27 14:39:21 2021 (r566705) @@ -19,7 +19,6 @@ LICENSE= AGPLv3 RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=20:www/nextcloud@${PHP_FLAVOR} USES= php:flavors -IGNORE_WITH_PHP= 80 NO_BUILD= yes NO_ARCH= yes Modified: head/www/nextcloud-contacts/Makefile ============================================================================== --- head/www/nextcloud-contacts/Makefile Sat Feb 27 14:38:17 2021 (r566704) +++ head/www/nextcloud-contacts/Makefile Sat Feb 27 14:39:21 2021 (r566705) @@ -20,7 +20,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=18:www/nextcloud@${PHP_FLAVOR} USES= php:flavors -IGNORE_WITH_PHP= 80 NO_BUILD= yes NO_ARCH= yes Modified: head/www/nextcloud-deck/Makefile ============================================================================== --- head/www/nextcloud-deck/Makefile Sat Feb 27 14:38:17 2021 (r566704) +++ head/www/nextcloud-deck/Makefile Sat Feb 27 14:39:21 2021 (r566705) @@ -20,7 +20,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=21:www/nextcloud@${PHP_FLAVOR} USES= php:flavors -IGNORE_WITH_PHP= 80 NO_BUILD= yes NO_ARCH= yes Modified: head/www/nextcloud-forms/Makefile ============================================================================== --- head/www/nextcloud-forms/Makefile Sat Feb 27 14:38:17 2021 (r566704) +++ head/www/nextcloud-forms/Makefile Sat Feb 27 14:39:21 2021 (r566705) @@ -20,7 +20,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=17:www/nextcloud@${PHP_FLAVOR} USES= php:flavors -IGNORE_WITH_PHP= 80 NO_BUILD= yes NO_ARCH= yes Modified: head/www/nextcloud-groupfolders/Makefile ============================================================================== --- head/www/nextcloud-groupfolders/Makefile Sat Feb 27 14:38:17 2021 (r566704) +++ head/www/nextcloud-groupfolders/Makefile Sat Feb 27 14:39:21 2021 (r566705) @@ -19,7 +19,6 @@ LICENSE= AGPLv3 RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=21:www/nextcloud@${PHP_FLAVOR} USES= php:flavors -IGNORE_WITH_PHP= 80 NO_BUILD= yes NO_ARCH= yes Modified: head/www/nextcloud-tasks/Makefile ============================================================================== --- head/www/nextcloud-tasks/Makefile Sat Feb 27 14:38:17 2021 (r566704) +++ head/www/nextcloud-tasks/Makefile Sat Feb 27 14:39:21 2021 (r566705) @@ -20,7 +20,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=16:www/nextcloud@${PHP_FLAVOR} USES= php:flavors -IGNORE_WITH_PHP= 80 NO_BUILD= yes NO_ARCH= yes Modified: head/www/nextcloud/Makefile ============================================================================== --- head/www/nextcloud/Makefile Sat Feb 27 14:38:17 2021 (r566704) +++ head/www/nextcloud/Makefile Sat Feb 27 14:39:21 2021 (r566705) @@ -15,7 +15,6 @@ 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}