svn commit: r461132 - head/www/nextcloud-contacts

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


Author: brnrd
Date: Wed Feb  7 10:10:13 2018
New Revision: 461132
URL: https://svnweb.freebsd.org/changeset/ports/461132

Log:
  www/nextcloud-contacts: Don't install as www

Modified:
  head/www/nextcloud-contacts/Makefile
  head/www/nextcloud-contacts/pkg-plist

Modified: head/www/nextcloud-contacts/Makefile
==============================================================================
--- head/www/nextcloud-contacts/Makefile	Wed Feb  7 10:08:23 2018	(r461131)
+++ head/www/nextcloud-contacts/Makefile	Wed Feb  7 10:10:13 2018	(r461132)
@@ -15,7 +15,7 @@ COMMENT=	Contacts app for Nextcloud
 
 LICENSE=	AGPLv3
 
-RUN_DEPENDS=	nextcloud>=12:www/nextcloud
+RUN_DEPENDS=	nextcloud>=11:www/nextcloud
 
 NO_BUILD=	yes
 NO_ARCH=	yes

Modified: head/www/nextcloud-contacts/pkg-plist
==============================================================================
--- head/www/nextcloud-contacts/pkg-plist	Wed Feb  7 10:08:23 2018	(r461131)
+++ head/www/nextcloud-contacts/pkg-plist	Wed Feb  7 10:10:13 2018	(r461132)
@@ -1,5 +1,3 @@
- at owner %%NEXTCLOUD_USERNAME%%
- at group %%NEXTCLOUD_GROUPNAME%%
 %%WWWDIR%%/appinfo/app.php
 %%WWWDIR%%/appinfo/info.xml
 %%WWWDIR%%/appinfo/routes.php


More information about the svn-ports-head mailing list