On 2018/09/11 09:23, Gonzalo L. Rodriguez wrote:
> Hello,
> 
> Update for Nextcloud to 14.0.0:
> 
> https://nextcloud.com/changelog/
> 
> OK? Comments?

Could you add this or similar please?


Index: pkg/README
===================================================================
RCS file: /cvs/ports/www/nextcloud/pkg/README,v
retrieving revision 1.7
diff -u -p -r1.7 README
--- pkg/README  4 Sep 2018 12:46:25 -0000       1.7
+++ pkg/README  11 Sep 2018 10:31:45 -0000
@@ -102,7 +102,7 @@ fastcgi_param with a PHP_VALUE in ${SYSC
 
 For enhanced performance, a PHP opcode cache can be used, either
 use "opcache" (built-in to PHP 5.5+, enable "opcache.ini" to use it)
-or install xcache.
+or install xcache (PHP 5.x only).
 
 Database configuration
 ----------------------
@@ -110,10 +110,9 @@ See the following URL for setting up a d
     
https://docs.nextcloud.com/server/${MAJOR}/admin_manual/configuration_database/linux_database_configuration.html
 
 Nextcloud can work with a PostgreSQL, MariaDB or SQLite3 database.
-Support for SQLite3 is included with the main php package; to use
-another database, the corresponding package needs to be installed
-*before* setting up nextcloud:
-    php-pdo_pgsql or php-pdo_mysql
+Ensure that the corresponding package is installed *before* setting
+up nextcloud:
+    php-pdo_sqlite, php-pdo_pgsql or php-pdo_mysql
 
 Configuration is done under:
     ${INSTDIR}/config/config.php

Reply via email to