diff options
author | miwi <miwi@FreeBSD.org> | 2009-08-21 23:18:32 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-08-21 23:18:32 +0800 |
commit | 51c8e3992fda4a20920f6ccffbc0e610ae05c1c7 (patch) | |
tree | b34bff5497729b4f098d1cd539191f10ad1606c1 /security | |
parent | 69b624337018e96768d323d16db1fb18aa231ca5 (diff) | |
download | freebsd-ports-gnome-51c8e3992fda4a20920f6ccffbc0e610ae05c1c7.tar.gz freebsd-ports-gnome-51c8e3992fda4a20920f6ccffbc0e610ae05c1c7.tar.zst freebsd-ports-gnome-51c8e3992fda4a20920f6ccffbc0e610ae05c1c7.zip |
- Chase gnutls shlib bump
Diffstat (limited to 'security')
-rw-r--r-- | security/openvas-plugins/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/openvas-plugins/Makefile b/security/openvas-plugins/Makefile index 8f9833e0f8d9..b52d9edf0440 100644 --- a/security/openvas-plugins/Makefile +++ b/security/openvas-plugins/Makefile @@ -7,6 +7,7 @@ PORTNAME= openvas-plugins PORTVERSION= 1.0.7 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://wald.intevation.org/frs/download.php/588/ @@ -17,7 +18,7 @@ BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet \ openvasd:${PORTSDIR}/security/openvas-server LIB_DEPENDS= openvas.2:${PORTSDIR}/security/openvas-libraries \ openvasnasl.2:${PORTSDIR}/security/openvas-libnasl \ - gnutls.26:${PORTSDIR}/security/gnutls + gnutls.40:${PORTSDIR}/security/gnutls RUN_DEPENDS= openvasd:${PORTSDIR}/security/openvas-server \ ${LOCALBASE}/bin/gmd5sum:${PORTSDIR}/sysutils/coreutils \ ${LOCALBASE}/bin/rsync:${PORTSDIR}/net/rsync |