svn commit: r461128 - head/www/rssroll

Baptiste Daroussin bapt at FreeBSD.org
Wed Feb 7 09:16:52 UTC 2018


Author: bapt
Date: Wed Feb  7 09:16:51 2018
New Revision: 461128
URL: https://svnweb.freebsd.org/changeset/ports/461128

Log:
  There is no reason for a webapp to have its files belonging to www users
  except for directories where the webapp will actually write, which is not
  the case here.
  
  While here, remove useless @dir

Modified:
  head/www/rssroll/Makefile
  head/www/rssroll/pkg-plist

Modified: head/www/rssroll/Makefile
==============================================================================
--- head/www/rssroll/Makefile	Wed Feb  7 09:02:49 2018	(r461127)
+++ head/www/rssroll/Makefile	Wed Feb  7 09:16:51 2018	(r461128)
@@ -2,6 +2,7 @@
 
 PORTNAME=	rssroll
 PORTVERSION=	0.5
+PORTREVISION=	1
 CATEGORIES=	www
 
 MAINTAINER=	koue at chaosophia.net
@@ -17,8 +18,6 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	koue
 
 GNU_CONFIGURE=	yes
-
-PLIST_SUB+=	WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/rssroll ${STAGEDIR}${PREFIX}/bin

Modified: head/www/rssroll/pkg-plist
==============================================================================
--- head/www/rssroll/pkg-plist	Wed Feb  7 09:02:49 2018	(r461127)
+++ head/www/rssroll/pkg-plist	Wed Feb  7 09:16:51 2018	(r461128)
@@ -1,7 +1,5 @@
 bin/rssroll
 @sample etc/rssrollrc.sample
- at owner %%WWWOWN%%
- at group %%WWWGRP%%
 %%WWWDIR%%/css/common.css
 %%WWWDIR%%/css/default.css
 %%WWWDIR%%/css/flak.css
@@ -13,4 +11,3 @@ bin/rssroll
 %%WWWDIR%%/html/flak/header.html
 %%WWWDIR%%/html/main.html
 %%WWWDIR%%/index.cgi
- at dir %%WWWDIR%%


More information about the svn-ports-head mailing list