pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/php-nextcloud
Module Name: pkgsrc
Committed By: gdt
Date: Mon Jul 6 13:12:47 UTC 2026
Modified Files:
pkgsrc/www/php-nextcloud: Makefile
Log Message:
www/php-nextcloud: Update required php versions
Upstream "documents" that >= php 8.5 is not ok.
To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 pkgsrc/www/php-nextcloud/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/php-nextcloud/Makefile
diff -u pkgsrc/www/php-nextcloud/Makefile:1.87 pkgsrc/www/php-nextcloud/Makefile:1.88
--- pkgsrc/www/php-nextcloud/Makefile:1.87 Mon Jul 6 13:07:12 2026
+++ pkgsrc/www/php-nextcloud/Makefile Mon Jul 6 13:12:47 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.87 2026/07/06 13:07:12 gdt Exp $
+# $NetBSD: Makefile,v 1.88 2026/07/06 13:12:47 gdt Exp $
#
# The nextcloud update process only works from one version to the
@@ -47,9 +47,8 @@ NC_DIR= share/nextcloud
INSTALLATION_DIRS= ${NC_DIR}
# Nextcloud "documents" in lib/versioncheck.php that:
-# nextcloud requires at least PHP 8.0
-# nextcloud it not compatible with PHP 8.3 or higher
-PHP_VERSIONS_INCOMPATIBLE= 56 74
+# nextcloud requires PHP >= 8.1 < 8.5
+PHP_VERSIONS_INCOMPATIBLE= 56 74 85
# for php interpreter
CHECK_INTERPRETER_SKIP+= ${NC_DIR}/3rdparty/doctrine/dbal/bin/doctrine-dbal
Home |
Main Index |
Thread Index |
Old Index