From owner-svn-ports-all@FreeBSD.ORG Sun Sep 21 15:29:28 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 59B0CB2F; Sun, 21 Sep 2014 15:29:28 +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 4554B6DA; Sun, 21 Sep 2014 15:29:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8LFTSZ7045995; Sun, 21 Sep 2014 15:29:28 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8LFTR5u045993; Sun, 21 Sep 2014 15:29:27 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201409211529.s8LFTR5u045993@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 21 Sep 2014 15:29:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368771 - head/www/iwebcal X-SVN-Group: ports-head 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.18-1 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: Sun, 21 Sep 2014 15:29:28 -0000 Author: antoine Date: Sun Sep 21 15:29:27 2014 New Revision: 368771 URL: http://svnweb.freebsd.org/changeset/ports/368771 QAT: https://qat.redports.org/buildarchive/r368771/ Log: - Allow staging as a regular user - Bump portrevision as files were not packaged with intended owner Modified: head/www/iwebcal/Makefile head/www/iwebcal/pkg-plist Modified: head/www/iwebcal/Makefile ============================================================================== --- head/www/iwebcal/Makefile Sun Sep 21 15:19:44 2014 (r368770) +++ head/www/iwebcal/Makefile Sun Sep 21 15:29:27 2014 (r368771) @@ -3,6 +3,7 @@ PORTNAME= iwebcal PORTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= www deskutils MASTER_SITES= SF EXTRACT_SUFX= .tgz @@ -13,6 +14,7 @@ COMMENT= Webbased iCal calendar viewer NO_BUILD= yes USE_PHP= yes WRKSRC= ${WRKDIR}/iWebCal +PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" post-extract: -@${FIND} ${WRKSRC}/ -type d -name '.svn' | ${XARGS} ${RM} -rf @@ -20,6 +22,5 @@ post-extract: do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} ${CP} -R ${WRKSRC}/* ${STAGEDIR}${WWWDIR} - ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR}/ .include Modified: head/www/iwebcal/pkg-plist ============================================================================== --- head/www/iwebcal/pkg-plist Sun Sep 21 15:19:44 2014 (r368770) +++ head/www/iwebcal/pkg-plist Sun Sep 21 15:29:27 2014 (r368771) @@ -1,3 +1,5 @@ +@owner %%WWWOWN%% +@group %%WWWGRP%% %%WWWDIR%%/README.txt %%WWWDIR%%/Sample.ics %%WWWDIR%%/base/main.inc @@ -43,3 +45,5 @@ @dirrm %%WWWDIR%%/base @dirrmtry %%WWWDIR%%/cache @dirrmtry %%WWWDIR%% +@owner root +@group wheel