- Change some entries of openvas8/files/pkg-message - Change some entries of openvas9/files/pkg-message. It reflects socket use of OpenVAS 9 ports. - Fix problems into OpenVAS 9 greenbone*-sync scripts - Add missing dependency (ftp/wget) - Fix socket connection from openvas9-manager to openvas9-scanner - Bump PORTREVISION
20 lines
410 B
Makefile
20 lines
410 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= openvas9-scanner
|
|
PORTVERSION= 5.1.1
|
|
PORTREVISION= 1
|
|
MASTER_SITES= http://wald.intevation.org/frs/download.php/2423/
|
|
|
|
COMMENT= OpenVAS 9 scanner
|
|
|
|
CONFLICTS= ${PORTNAME:S/${OPENVAS_VER}/8/}-*
|
|
|
|
MASTERDIR= ${.CURDIR}/../../security/openvas8-scanner
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
|
PATCHDIR= ${.CURDIR}/files
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
OPENVAS_VER= 9
|
|
|
|
.include "${MASTERDIR}/Makefile"
|