From owner-svn-ports-head@FreeBSD.ORG Fri Sep 12 16:00:36 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 65595951; Fri, 12 Sep 2014 16:00:36 +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 50CA91F6; Fri, 12 Sep 2014 16:00:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8CG0akx013873; Fri, 12 Sep 2014 16:00:36 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8CG0aFU013872; Fri, 12 Sep 2014 16:00:36 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201409121600.s8CG0aFU013872@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 12 Sep 2014 16:00:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368034 - head/www/kplaylist 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, 12 Sep 2014 16:00:36 -0000 Author: antoine Date: Fri Sep 12 16:00:35 2014 New Revision: 368034 URL: http://svnweb.freebsd.org/changeset/ports/368034 QAT: https://qat.redports.org/buildarchive/r368034/ Log: - Allow staging as a regular user - Bump portrevision as files were not packaged with intended owner Modified: head/www/kplaylist/Makefile Modified: head/www/kplaylist/Makefile ============================================================================== --- head/www/kplaylist/Makefile Fri Sep 12 15:56:05 2014 (r368033) +++ head/www/kplaylist/Makefile Fri Sep 12 16:00:35 2014 (r368034) @@ -3,7 +3,7 @@ PORTNAME= kplaylist PORTVERSION= 1.8.505 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= www multimedia MASTER_SITES= http://www.kplaylist.net/archive.php?file=1.8.505&tar=true/ DISTNAME= ${PORTNAME}.${PORTVERSION} @@ -18,16 +18,14 @@ RUN_DEPENDS= lame:${PORTSDIR}/audio/lame USE_PHP= curl mysql session iconv WRKSRC= ${WRKDIR} -WWWDIR?= ${PREFIX}/www/${PORTNAME} NO_BUILD= yes -PLIST_FILES= %%WWWDIR%%/index.php -PLIST_DIRS= %%WWWDIR%% +PLIST_FILES= "@(${WWWOWN},${WWWGRP},) %%WWWDIR%%/index.php" \ + "@dirrm(${WWWOWN},${WWWGRP},) %%WWWDIR%%" do-install: ${MKDIR} ${STAGEDIR}${WWWDIR} @cd ${WRKSRC} && ${CP} kplaylist.1.8.505.php \ ${STAGEDIR}${WWWDIR}/index.php - ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR} .include