svn commit: r396494 - head/textproc/openfts

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 9 13:58:52 UTC 2015


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
 


More information about the svn-ports-all mailing list