svn commit: r466540 - in head: . www/nextcloud/files

Bernard Spil brnrd at FreeBSD.org
Thu Apr 5 08:21:25 UTC 2018


Author: brnrd
Date: Thu Apr  5 08:21:24 2018
New Revision: 466540
URL: https://svnweb.freebsd.org/changeset/ports/466540

Log:
  www/nextcloud: Fix missing quote in examples
  
  Reported by:	Frank Ebert

Modified:
  head/UPDATING
  head/www/nextcloud/files/pkg-message.in

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Thu Apr  5 07:25:14 2018	(r466539)
+++ head/UPDATING	Thu Apr  5 08:21:24 2018	(r466540)
@@ -15,7 +15,7 @@ you update your ports collection, before attempting an
   a patch for the default installation can be applied with:
 
   # cd /usr/local/www/nextcloud
-  # su -m www -c "php ./occ config:import < /usr/local/share/nextcloud/fix-apps_paths.json
+  # su -m www -c "php ./occ config:import < /usr/local/share/nextcloud/fix-apps_paths.json"
 
 20180401:
   AFFECTS: users of mail/dovecot and mail/dovecot-pigeonhole

Modified: head/www/nextcloud/files/pkg-message.in
==============================================================================
--- head/www/nextcloud/files/pkg-message.in	Thu Apr  5 07:25:14 2018	(r466539)
+++ head/www/nextcloud/files/pkg-message.in	Thu Apr  5 08:21:24 2018	(r466540)
@@ -44,6 +44,6 @@ add an additional entry to the "apps-paths" array in c
 For the default installation, the fix can be applied with:
 
   cd %%WWWDIR%%
-  su -m www -c "php ./occ config:import < %%DATADIR%%/fix-apps_paths.json
+  su -m www -c "php ./occ config:import < %%DATADIR%%/fix-apps_paths.json"
 
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!


More information about the svn-ports-head mailing list