diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/gnutls-devel/Makefile | 5 | ||||
-rw-r--r-- | security/gnutls/Makefile | 1 | ||||
-rw-r--r-- | security/libgnome-keyring/Makefile | 4 | ||||
-rw-r--r-- | security/openvas-libnasl/Makefile | 4 | ||||
-rw-r--r-- | security/shishi/Makefile | 2 |
5 files changed, 9 insertions, 7 deletions
diff --git a/security/gnutls-devel/Makefile b/security/gnutls-devel/Makefile index f9593943a0b9..6b8ba64a2e12 100644 --- a/security/gnutls-devel/Makefile +++ b/security/gnutls-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnutls PORTVERSION= 2.99.4 +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= http://alpha.gnu.org/gnu/gnutls/ \ ftp://ftp.gnutls.org/pub/gnutls/devel/ @@ -36,8 +37,8 @@ MANCOMPRESSED= no .include <bsd.port.pre.mk> -.if (defined(WITH_LIBTASN1) || exists(${LOCALBASE}/lib/libtasn1.so.4)) && !defined(WITHOUT_LIBTASN1) -LIB_DEPENDS+= tasn1.4:${PORTSDIR}/security/libtasn1 +.if (defined(WITH_LIBTASN1) || exists(${LOCALBASE}/lib/libtasn1.so.5)) && !defined(WITHOUT_LIBTASN1) +LIB_DEPENDS+= tasn1.5:${PORTSDIR}/security/libtasn1 .else CONFIGURE_ARGS+= --with-included-libtasn1 .endif diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 15ee9a0ea5a3..20573b497479 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnutls PORTVERSION= 2.12.23 +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= \ ftp://ftp.gnutls.org/gcrypt/gnutls/v${PORTVERSION:C/.[0-9]+$//}/ diff --git a/security/libgnome-keyring/Makefile b/security/libgnome-keyring/Makefile index fe7a17f65633..b67c1661b7e6 100644 --- a/security/libgnome-keyring/Makefile +++ b/security/libgnome-keyring/Makefile @@ -7,14 +7,14 @@ PORTNAME= libgnome-keyring PORTVERSION= 2.32.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security gnome MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= A program that keeps passwords and other secrets -LIB_DEPENDS= tasn1.4:${PORTSDIR}/security/libtasn1 \ +LIB_DEPENDS= tasn1.5:${PORTSDIR}/security/libtasn1 \ gcrypt.18:${PORTSDIR}/security/libgcrypt USE_BZIP2= yes diff --git a/security/openvas-libnasl/Makefile b/security/openvas-libnasl/Makefile index 69952fe66cdf..e9fd34bce812 100644 --- a/security/openvas-libnasl/Makefile +++ b/security/openvas-libnasl/Makefile @@ -7,7 +7,7 @@ PORTNAME= openvas-libnasl PORTVERSION= 2.0.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security MASTER_SITES= http://wald.intevation.org/frs/download.php/561/ @@ -20,7 +20,7 @@ LIB_DEPENDS= gcrypt.18:${PORTSDIR}/security/libgcrypt \ gpgme.19:${PORTSDIR}/security/gpgme \ openvas.2:${PORTSDIR}/security/openvas-libraries \ openvas_hg.2:${PORTSDIR}/security/openvas-libraries \ - tasn1.4:${PORTSDIR}/security/libtasn1 + tasn1.5:${PORTSDIR}/security/libtasn1 GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/security/shishi/Makefile b/security/shishi/Makefile index 0b1a3c1b8034..83c0c7f8dfd9 100644 --- a/security/shishi/Makefile +++ b/security/shishi/Makefile @@ -2,7 +2,7 @@ PORTNAME= shishi PORTVERSION= 1.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= GNU |