svn commit: r447293 - head/security/greenbone-security-assistant8

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Thu Aug 3 22:32:23 UTC 2017


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 at FreeBSD.org
-COMMENT=	OpenVAS web interface
+MAINTAINER=	acm at 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


More information about the svn-ports-all mailing list