Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 2015 13:16:51 +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: r388071 - head/security/p5-Crypt-Tea_JS
Message-ID:  <201505311316.t4VDGpvx038674@svn.freebsd.org>

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

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

Modified:
  head/security/p5-Crypt-Tea_JS/Makefile

Modified: head/security/p5-Crypt-Tea_JS/Makefile
==============================================================================
--- head/security/p5-Crypt-Tea_JS/Makefile	Sun May 31 13:16:29 2015	(r388070)
+++ head/security/p5-Crypt-Tea_JS/Makefile	Sun May 31 13:16:51 2015	(r388071)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Crypt-Tea_JS
 PORTVERSION=	2.23
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,7 +13,8 @@ COMMENT=	Next gen Tiny Encryption Algori
 
 CONFLICTS=	p5-Crypt-T_e_a-[0-9]*
 
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	examples/tea_demo.cgi
 USE_PERL5=	configure
 
 OPTIONS_DEFINE=	EXAMPLES



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