Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Aug 2017 22:32:22 +0000 (UTC)
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r447293 - head/security/greenbone-security-assistant8
Message-ID:  <201708032232.v73MWMdf074941@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: acm
Date: Thu Aug  3 22:32:22 2017
New Revision: 447293
URL: https://svnweb.freebsd.org/changeset/ports/447293

Log:
  - Update to 6.0.12
  - Take maintainership
  - Prepare to import OpenVAS 9 ports

Modified:
  head/security/greenbone-security-assistant8/Makefile
  head/security/greenbone-security-assistant8/distinfo

Modified: head/security/greenbone-security-assistant8/Makefile
==============================================================================
--- head/security/greenbone-security-assistant8/Makefile	Thu Aug  3 22:31:38 2017	(r447292)
+++ head/security/greenbone-security-assistant8/Makefile	Thu Aug  3 22:32:22 2017	(r447293)
@@ -1,24 +1,29 @@
 # $FreeBSD$
 
-PORTNAME=	greenbone-security-assistant
-PORTVERSION=	6.0.10
-PORTREVISION=	2
+PORTNAME?=	greenbone-security-assistant8
+PORTVERSION?=	6.0.12
 CATEGORIES=	security
-MASTER_SITES=	http://wald.intevation.org/frs/download.php/2299/
+MASTER_SITES?=	http://wald.intevation.org/frs/download.php/2442/
+DISTNAME=	${PORTNAME:S/${OPENVAS_VER}//}-${PORTVERSION}
+DIST_SUBDIR=	openvas${OPENVAS_VER}
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	OpenVAS web interface
+MAINTAINER=	acm@FreeBSD.org
+COMMENT?=	OpenVAS 8 web interface
 
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING.GPL
 
 LIB_DEPENDS=	libgnutls.so:security/gnutls \
 		libgcrypt.so:security/libgcrypt \
-		libopenvas_base.so:security/openvas-libraries \
+		libopenvas_base.so:security/openvas${OPENVAS_VER}-libraries \
 		libmicrohttpd.so:www/libmicrohttpd
 
+CONFLICTS?=	${PORTNAME:S/${OPENVAS_VER}/9/}-*
+
 USES=		cmake:outsource gettext gnome pkgconfig
 USE_GNOME=	glib20 libxml2 libxslt
 USE_RC_SUBR=	gsad
+
+OPENVAS_VER?=	8
 
 .include <bsd.port.mk>

Modified: head/security/greenbone-security-assistant8/distinfo
==============================================================================
--- head/security/greenbone-security-assistant8/distinfo	Thu Aug  3 22:31:38 2017	(r447292)
+++ head/security/greenbone-security-assistant8/distinfo	Thu Aug  3 22:32:22 2017	(r447293)
@@ -1,2 +1,3 @@
-SHA256 (greenbone-security-assistant-6.0.10.tar.gz) = 9581ba04010987ff6f66edc7393595a2e2b05b64d3463886fba9e5d1152cc8df
-SIZE (greenbone-security-assistant-6.0.10.tar.gz) = 1477638
+TIMESTAMP = 1501781383
+SHA256 (openvas8/greenbone-security-assistant-6.0.12.tar.gz) = c2f04884c0053fad58afa9f94f33aa4b47e1b55607266de2c16261fb341863a3
+SIZE (openvas8/greenbone-security-assistant-6.0.12.tar.gz) = 1495351



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708032232.v73MWMdf074941>