Created attachment 192001 [details] svn diff for www/nextcloud ``` www/nextcloud: Update to 13.0.1 - Move bundled Nextcloud Apps to apps-pkg dir - Chase dir change in Nextcloud Apps - Provide info for post-upgrade tasks PR: Approved by: (maintainer) ```
Created attachment 192003 [details] svn diff for www/nextcloud * Add Opcache option * Add more post-update fix info and tools * Fix plist
Latest patch also includes transfer of maintainer to me.
``` www/nextcloud: Update to 13.0.1 - Move bundled Nextcloud Apps to apps-pkg dir [2] - Chase dir change in Nextcloud Apps - Provide info for post-upgrade tasks - Add Opcache option [3] - Transfer maintainership PR: 227133, 226076 [2], 225959 [3] Submitted by: Matthias Fechner <idefix fechner net> Submitted by: Matt <fsbruva yahoo com> [3] Approved by: (maintainer) ```
as i'm a little bit busy and unreactive on nextcloud no problem for taking ownership. I see a real installation problem to not have default apps by default. Did you try a vanilla installation ? Don't forget to add a notice in pkg-message
(In reply to loic.blot from comment #4) > I see a real installation problem to not have default apps by default. That's not what happens. The port adds an extra item to the apps_paths array in config/config.sample for the packaged apps. It sets /apps to writeable and /apps-pkg to not-writable > Don't forget to add a notice in pkg-message Patch adds info to UPDATING and pkg-message and adds a file fix_apps_paths.json with instructions how to merge this with an existing configuration. Naturally, people won't see/read this and open PR's but we'll deal with that. Ultimately users have the best of both worlds, install apps from the app-store in www-writable /apps and packages from freebsd pkg hosts will live in non-writable /apps-pkg Do let me know if I've missed anything!
it's reasonable for me, go :) Thanks for your involvement
A commit references this bug: Author: brnrd Date: Wed Apr 4 07:11:11 UTC 2018 New revision: 466393 URL: https://svnweb.freebsd.org/changeset/ports/466393 Log: www/nextcloud: Update to 13.0.1 - Includes breaking rename of $WWWDIR/apps path - Add fix file and warnings - Add OpCache option - Alphabetic ordering - Migration from ownCloud is stale - Take maintainership PR: 227133 Approved by: Loic Blot <loic blot unix-experience fr> (maintainer) Changes: head/UPDATING head/www/nextcloud/Makefile head/www/nextcloud/distinfo head/www/nextcloud/files/fix-apps_paths.json head/www/nextcloud/files/patch-config_config.sample.php head/www/nextcloud/files/pkg-message.in head/www/nextcloud/pkg-plist
A commit references this bug: Author: brnrd Date: Wed Apr 4 07:15:39 UTC 2018 New revision: 466394 URL: https://svnweb.freebsd.org/changeset/ports/466394 Log: www/nextcloud: Chase change of /apps path - WWWDIR/apps to WWWDIR/apps-pkg - Bump portrevision to force reinstall - Update Nextcloud version dependencies PR: 227133 Changes: head/mail/nextcloud-mail/Makefile head/security/nextcloud-passman/Makefile head/security/nextcloud-twofactor_totp/Makefile head/security/nextcloud-twofactor_u2f/Makefile head/www/nextcloud-calendar/Makefile head/www/nextcloud-contacts/Makefile head/www/nextcloud-notes/Makefile head/www/nextcloud-tasks/Makefile