svn commit: r461133 - head/www/nextcloud-notes

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


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

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

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

Modified: head/www/nextcloud-notes/Makefile
==============================================================================
--- head/www/nextcloud-notes/Makefile	Wed Feb  7 10:10:13 2018	(r461132)
+++ head/www/nextcloud-notes/Makefile	Wed Feb  7 10:13:17 2018	(r461133)
@@ -14,8 +14,9 @@ MAINTAINER=	brnrd at freebsd.org
 COMMENT=	Notes app for Nextcloud
 
 LICENSE=	AGPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-RUN_DEPENDS=	nextcloud>=12:www/nextcloud
+RUN_DEPENDS=	nextcloud>=9:www/nextcloud
 
 NO_BUILD=	yes
 NO_ARCH=	yes

Modified: head/www/nextcloud-notes/pkg-plist
==============================================================================
--- head/www/nextcloud-notes/pkg-plist	Wed Feb  7 10:10:13 2018	(r461132)
+++ head/www/nextcloud-notes/pkg-plist	Wed Feb  7 10:13:17 2018	(r461133)
@@ -1,5 +1,3 @@
- at owner %%NEXTCLOUD_USERNAME%%
- at group %%NEXTCLOUD_GROUPNAME%%
 %%WWWDIR%%/AUTHORS
 %%WWWDIR%%/COPYING
 %%WWWDIR%%/README.md


More information about the svn-ports-head mailing list