1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

www/nextcloud: Mark PHP 8.3 compatible

* See https://docs.nextcloud.com/server/latest/admin_manual/release_notes/upgrade_to_28.html

Reported by:	Rozhuk Ivan
This commit is contained in:
Bernard Spil 2023-12-14 10:13:30 +01:00
parent d0387e8b02
commit 70b78e55c0
2 changed files with 0 additions and 2 deletions

View File

@ -30,7 +30,6 @@ LICENSE?= AGPLv3
RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=${NEXTCLOUD_RUN_DEPENDS}:www/nextcloud@${PHP_FLAVOR}
USES+= php:flavors
IGNORE_WITH_PHP= 83
NO_BUILD= yes
NO_ARCH= yes

View File

@ -15,7 +15,6 @@ USES= cpe gettext-runtime php:flavors,web tar:bzip2
USE_PHP= bcmath bz2 ctype curl dom fileinfo filter gd gmp iconv \
mbstring pcntl pdo posix session simplexml xml xmlreader \
xmlwriter xsl zip zlib
IGNORE_WITH_PHP=83
NEXTCLOUD_USERNAME?= ${WWWOWN}
NEXTCLOUD_GROUPNAME?= ${WWWGRP}