- Add 'USES=shebangfix' to adjust perl path of script. - OptionsNGfy. - Support staging. - Bump PORTREVISON because content of script is changed.
Responsible Changed From-To: freebsd-ports-bugs->danger Over to maintainer (via the GNATS Auto Assign Tool)
Hello, Would you please commit this PR? Best Regards. --- Yasuhiro KIMURA
Author: danger (doc committer) Date: Fri May 2 12:10:20 2014 New Revision: 352808 URL: http://svnweb.freebsd.org/changeset/ports/352808 QAT: https://qat.redports.org/buildarchive/r352808/ Log: - add shebangfix support PR: 186064 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Approved by: mat Modified: head/security/bruteforceblocker/Makefile Modified: head/security/bruteforceblocker/Makefile ============================================================================== --- head/security/bruteforceblocker/Makefile Fri May 2 11:51:17 2014 (r352807) +++ head/security/bruteforceblocker/Makefile Fri May 2 12:10:20 2014 (r352808) @@ -18,13 +18,14 @@ RUN_DEPENDS= p5-Unix-Syslog>=0:${PORTSDI p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS NO_BUILD= yes -USES= perl5 +USES= perl5 shebangfix USE_PERL5= run OPTIONS_DEFINE= DOCS WRKSRC= ${WRKDIR}/${PORTNAME} SUB_FILES= pkg-message +SHEBANG_FILES= ${PORTNAME}.pl do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${STAGEDIR}${PREFIX}/sbin/${PORTNAME} _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed - committed, thanks!