Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jun 2015 23:20:46 +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: r388396 - branches/2015Q2/www/p5-Catalyst-Model-Xapian10
Message-ID:  <201506022320.t52NKkS2021920@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jun  2 23:20:46 2015
New Revision: 388396
URL: https://svnweb.freebsd.org/changeset/ports/388396

Log:
  MFH: r387002
  
  - Fix shebangs
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (shebang fix blanket)

Modified:
  branches/2015Q2/www/p5-Catalyst-Model-Xapian10/Makefile
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/www/p5-Catalyst-Model-Xapian10/Makefile
==============================================================================
--- branches/2015Q2/www/p5-Catalyst-Model-Xapian10/Makefile	Tue Jun  2 23:19:46 2015	(r388395)
+++ branches/2015Q2/www/p5-Catalyst-Model-Xapian10/Makefile	Tue Jun  2 23:20:46 2015	(r388396)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Catalyst-Model-Xapian10
 PORTVERSION=	0.06
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:MRAMBERG
@@ -19,7 +19,8 @@ BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.30
 		p5-Search-Xapian10>=0.9.2.4:${PORTSDIR}/databases/p5-Search-Xapian10
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	sample-indexer.pl
 USE_PERL5=	configure
 
 .include <bsd.port.mk>



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