svn commit: r392073 - branches/2015Q3/security/rkhunter
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jul 14 20:08:17 UTC 2015
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}
More information about the svn-ports-all
mailing list