diff options
author | novel <novel@FreeBSD.org> | 2009-08-17 02:04:40 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2009-08-17 02:04:40 +0800 |
commit | eca1cf95d458e76990c77d38103cf30a96c51467 (patch) | |
tree | 55b0de0ced1add49d77516588335a7c063b7227f /security | |
parent | 4c532e98adf2028ff3fcc40cedbefb73fe9dc6b5 (diff) | |
download | freebsd-ports-gnome-eca1cf95d458e76990c77d38103cf30a96c51467.tar.gz freebsd-ports-gnome-eca1cf95d458e76990c77d38103cf30a96c51467.tar.zst freebsd-ports-gnome-eca1cf95d458e76990c77d38103cf30a96c51467.zip |
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.
Diffstat (limited to 'security')
-rw-r--r-- | security/openvas-libnasl/Makefile | 4 | ||||
-rw-r--r-- | security/openvas-plugins/Makefile | 4 | ||||
-rw-r--r-- | security/py-gnutls/Makefile | 3 |
3 files changed, 6 insertions, 5 deletions
diff --git a/security/openvas-libnasl/Makefile b/security/openvas-libnasl/Makefile index 9954e5cc946a..4d5e4db77a1a 100644 --- a/security/openvas-libnasl/Makefile +++ b/security/openvas-libnasl/Makefile @@ -7,7 +7,7 @@ PORTNAME= openvas-libnasl PORTVERSION= 1.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= http://wald.intevation.org/frs/download.php/406/ @@ -15,7 +15,7 @@ MAINTAINER= cherry@trombik.org COMMENT= NASL libraries for OpenVAS LIB_DEPENDS= gcrypt.16:${PORTSDIR}/security/libgcrypt \ - gnutls.26:${PORTSDIR}/security/gnutls \ + gnutls.40:${PORTSDIR}/security/gnutls \ gpg-error.0:${PORTSDIR}/security/libgpg-error \ gpgme.18:${PORTSDIR}/security/gpgme \ openvas.1:${PORTSDIR}/security/openvas-libraries \ diff --git a/security/openvas-plugins/Makefile b/security/openvas-plugins/Makefile index 2f8b92dfa5f6..ca878cffd53d 100644 --- a/security/openvas-plugins/Makefile +++ b/security/openvas-plugins/Makefile @@ -7,7 +7,7 @@ PORTNAME= openvas-plugins PORTVERSION= 1.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://wald.intevation.org/frs/download.php/412/ @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet \ openvasd:${PORTSDIR}/security/openvas-server LIB_DEPENDS= openvas.1:${PORTSDIR}/security/openvas-libraries \ openvasnasl.1:${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 diff --git a/security/py-gnutls/Makefile b/security/py-gnutls/Makefile index 2701a25790de..e0df5f0a9118 100644 --- a/security/py-gnutls/Makefile +++ b/security/py-gnutls/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnutls PORTVERSION= 1.1.9 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +16,7 @@ DISTNAME= python-gnutls-${PORTVERSION} MAINTAINER= lwhsu@FreeBSD.org COMMENT= Python wrapper for the GNUTLS library -LIB_DEPENDS= gnutls.26:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls RUN_DEPENDS= ${PYCTYPES} USE_PYTHON= yes |