Date: Sat, 27 Feb 2021 14:39:21 +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: 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... Message-ID: <202102271439.11REdLmB098040@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102271439.11REdLmB098040>