git: b7b8246bac6f - main - www/nextcloud: Make sure there's an .htaccess file at install

Bernard Spil brnrd at FreeBSD.org
Tue Jul 13 20:33:24 UTC 2021


The branch main has been updated by brnrd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b7b8246bac6f27e01b84ae126878611445560737

commit b7b8246bac6f27e01b84ae126878611445560737
Author:     Bernard Spil <brnrd at FreeBSD.org>
AuthorDate: 2021-07-13 20:30:00 +0000
Commit:     Bernard Spil <brnrd at 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
+ at 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


More information about the dev-commits-ports-main mailing list