From owner-svn-ports-head@FreeBSD.ORG Sun Sep 21 15:19:45 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9140D938; Sun, 21 Sep 2014 15:19:45 +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 638155FA; Sun, 21 Sep 2014 15:19:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8LFJjIU041266; Sun, 21 Sep 2014 15:19:45 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8LFJjTL041261; Sun, 21 Sep 2014 15:19:45 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201409211519.s8LFJjTL041261@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:19:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368770 - head/devel/gitphp 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: Sun, 21 Sep 2014 15:19:45 -0000 Author: antoine Date: Sun Sep 21 15:19:44 2014 New Revision: 368770 URL: http://svnweb.freebsd.org/changeset/ports/368770 QAT: https://qat.redports.org/buildarchive/r368770/ Log: - Allow staging as a regular user - Bump portrevision as files were not packaged with intended owner Modified: head/devel/gitphp/Makefile head/devel/gitphp/pkg-plist Modified: head/devel/gitphp/Makefile ============================================================================== --- head/devel/gitphp/Makefile Sun Sep 21 15:18:07 2014 (r368769) +++ head/devel/gitphp/Makefile Sun Sep 21 15:19:44 2014 (r368770) @@ -2,6 +2,7 @@ PORTNAME= gitphp PORTVERSION= 0.2.8 +PORTREVISION= 1 CATEGORIES= devel www MASTER_SITES= http://www.gitphp.org/attachments/download/47/ @@ -15,6 +16,7 @@ USE_PHP= bz2 fileinfo mbstring memcache WANT_PHP_WEB= yes NO_BUILD= yes +PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" SUB_FILES= pkg-message RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/xdiff.so:${PORTSDIR}/textproc/pecl-xdiff @@ -22,11 +24,7 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP do-install: ${MKDIR} ${STAGEDIR}${WWWDIR} (cd ${WRKSRC} \ - && ${COPYTREE_SHARE} \* ${STAGEDIR}${WWWDIR}) - ${CHOWN} -R www:www ${STAGEDIR}${WWWDIR} + && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}) ${FIND} ${STAGEDIR}${WWWDIR} -type f -exec ${CHMOD} 644 '{}' + -.if !defined(BATCH) - @ ${CAT} ${PKGMESSAGE} -.endif .include Modified: head/devel/gitphp/pkg-plist ============================================================================== --- head/devel/gitphp/pkg-plist Sun Sep 21 15:18:07 2014 (r368769) +++ head/devel/gitphp/pkg-plist Sun Sep 21 15:19:44 2014 (r368770) @@ -1,3 +1,5 @@ +@owner %%WWWOWN%% +@group %%WWWGRP%% %%WWWDIR%%/config/gitphp.conf.defaults.php %%WWWDIR%%/config/gitphp.conf.php.example %%WWWDIR%%/config/projects.conf.php.example @@ -798,3 +800,5 @@ @dirrm %%WWWDIR%%/config @dirrm %%WWWDIR%%/cache @dirrm %%WWWDIR%% +@owner root +@group wheel