Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 2015 13:19:32 +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: r388075 - head/textproc/p5-Text-Prefix-XS
Message-ID:  <201505311319.t4VDJWVI039432@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun May 31 13:19:31 2015
New Revision: 388075
URL: https://svnweb.freebsd.org/changeset/ports/388075

Log:
  - Fix shebangs
  
  Approved by:	portmgr blanket
  MFH:		2015Q2

Modified:
  head/textproc/p5-Text-Prefix-XS/Makefile

Modified: head/textproc/p5-Text-Prefix-XS/Makefile
==============================================================================
--- head/textproc/p5-Text-Prefix-XS/Makefile	Sun May 31 13:18:23 2015	(r388074)
+++ head/textproc/p5-Text-Prefix-XS/Makefile	Sun May 31 13:19:31 2015	(r388075)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Text-Prefix-XS
 PORTVERSION=	0.15
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -18,7 +18,8 @@ BUILD_DEPENDS=	p5-Digest-SHA1>=1:${PORTS
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Deep>=0.108:${PORTSDIR}/devel/p5-Test-Deep
 
+SHEBANG_FILES=	trie.pl
 USE_PERL5=	configure
-USES=		perl5
+USES=		perl5 shebangfix
 
 .include <bsd.port.mk>



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