www/nextcloud: Update to 10.0.0

- Update to new major release 10.0.0
  - Add upgrade instruction to pkg-message
  - Fix mode on .htaccess / .user.ini [1]
  - Switch USE_OPENSSL to USES= ssl
  - Update pkg-plist for new version

PR:             211102
Submitted by:   Josh Ruehlich <joshruehlig@gmail.com> [1]
Reported by:    Josh Ruehlich <joshruehlig@gmail.com> [1]
Approved by:    Loic Blot <loic.blot@unix-experience.fr>
MFH:            2016Q3
This commit is contained in:
Bernard Spil 2016-08-26 15:40:57 +00:00
parent 1a3bd73319
commit e1aec48a4f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=420927
4 changed files with 1634 additions and 1531 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= nextcloud
PORTVERSION= 9.0.53
PORTVERSION= 10.0.0
CATEGORIES= www
MASTER_SITES= https://download.nextcloud.com/server/releases/
@ -44,7 +44,7 @@ PGSQL_USES= pgsql
PGSQL_USE= PHP=pdo_pgsql,pgsql
SQLITE_USE= PHP=pdo_sqlite,sqlite3
SMB_RUN_DEPENDS= pecl-smbclient>=0.8.0:net/pecl-smbclient
SSL_USE= PHP=openssl
SSL_USES= ssl
.include <bsd.port.options.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1468863479
SHA256 (nextcloud-9.0.53.tar.bz2) = 1ceade1f7b3c8692b792ebfd2c5c7259ff6a0a26d3bd46a762ee6f5cdf052904
SIZE (nextcloud-9.0.53.tar.bz2) = 28549436
TIMESTAMP = 1472202194
SHA256 (nextcloud-10.0.0.tar.bz2) = 1aaa177c0a00095fb97a3ca7eefb0b4236b652d58341e1cf3dbea9dc0787761f
SIZE (nextcloud-10.0.0.tar.bz2) = 35368025

View File

@ -32,4 +32,12 @@ like this:
And restart Apache.
***********************************************************************
* NEXTCLOUD VERSION UPGRADE *
***********************************************************************
After a version migration you should upgrade your nextcloud instance
using command line:
* cd /usr/local/www/nextcloud
* su -m www -c "php ./occ upgrade"

File diff suppressed because it is too large Load Diff