Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Feb 2018 10:20:21 +0000 (UTC)
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r461136 - head/security/nextcloud-twofactor_u2f
Message-ID:  <201802071020.w17AKLdm099332@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brnrd
Date: Wed Feb  7 10:20:21 2018
New Revision: 461136
URL: https://svnweb.freebsd.org/changeset/ports/461136

Log:
  security/nextcloud-twofactor_u2f: Don't install as www
  
  Reported by:	bapt

Modified:
  head/security/nextcloud-twofactor_u2f/Makefile
  head/security/nextcloud-twofactor_u2f/pkg-plist

Modified: head/security/nextcloud-twofactor_u2f/Makefile
==============================================================================
--- head/security/nextcloud-twofactor_u2f/Makefile	Wed Feb  7 10:19:01 2018	(r461135)
+++ head/security/nextcloud-twofactor_u2f/Makefile	Wed Feb  7 10:20:21 2018	(r461136)
@@ -20,12 +20,6 @@ RUN_DEPENDS=	nextcloud>=12:www/nextcloud
 NO_BUILD=	yes
 NO_ARCH=	yes
 
-NEXTCLOUD_USERNAME?=	${WWWOWN}
-NEXTCLOUD_GROUPNAME?=	${WWWGRP}
-
-PLIST_SUB=	NEXTCLOUD_USERNAME=${NEXTCLOUD_USERNAME} \
-		NEXTCLOUD_GROUPNAME=${NEXTCLOUD_GROUPNAME}
-
 WWWDIR=		${PREFIX}/www/nextcloud/apps/${PORTNAME}
 
 do-install:

Modified: head/security/nextcloud-twofactor_u2f/pkg-plist
==============================================================================
--- head/security/nextcloud-twofactor_u2f/pkg-plist	Wed Feb  7 10:19:01 2018	(r461135)
+++ head/security/nextcloud-twofactor_u2f/pkg-plist	Wed Feb  7 10:20:21 2018	(r461136)
@@ -1,5 +1,3 @@
-@owner %%NEXTCLOUD_USERNAME%%
-@group %%NEXTCLOUD_GROUPNAME%%
 %%WWWDIR%%/CHANGELOG.md
 %%WWWDIR%%/README.md
 %%WWWDIR%%/appinfo/autoload.php



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802071020.w17AKLdm099332>