svn commit: r321485 - head/security/openvas-server
William Grzybowski
wg at FreeBSD.org
Fri Jun 21 17:47:20 UTC 2013
Author: wg
Date: Fri Jun 21 17:47:19 2013
New Revision: 321485
URL: http://svnweb.freebsd.org/changeset/ports/321485
Log:
security/openvas-server: fix build
- Fix build, add pkgconfig to USES
- Trim Makefile header
- Remove leading article form COMMENT
PR: ports/179810 [1]
Submitted by: John Marino <draco at marino.st>
Modified:
head/security/openvas-server/Makefile
Modified: head/security/openvas-server/Makefile
==============================================================================
--- head/security/openvas-server/Makefile Fri Jun 21 17:40:21 2013 (r321484)
+++ head/security/openvas-server/Makefile Fri Jun 21 17:47:19 2013 (r321485)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: openvas-server
-# Date created: 2008-04-26
-# Whom: Tomoyuki Sakurai <cherry at trombik.org>
-#
+# Created by: Tomoyuki Sakurai <cherry at trombik.org>
# $FreeBSD$
-#
PORTNAME= openvas-server
PORTVERSION= 2.0.2
@@ -12,13 +8,13 @@ CATEGORIES= security
MASTER_SITES= http://wald.intevation.org/frs/download.php/593/
MAINTAINER= ports at FreeBSD.org
-COMMENT= A security scanner: a fork of Nessus
+COMMENT= Security scanner: a fork of Nessus
LIB_DEPENDS= openvas.2:${PORTSDIR}/security/openvas-libraries \
openvasnasl.2:${PORTSDIR}/security/openvas-libnasl
GNU_CONFIGURE= yes
-USES= gettext
+USES= gettext pkgconfig
USE_RC_SUBR= openvasd
MAN1= openvas-mkrand.1 openvas-mkcert-client.1 openvasd-config.1
More information about the svn-ports-head
mailing list