git: 70b78e55c0ce - main - www/nextcloud: Mark PHP 8.3 compatible
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Dec 2023 09:14:41 UTC
The branch main has been updated by brnrd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=70b78e55c0cea18df3d6bf5194d08f3c125a4dcc
commit 70b78e55c0cea18df3d6bf5194d08f3c125a4dcc
Author: Bernard Spil <brnrd@FreeBSD.org>
AuthorDate: 2023-12-14 09:13:30 +0000
Commit: Bernard Spil <brnrd@FreeBSD.org>
CommitDate: 2023-12-14 09:13:30 +0000
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
---
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 292431c63eca..2c65c3cf2965 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= 83
NO_BUILD= yes
NO_ARCH= yes
diff --git a/www/nextcloud/Makefile b/www/nextcloud/Makefile
index 32eda019fcce..5bc359ff3d18 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 iconv \
mbstring pcntl pdo posix session simplexml xml xmlreader \
xmlwriter xsl zip zlib
-IGNORE_WITH_PHP=83
NEXTCLOUD_USERNAME?= ${WWWOWN}
NEXTCLOUD_GROUPNAME?= ${WWWGRP}