Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Sep 2015 13:58: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: r396494 - head/textproc/openfts
Message-ID:  <201509091358.t89Dwpoh015438@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Sep  9 13:58:51 2015
New Revision: 396494
URL: https://svnweb.freebsd.org/changeset/ports/396494

Log:
  - Fix shebangs
  
  Approved by:	portmgr blanket
  MFH:		2015Q3 (blanket)

Modified:
  head/textproc/openfts/Makefile

Modified: head/textproc/openfts/Makefile
==============================================================================
--- head/textproc/openfts/Makefile	Wed Sep  9 13:58:46 2015	(r396493)
+++ head/textproc/openfts/Makefile	Wed Sep  9 13:58:51 2015	(r396494)
@@ -2,7 +2,7 @@
 
 PORTNAME=	openfts
 PORTVERSION=	0.40
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	textproc perl5
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/OpenFTS-perl%2C%20v${PORTVERSION}
 DISTNAME=	Search-OpenFTS-${PORTVERSION}
@@ -12,7 +12,8 @@ COMMENT=	Open Source Full Text Search en
 
 RUN_DEPENDS=	p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg
 
-USES+=		perl5 pgsql
+USES+=		perl5 pgsql shebangfix
+SHEBANG_FILES=	examples/*.pl examples/parser/*.pl
 USE_PERL5=	configure
 WANT_PGSQL=	contrib
 



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