mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
Fix a problem with the nessus-update-plugins script, which did not
send a signal to the nessusd daemon. Bump PORTREVISION. PR: 33781 Submitted by: maintainer
This commit is contained in:
parent
7c14c477fe
commit
636198dbdd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53224
@ -5,6 +5,7 @@
|
||||
|
||||
PORTNAME= nessus-plugins-devel
|
||||
PORTVERSION= 1.1.11
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ftp://ftp.cis.fed.gov/pub/nessus/unstable/nessus-${PORTVERSION}/src/ \
|
||||
ftp://ftp.nessus.org/pub/nessus/unstable/nessus-${PORTVERSION}/src/ \
|
||||
@ -28,7 +29,8 @@ WRKSRC= ${WRKDIR}/nessus-plugins
|
||||
DISTNAME= nessus-plugins-${PORTVERSION}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-fetchcmd=wget
|
||||
CONFIGURE_ARGS= --with-fetchcmd=wget --sharedstatedir=${PREFIX}/etc/nessus/com \
|
||||
--localstatedir=${PREFIX}/etc/nessus/var
|
||||
|
||||
MAN1= nessus-build.1
|
||||
MAN8= nessus-update-plugins.8
|
||||
|
Loading…
x
Reference in New Issue
Block a user