svn commit: r387354 - head/www/interchange

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun May 24 21:39:18 UTC 2015


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


More information about the svn-ports-all mailing list