From owner-dev-commits-ports-all@freebsd.org Tue Jul 13 20:33:24 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AF4E5664EE8; Tue, 13 Jul 2021 20:33:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GPXQX4f9Wz3KR7; Tue, 13 Jul 2021 20:33:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 873551089; Tue, 13 Jul 2021 20:33:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16DKXOHU025569; Tue, 13 Jul 2021 20:33:24 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16DKXOS2025568; Tue, 13 Jul 2021 20:33:24 GMT (envelope-from git) Date: Tue, 13 Jul 2021 20:33:24 GMT Message-Id: <202107132033.16DKXOS2025568@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Bernard Spil Subject: git: b7b8246bac6f - main - www/nextcloud: Make sure there's an .htaccess file at install MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: brnrd X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b7b8246bac6f27e01b84ae126878611445560737 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jul 2021 20:33:24 -0000 The branch main has been updated by brnrd: URL: https://cgit.FreeBSD.org/ports/commit/?id=b7b8246bac6f27e01b84ae126878611445560737 commit b7b8246bac6f27e01b84ae126878611445560737 Author: Bernard Spil AuthorDate: 2021-07-13 20:30:00 +0000 Commit: Bernard Spil 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 --- 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