mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
www/nextcloud: Update to 12.0.0
- Major version update - Fix plist issues - Fix paths in sample config [1] PR: 219454, 215641 [1] Reported by: gitdev@kippona.net
This commit is contained in:
parent
c139c9d6e7
commit
25c13579d6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441570
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= nextcloud
|
||||
PORTVERSION= 11.0.3
|
||||
PORTVERSION= 12.0.0
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://download.nextcloud.com/server/releases/
|
||||
|
||||
@ -42,6 +42,9 @@ SQLITE_USE= PHP=pdo_sqlite,sqlite3
|
||||
SMB_RUN_DEPENDS= pecl-smbclient>=0.8.0:net/pecl-smbclient
|
||||
SSL_USE= PHP=openssl
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/var/www/|${WWWDIR}|' ${WRKSRC}/config/config.sample.php
|
||||
|
||||
do-install:
|
||||
@${MKDIR} -m 0755 ${STAGEDIR}${WWWDIR}
|
||||
@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1494352132
|
||||
SHA256 (nextcloud-11.0.3.tar.bz2) = 28d5ee39f31c6be20f037ad2eb300272ad9bb72a7d428eb0152c7a3fde87d545
|
||||
SIZE (nextcloud-11.0.3.tar.bz2) = 39873178
|
||||
TIMESTAMP = 1495449154
|
||||
SHA256 (nextcloud-12.0.0.tar.bz2) = 1b9d9cf05e657cd564a552b418fbf42d669ca51e0fd1f1f118fe44cbf93a243f
|
||||
SIZE (nextcloud-12.0.0.tar.bz2) = 41743343
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user