diff options
author | acm <acm@FreeBSD.org> | 2017-08-04 06:32:22 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2017-08-04 06:32:22 +0800 |
commit | 59cddc2d501bb971eec11f7249deefe729c6014f (patch) | |
tree | 1b1135cea96615910a3be941384ee7edc70feeef /security | |
parent | 37dc6048f6ad5169df4929a395bdf1d511d8d1f0 (diff) | |
download | freebsd-ports-gnome-59cddc2d501bb971eec11f7249deefe729c6014f.tar.gz freebsd-ports-gnome-59cddc2d501bb971eec11f7249deefe729c6014f.tar.zst freebsd-ports-gnome-59cddc2d501bb971eec11f7249deefe729c6014f.zip |
- Update to 6.0.12
- Take maintainership
- Prepare to import OpenVAS 9 ports
Diffstat (limited to 'security')
-rw-r--r-- | security/greenbone-security-assistant8/Makefile | 19 | ||||
-rw-r--r-- | security/greenbone-security-assistant8/distinfo | 5 |
2 files changed, 15 insertions, 9 deletions
diff --git a/security/greenbone-security-assistant8/Makefile b/security/greenbone-security-assistant8/Makefile index 6c65983df245..b9a4e55a02fb 100644 --- a/security/greenbone-security-assistant8/Makefile +++ b/security/greenbone-security-assistant8/Makefile @@ -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> diff --git a/security/greenbone-security-assistant8/distinfo b/security/greenbone-security-assistant8/distinfo index fa70bd1cbdd8..446e6af9218a 100644 --- a/security/greenbone-security-assistant8/distinfo +++ b/security/greenbone-security-assistant8/distinfo @@ -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 |