Date: Tue, 14 Jul 2015 20:08:16 +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: r392073 - branches/2015Q3/security/rkhunter Message-ID: <201507142008.t6EK8Gxc013893@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Jul 14 20:08:16 2015 New Revision: 392073 URL: https://svnweb.freebsd.org/changeset/ports/392073 Log: MFH: r392071 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q3/security/rkhunter/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/security/rkhunter/Makefile ============================================================================== --- branches/2015Q3/security/rkhunter/Makefile Tue Jul 14 19:59:20 2015 (r392072) +++ branches/2015Q3/security/rkhunter/Makefile Tue Jul 14 20:08:16 2015 (r392073) @@ -3,7 +3,7 @@ PORTNAME= rkhunter PORTVERSION= 1.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= SF @@ -18,7 +18,9 @@ OPTIONS_DEFAULT=LSOF RUN_DEPENDS+= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= files/check_modules.pl files/filehashsha.pl \ + files/stat.pl NO_BUILD= yes SUB_FILES= 415.${PORTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507142008.t6EK8Gxc013893>