Date: Wed, 7 Feb 2018 09:16:51 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461128 - head/www/rssroll Message-ID: <201802070916.w179GpcS068138@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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 -@owner %%WWWOWN%% -@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 -@dir %%WWWDIR%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802070916.w179GpcS068138>