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:   jperkin
Date:           Mon Sep  6 19:51:29 UTC 2021

Modified Files:
        pkgsrc/www/php-nextcloud: Makefile

Log Message:
php-nextcloud: Incompatible with php56 due to php-sodium.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 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.57 pkgsrc/www/php-nextcloud/Makefile:1.58
--- pkgsrc/www/php-nextcloud/Makefile:1.57      Mon Sep  6 13:06:48 2021
+++ pkgsrc/www/php-nextcloud/Makefile   Mon Sep  6 19:51:29 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2021/09/06 13:06:48 ryoon Exp $
+# $NetBSD: Makefile,v 1.58 2021/09/06 19:51:29 jperkin Exp $
 #
 
 # The nextcloud update process only works from one version to the
@@ -44,6 +44,8 @@ USE_TOOLS+=   bash:run pax perl:run
 NC_DIR=                share/nextcloud
 INSTALLATION_DIRS=     ${NC_DIR}
 
+PHP_VERSIONS_INCOMPATIBLE=     56 # php-sodium
+
 # for php interpreter
 CHECK_INTERPRETER_SKIP+=       ${NC_DIR}/3rdparty/doctrine/dbal/bin/doctrine-dbal
 CHECK_INTERPRETER_SKIP+=       ${NC_DIR}/3rdparty/dompdf/load_font.php



Home | Main Index | Thread Index | Old Index