Date: Fri, 22 May 2015 10:16:50 +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: r387002 - head/www/p5-Catalyst-Model-Xapian10 Message-ID: <201505221016.t4MAGoPI029056@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri May 22 10:16:49 2015 New Revision: 387002 URL: https://svnweb.freebsd.org/changeset/ports/387002 Log: - Fix shebangs Approved by: portmgr blanket MFH: 2015Q2 Modified: head/www/p5-Catalyst-Model-Xapian10/Makefile Modified: head/www/p5-Catalyst-Model-Xapian10/Makefile ============================================================================== --- head/www/p5-Catalyst-Model-Xapian10/Makefile Fri May 22 10:16:36 2015 (r387001) +++ head/www/p5-Catalyst-Model-Xapian10/Makefile Fri May 22 10:16:49 2015 (r387002) @@ -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?201505221016.t4MAGoPI029056>