View | Details | Raw Unified | Return to bug 137206
Collapse All | Expand All

(-)openvas-client/Makefile (-4 / +3 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	openvas-client
8
PORTNAME=	openvas-client
9
PORTVERSION=	1.0.3
9
PORTVERSION=	2.0.4
10
PORTREVISION=	1
11
CATEGORIES=	security
10
CATEGORIES=	security
12
MASTER_SITES=	http://wald.intevation.org/frs/download.php/420/
11
MASTER_SITES=	http://wald.intevation.org/frs/download.php/595/
13
12
14
MAINTAINER=	cherry@trombik.org
13
MAINTAINER=	cherry@trombik.org
15
COMMENT=	A GUI client for OpenVAS
14
COMMENT=	A GUI client for OpenVAS
Lines 20-25 Link Here
20
USE_GMAKE=	yes
19
USE_GMAKE=	yes
21
USE_GNOME=	gtk20
20
USE_GNOME=	gtk20
22
21
23
.include "${.CURDIR}/../../security/openvas-libraries/Makefile.common"
22
.include "${.CURDIR}/../openvas-libraries/Makefile.common"
24
23
25
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)openvas-client/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (openvas-client-1.0.3.tar.gz) = bad1bc466055e1373053e9be47739206
1
MD5 (openvas-client-2.0.4.tar.gz) = f997cb13a615b23061dfcf3a2bed2dec
2
SHA256 (openvas-client-1.0.3.tar.gz) = b1affacb83c750e214bcc368babb66d2c49cea8dd375d75b33a959f6946e151a
2
SHA256 (openvas-client-2.0.4.tar.gz) = 096a32328ca0a8b85465a881a743904879ea7f700f467b677209606cffaf2b54
3
SIZE (openvas-client-1.0.3.tar.gz) = 694275
3
SIZE (openvas-client-2.0.4.tar.gz) = 836329
(-)openvas-client/files/patch-nessus.tmpl.in (-5 / +8 lines)
Lines 1-11 Link Here
1
--- nessus.tmpl.in.orig	2008-04-27 11:39:30.000000000 +0900
1
2
+++ nessus.tmpl.in	2008-04-27 11:39:47.000000000 +0900
2
$FreeBSD$
3
@@ -37,7 +37,7 @@
3
4
--- nessus.tmpl.in.orig
5
+++ nessus.tmpl.in
6
@@ -38,7 +38,7 @@
4
 make_bindir=${rootdir}/bin
7
 make_bindir=${rootdir}/bin
5
 libsdir=${rootdir}/libs
8
 libsdir=${rootdir}/libs
6
 top_builddir = @PWDD@
9
 top_builddir = @PWDD@
7
-include= -I. -I$(rootdir)/include  
10
-include= -I. -I$(rootdir)/include
8
+include= -I. -I$(rootdir)/include -I$(includedir) 
11
+include= -I. -I$(rootdir)/include -I$(includedir)
9
 INSTALL=@INSTALL@
12
 INSTALL=@INSTALL@
10
 INSTALL_DIR=@INSTALL_DIR@
13
 INSTALL_DIR=@INSTALL_DIR@
11
 installuser=@installuser@
14
 installuser=@installuser@

Return to bug 137206