svn commit: r388408 - branches/2015Q2/www/phpwebapp

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 2 23:34:10 UTC 2015


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 at 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}/, at dirrm ,' >> ${TMPPLIST}
-	@${ECHO_CMD} "@unexec rmdir %D/www/data 2>/dev/null || true" >> ${TMPPLIST}
 
 .include <bsd.port.mk>


More information about the svn-ports-branches mailing list