From owner-svn-ports-head@FreeBSD.ORG Fri Oct 10 22:07:41 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4786C9D1; Fri, 10 Oct 2014 22:07:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1A260A6D; Fri, 10 Oct 2014 22:07:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9AM7eio029311; Fri, 10 Oct 2014 22:07:40 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9AM7evO029308; Fri, 10 Oct 2014 22:07:40 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410102207.s9AM7evO029308@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 10 Oct 2014 22:07:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370611 - head/www/speedtest-mini X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2014 22:07:41 -0000 Author: antoine Date: Fri Oct 10 22:07:40 2014 New Revision: 370611 URL: https://svnweb.freebsd.org/changeset/ports/370611 QAT: https://qat.redports.org/buildarchive/r370611/ Log: - Allow staging as a regular user - Bump portrevision as files where not packaged with intended owner Modified: head/www/speedtest-mini/Makefile head/www/speedtest-mini/pkg-plist Modified: head/www/speedtest-mini/Makefile ============================================================================== --- head/www/speedtest-mini/Makefile Fri Oct 10 22:02:23 2014 (r370610) +++ head/www/speedtest-mini/Makefile Fri Oct 10 22:07:40 2014 (r370611) @@ -3,7 +3,7 @@ PORTNAME= speedtest-mini PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://c.speedtest.net/mini/ DISTNAME= mini @@ -12,6 +12,7 @@ MAINTAINER= meta+ports@vmeta.jp COMMENT= Mini bandwidth speed test on your own server NO_BUILD= yes +PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" SUB_FILES= pkg-message USES= zip @@ -25,6 +26,5 @@ do-install: ${STAGEDIR}${WWWDIR}/speedtest ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/speedtest/upload.php \ ${STAGEDIR}${WWWDIR}/speedtest - ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR} .include Modified: head/www/speedtest-mini/pkg-plist ============================================================================== --- head/www/speedtest-mini/pkg-plist Fri Oct 10 22:02:23 2014 (r370610) +++ head/www/speedtest-mini/pkg-plist Fri Oct 10 22:07:40 2014 (r370611) @@ -1,3 +1,5 @@ +@owner %%WWWOWN%% +@group %%WWWGRP%% %%WWWDIR%%/index.html %%WWWDIR%%/speedtest.swf %%WWWDIR%%/speedtest/random1000x1000.jpg @@ -12,5 +14,7 @@ %%WWWDIR%%/speedtest/random750x750.jpg %%WWWDIR%%/speedtest/swfobject.js %%WWWDIR%%/speedtest/upload.php -@dirrm %%WWWDIR%%/speedtest -@dirrm %%WWWDIR%% +@dir %%WWWDIR%%/speedtest +@dir %%WWWDIR%% +@owner +@group