From owner-svn-ports-head@FreeBSD.ORG Fri Sep 19 21:12:26 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 6652BEF4; Fri, 19 Sep 2014 21:12:26 +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 37BCABE1; Fri, 19 Sep 2014 21:12:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8JLCQ8u045959; Fri, 19 Sep 2014 21:12:26 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8JLCP5Z045957; Fri, 19 Sep 2014 21:12:25 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201409192112.s8JLCP5Z045957@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 19 Sep 2014 21:12:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368598 - head/www/serendipity 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, 19 Sep 2014 21:12:26 -0000 Author: antoine Date: Fri Sep 19 21:12:25 2014 New Revision: 368598 URL: http://svnweb.freebsd.org/changeset/ports/368598 QAT: https://qat.redports.org/buildarchive/r368598/ Log: Allow staging as a regular user Bump portrevision as files were not packaged with intended owner Modified: head/www/serendipity/Makefile head/www/serendipity/pkg-plist Modified: head/www/serendipity/Makefile ============================================================================== --- head/www/serendipity/Makefile Fri Sep 19 20:59:51 2014 (r368597) +++ head/www/serendipity/Makefile Fri Sep 19 21:12:25 2014 (r368598) @@ -3,6 +3,7 @@ PORTNAME= serendipity PORTVERSION= 1.7.8 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= SF/php-blog/${PORTNAME}/${PORTVERSION} @@ -15,6 +16,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= YES SERENDIPITY?= www/${PORTNAME} #PLIST_SUB+= SERENDIPITY=${SERENDIPITY} +PLIST_SUB+= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" USE_PHP= session pcre gd openssl mbstring iconv zlib xml #SUB_LIST+= SERENDIPITY=${SERENDIPITY} SUB_FILES= pkg-message @@ -45,6 +47,5 @@ do-install: @-${MKDIR} ${STAGEDIR}${PREFIX}/${SERENDIPITY} @${CHMOD} 755 ${STAGEDIR}${PREFIX}/${SERENDIPITY} @(cd ${WRKSRC} && ${CP} -R * ${STAGEDIR}${PREFIX}/${SERENDIPITY}/ ) - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${PREFIX}/${SERENDIPITY} .include Modified: head/www/serendipity/pkg-plist ============================================================================== --- head/www/serendipity/pkg-plist Fri Sep 19 20:59:51 2014 (r368597) +++ head/www/serendipity/pkg-plist Fri Sep 19 21:12:25 2014 (r368598) @@ -1,3 +1,5 @@ +@owner %%WWWOWN%% +@group %%WWWGRP%% %%WWWDIR%%/README.markdown %%WWWDIR%%/bundled-libs/.current_version %%WWWDIR%%/bundled-libs/Cache/BUNDLE_NOTICE @@ -3391,3 +3393,5 @@ @dirrmtry %%WWWDIR%%/templates_c @dirrmtry %%WWWDIR%%/uploads @dirrmtry %%WWWDIR%% +@owner root +@group wheel