Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 May 2015 21:39:18 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387354 - head/www/interchange
Message-ID:  <201505242139.t4OLdIme055505@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun May 24 21:39:17 2015
New Revision: 387354
URL: https://svnweb.freebsd.org/changeset/ports/387354

Log:
  - shabang
  
  Approved by:	portmgr blanket
  MFH:		2015Q2

Modified:
  head/www/interchange/Makefile

Modified: head/www/interchange/Makefile
==============================================================================
--- head/www/interchange/Makefile	Sun May 24 21:39:04 2015	(r387353)
+++ head/www/interchange/Makefile	Sun May 24 21:39:17 2015	(r387354)
@@ -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/
 
@@ -20,7 +20,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?201505242139.t4OLdIme055505>