svn commit: r388417 - branches/2015Q2/www/freeway

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 3 00:02:38 UTC 2015


Author: amdmi3
Date: Wed Jun  3 00:02:37 2015
New Revision: 388417
URL: https://svnweb.freebsd.org/changeset/ports/388417

Log:
  MFH: r387350
  
  - Fix shebangs
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (shebang fix blanket)

Modified:
  branches/2015Q2/www/freeway/Makefile
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/www/freeway/Makefile
==============================================================================
--- branches/2015Q2/www/freeway/Makefile	Tue Jun  2 23:58:59 2015	(r388416)
+++ branches/2015Q2/www/freeway/Makefile	Wed Jun  3 00:02:37 2015	(r388417)
@@ -3,7 +3,7 @@
 
 PORTNAME=	freeway
 PORTVERSION=	1.4.2.197
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	SF/${PORTNAME}-ecom/Freeway/${PORTVERSION}%20Sathish
 DISTNAME=	${PORTNAME}_${PORTVERSION:S,.,_,g}
@@ -11,6 +11,8 @@ DISTNAME=	${PORTNAME}_${PORTVERSION:S,.,
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Advanced Open Source eCommerce Platform
 
+USES=		shebangfix
+SHEBANG_FILES=	admin/htmlarea/plugins/SpellChecker/spell-check-logic.cgi
 USE_PHP=	mysql
 WRKSRC=		${WRKDIR}/${PORTNAME}
 


More information about the svn-ports-branches mailing list