git: a1e75a92d14b - main - www/nextcloud: Mark 8.2 compatible for 26
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Mar 2023 10:15:58 UTC
The branch main has been updated by brnrd: URL: https://cgit.FreeBSD.org/ports/commit/?id=a1e75a92d14b8e22a2927e414832794346ee9f1c commit a1e75a92d14b8e22a2927e414832794346ee9f1c Author: Bernard Spil <brnrd@FreeBSD.org> AuthorDate: 2023-03-24 10:15:55 +0000 Commit: Bernard Spil <brnrd@FreeBSD.org> CommitDate: 2023-03-24 10:15:55 +0000 www/nextcloud: Mark 8.2 compatible for 26 --- Mk/Uses/nextcloud.mk | 1 - www/nextcloud/Makefile | 1 - 2 files changed, 2 deletions(-) diff --git a/Mk/Uses/nextcloud.mk b/Mk/Uses/nextcloud.mk index 354e5102e4ce..207dae98d523 100644 --- a/Mk/Uses/nextcloud.mk +++ b/Mk/Uses/nextcloud.mk @@ -30,7 +30,6 @@ LICENSE?= AGPLv3 RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=${NEXTCLOUD_RUN_DEPENDS}:www/nextcloud@${PHP_FLAVOR} USES+= php:flavors -IGNORE_WITH_PHP= 82 NO_BUILD= yes NO_ARCH= yes diff --git a/www/nextcloud/Makefile b/www/nextcloud/Makefile index 774a9b3f89a0..6beaf92b2e9a 100644 --- a/www/nextcloud/Makefile +++ b/www/nextcloud/Makefile @@ -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 pcntl pdo posix session simplexml xml xmlreader \ xmlwriter xsl zip zlib -IGNORE_WITH_PHP=82 NEXTCLOUD_USERNAME?= ${WWWOWN} NEXTCLOUD_GROUPNAME?= ${WWWGRP}