svn commit: r461136 - head/security/nextcloud-twofactor_u2f

Bernard Spil brnrd at FreeBSD.org
Wed Feb 7 10:20:22 UTC 2018


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 @@
- at owner %%NEXTCLOUD_USERNAME%%
- at group %%NEXTCLOUD_GROUPNAME%%
 %%WWWDIR%%/CHANGELOG.md
 %%WWWDIR%%/README.md
 %%WWWDIR%%/appinfo/autoload.php


More information about the svn-ports-head mailing list