Date: Tue, 13 Jul 2021 20:33:24 GMT From: Bernard Spil <brnrd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b7b8246bac6f - main - www/nextcloud: Make sure there's an .htaccess file at install Message-ID: <202107132033.16DKXOS2025568@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by brnrd: URL: https://cgit.FreeBSD.org/ports/commit/?id=b7b8246bac6f27e01b84ae126878611445560737 commit b7b8246bac6f27e01b84ae126878611445560737 Author: Bernard Spil <brnrd@FreeBSD.org> AuthorDate: 2021-07-13 20:30:00 +0000 Commit: Bernard Spil <brnrd@FreeBSD.org> CommitDate: 2021-07-13 20:30:00 +0000 www/nextcloud: Make sure there's an .htaccess file at install PR: 257157 Reported by: O. Hartmann <ohartmann walstatt org> --- www/nextcloud/Makefile | 1 + www/nextcloud/pkg-plist | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/www/nextcloud/Makefile b/www/nextcloud/Makefile index ce3d8779f955..f0096c567421 100644 --- a/www/nextcloud/Makefile +++ b/www/nextcloud/Makefile @@ -1,5 +1,6 @@ PORTNAME= nextcloud PORTVERSION= 22.0.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://download.nextcloud.com/server/releases/ PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} diff --git a/www/nextcloud/pkg-plist b/www/nextcloud/pkg-plist index 91918518542f..7b8a705bcc95 100644 --- a/www/nextcloud/pkg-plist +++ b/www/nextcloud/pkg-plist @@ -1,3 +1,3 @@ -@(,%%NEXTCLOUD_GROUPNAME%%,644) %%WWWDIR%%/.htaccess.dist +@sample(,%%NEXTCLOUD_GROUPNAME%%,644) %%WWWDIR%%/.htaccess.dist %%WWWDIR%%/.htaccess @(%%NEXTCLOUD_USERNAME%%,%%NEXTCLOUD_GROUPNAME%%,664) %%WWWDIR%%/.user.ini @sample %%WWWDIR%%/config/config.sample.php %%WWWDIR%%/config/config.php
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107132033.16DKXOS2025568>