Date: Fri, 12 Sep 2014 16:00:36 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368034 - head/www/kplaylist Message-ID: <201409121600.s8CG0aFU013872@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409121600.s8CG0aFU013872>