From owner-svn-ports-head@FreeBSD.ORG Fri Oct 10 21:36:10 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DF0DDEC0; Fri, 10 Oct 2014 21:36:10 +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 B179176F; Fri, 10 Oct 2014 21:36:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9ALaANH014364; Fri, 10 Oct 2014 21:36:10 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9ALaAnv014362; Fri, 10 Oct 2014 21:36:10 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410102136.s9ALaAnv014362@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 21:36:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370606 - head/databases/mywwwatcher 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 21:36:11 -0000 Author: antoine Date: Fri Oct 10 21:36:09 2014 New Revision: 370606 URL: https://svnweb.freebsd.org/changeset/ports/370606 QAT: https://qat.redports.org/buildarchive/r370606/ Log: - Allow staging as a regular user - Bump portrevision as files were not packaged with intended group Modified: head/databases/mywwwatcher/Makefile head/databases/mywwwatcher/pkg-plist Modified: head/databases/mywwwatcher/Makefile ============================================================================== --- head/databases/mywwwatcher/Makefile Fri Oct 10 21:25:00 2014 (r370605) +++ head/databases/mywwwatcher/Makefile Fri Oct 10 21:36:09 2014 (r370606) @@ -3,6 +3,7 @@ PORTNAME= mywwwatcher PORTVERSION= 3.2 +PORTREVISION= 1 CATEGORIES= databases www MASTER_SITES= http://www.the.cz/mywwwatcher/files/ DISTNAME= mywwwatcher-${PORTVERSION} @@ -15,6 +16,7 @@ WRKSRC= ${WRKDIR}/mywwwatcher WANT_PHP_WEB= yes DEFAULT_PHP_VER= 5 USE_PHP= pcre session mysql +PLIST_SUB= WWWGRP="${WWWGRP}" NO_BUILD= yes @@ -23,7 +25,6 @@ SUB_FILES= pkg-message do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} @${CP} -Rp ${WRKSRC}/* ${STAGEDIR}${WWWDIR} - @${CHGRP} -R ${WWWGRP} ${STAGEDIR}${WWWDIR} @${CHMOD} 775 ${STAGEDIR}${WWWDIR}/ini @${CHMOD} 775 ${STAGEDIR}${WWWDIR}/query_archive Modified: head/databases/mywwwatcher/pkg-plist ============================================================================== --- head/databases/mywwwatcher/pkg-plist Fri Oct 10 21:25:00 2014 (r370605) +++ head/databases/mywwwatcher/pkg-plist Fri Oct 10 21:36:09 2014 (r370606) @@ -1,3 +1,4 @@ +@group %%WWWGRP%% %%WWWDIR%%/README %%WWWDIR%%/README.cz %%WWWDIR%%/charset.php @@ -32,9 +33,10 @@ %%WWWDIR%%/stat.php %%WWWDIR%%/style.css %%WWWDIR%%/top.php -@dirrm %%WWWDIR%%/query_archive -@dirrm %%WWWDIR%%/lang -@dirrm %%WWWDIR%%/include -@dirrm %%WWWDIR%%/ini -@dirrm %%WWWDIR%%/graphics -@dirrm %%WWWDIR%% +@dir %%WWWDIR%%/query_archive +@dir %%WWWDIR%%/lang +@dir %%WWWDIR%%/include +@dir %%WWWDIR%%/ini +@dir %%WWWDIR%%/graphics +@dir %%WWWDIR%% +@group