From owner-svn-ports-all@freebsd.org Wed Feb 7 09:16:52 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83CC5EEC129; Wed, 7 Feb 2018 09:16:52 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3866E7E6F5; Wed, 7 Feb 2018 09:16:52 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2EBC224D84; Wed, 7 Feb 2018 09:16:52 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w179GqgC068140; Wed, 7 Feb 2018 09:16:52 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w179GpcS068138; Wed, 7 Feb 2018 09:16:51 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201802070916.w179GpcS068138@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 7 Feb 2018 09:16:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461128 - head/www/rssroll X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/www/rssroll X-SVN-Commit-Revision: 461128 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Feb 2018 09:16:52 -0000 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%%