pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

openvas-cli: Prepare for Cli



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Oct 12 00:01:50 2016 +0200
Changeset:	606b4f9603ea5591ee026388d716f7ea9667abc0

Modified Files:
	openvas-cli/Makefile

Log Message:
openvas-cli: Prepare for Cli

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=606b4f9603ea5591ee026388d716f7ea9667abc0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 openvas-cli/Makefile | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diffs:
diff --git a/openvas-cli/Makefile b/openvas-cli/Makefile
index 1418131..e3b0a6f 100644
--- a/openvas-cli/Makefile
+++ b/openvas-cli/Makefile
@@ -1,12 +1,12 @@
 # $NetBSD: Makefile,v 1.17 2016/09/19 13:04:27 wiz Exp $
 
-DISTNAME=	openvas-manager-6.0.9
+DISTNAME=	openvas-cli-1.4.4
 CATEGORIES=	security
-MASTER_SITES=	http://wald.intevation.org/frs/download.php/2359/
+MASTER_SITES=	http://wald.intevation.org/frs/download.php/2332/
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://www.openvas.org/
-COMMENT=	Manager for OpenVAS
+COMMENT=	Commandline Interface for OpenVAS
 LICENSE=	gnu-gpl-v2
 
 USE_CMAKE=	YES
@@ -16,9 +16,5 @@ USE_TOOLS+=	pkg-config
 
 CMAKE_ARGS+=	-DLOCALSTATEDIR:PATH=${VARBASE}
 
-REPLACE_PYTHON+=	tools/extra/xml_split
-
-.include "../../lang/python/application.mk"
-.include "../../databases/sqlite3/buildlink3.mk"
 .include "../../wip/openvas-libraries/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index