Date: Wed, 9 Sep 2015 14:00:11 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396496 - branches/2015Q3/textproc/openfts Message-ID: <201509091400.t89E0BTO015805@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509091400.t89E0BTO015805>