Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 May 2015 10:16:29 +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: r387000 - head/www/p5-Catalyst-Model-Xapian
Message-ID:  <201505221016.t4MAGTYi028807@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri May 22 10:16:29 2015
New Revision: 387000
URL: https://svnweb.freebsd.org/changeset/ports/387000

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

Modified:
  head/www/p5-Catalyst-Model-Xapian/Makefile

Modified: head/www/p5-Catalyst-Model-Xapian/Makefile
==============================================================================
--- head/www/p5-Catalyst-Model-Xapian/Makefile	Fri May 22 10:16:08 2015	(r386999)
+++ head/www/p5-Catalyst-Model-Xapian/Makefile	Fri May 22 10:16:29 2015	(r387000)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Catalyst-Model-Xapian
 PORTVERSION=	0.06
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:MRAMBERG
@@ -18,7 +18,8 @@ BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.30
 		p5-Search-Xapian>=1.2.7.0:${PORTSDIR}/databases/p5-Search-Xapian
 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?201505221016.t4MAGTYi028807>