svn commit: r396496 - branches/2015Q3/textproc/openfts

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 9 14:00:12 UTC 2015


Author: amdmi3
Date: Wed Sep  9 14:00:10 2015
New Revision: 396496
URL: https://svnweb.freebsd.org/changeset/ports/396496

Log:
  MFH: r396494
  
  - Fix shebangs
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam shebang fix blanket

Modified:
  branches/2015Q3/textproc/openfts/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/textproc/openfts/Makefile
==============================================================================
--- branches/2015Q3/textproc/openfts/Makefile	Wed Sep  9 13:59:03 2015	(r396495)
+++ branches/2015Q3/textproc/openfts/Makefile	Wed Sep  9 14:00:10 2015	(r396496)
@@ -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
 


More information about the svn-ports-branches mailing list