svn commit: r395720 - head/finance/weberp

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Aug 31 18:40:32 UTC 2015


Author: amdmi3
Date: Mon Aug 31 18:40:31 2015
New Revision: 395720
URL: https://svnweb.freebsd.org/changeset/ports/395720

Log:
  - Fix shebangs
  
  Approved by:	portmgr blanket
  MFH:		2015Q3 (blanket)

Modified:
  head/finance/weberp/Makefile

Modified: head/finance/weberp/Makefile
==============================================================================
--- head/finance/weberp/Makefile	Mon Aug 31 18:39:58 2015	(r395719)
+++ head/finance/weberp/Makefile	Mon Aug 31 18:40:31 2015	(r395720)
@@ -3,6 +3,7 @@
 
 PORTNAME=	weberp
 PORTVERSION=	4.12.3
+PORTREVISION=	1
 CATEGORIES=	finance www
 MASTER_SITES=	SF/web-erp/
 DISTNAME=	webERP_${PORTVERSION}
@@ -14,7 +15,8 @@ LICENSE=	GPLv2
 
 PORTSCOUT=	skipv:3.12
 
-USES=		gettext zip
+USES=		gettext shebangfix zip
+SHEBANG_FILES=	report_runner.php
 USE_PHP=	mysql gettext
 WRKSRC=		${WRKDIR}/webERP
 


More information about the svn-ports-all mailing list