Date: Tue, 2 Jun 2015 23:34:10 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r388408 - branches/2015Q2/www/phpwebapp Message-ID: <201506022334.t52NYAKG031978@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Jun 2 23:34:09 2015 New Revision: 388408 URL: https://svnweb.freebsd.org/changeset/ports/388408 Log: MFH: r387016 - Fix shebangs - Drop @dirrm* from plist Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q2/www/phpwebapp/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/www/phpwebapp/Makefile ============================================================================== --- branches/2015Q2/www/phpwebapp/Makefile Tue Jun 2 23:33:02 2015 (r388407) +++ branches/2015Q2/www/phpwebapp/Makefile Tue Jun 2 23:34:09 2015 (r388408) @@ -3,12 +3,17 @@ PORTNAME= phpwebapp PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Web application framework +USES= shebangfix +SHEBANG_FILES= web_app/boxes/menu/edit/xsl/test/*.sh \ + web_app/convert/convert.php \ + web_app/l10n/app/*.sh USE_PHP= yes WANT_PHP_WEB= yes NO_BUILD= yes @@ -19,8 +24,5 @@ do-install: ${CP} -R ${WRKSRC}/web_app/ ${STAGEDIR}${PHPWEBAPP} @${FIND} ${STAGEDIR}${PHPWEBAPP} ! -type d | \ ${SED} 's,^${STAGEDIR}${PREFIX}/,,' >> ${TMPPLIST} - @${FIND} ${STAGEDIR}${PHPWEBAPP} -type d | ${SORT} -r | \ - ${SED} 's,^${STAGEDIR}${PREFIX}/,@dirrm ,' >> ${TMPPLIST} - @${ECHO_CMD} "@unexec rmdir %D/www/data 2>/dev/null || true" >> ${TMPPLIST} .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506022334.t52NYAKG031978>