Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jun 2015 04:12:32 +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: r388421 - branches/2015Q2/www/interchange
Message-ID:  <201506030412.t534CWSb073736@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jun  3 04:12:31 2015
New Revision: 388421
URL: https://svnweb.freebsd.org/changeset/ports/388421

Log:
  MFH: r387354
  
  - shabang
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (shebang fix blanket)

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

Modified: branches/2015Q2/www/interchange/Makefile
==============================================================================
--- branches/2015Q2/www/interchange/Makefile	Wed Jun  3 04:11:22 2015	(r388420)
+++ branches/2015Q2/www/interchange/Makefile	Wed Jun  3 04:12:31 2015	(r388421)
@@ -3,7 +3,7 @@
 
 PORTNAME=	interchange
 PORTVERSION=	5.6.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	www perl5
 MASTER_SITES=	http://ftp.icdevgroup.org/interchange/5.6/tar/
 
@@ -17,7 +17,13 @@ RUN_DEPENDS=	p5-Safe-Hole>=0.10:${PORTSD
 		p5-Digest-SHA1>=2.11:${PORTSDIR}/security/p5-Digest-SHA1
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-USES=		perl5 tar:bzip2
+USES=		perl5 shebangfix tar:bzip2
+SHEBANG_FILES=	dist/src/compile.pl \
+		dist/src/cpan_local_install \
+		dist/src/mod_perl_tlink.pl \
+		dist/src/testcgi \
+		dist/src/tlink.pl \
+		dist/src/vlink.pl
 USE_PERL5=	configure
 
 OPTIONS_DEFINE=		MYSQL PGSQL



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506030412.t534CWSb073736>