From 5e762dcd493ecca7a26edae08db4ebebf8f9a5d6 Mon Sep 17 00:00:00 2001 From: Tijl Coosemans Date: Thu, 2 Jan 2025 16:24:10 +0100 Subject: security/mbedtls: Move to security/mbedtls2 The port has expired but isn't removed yet because there are still too many consumers. Rename it because the name "security/mbedtls" makes it look like it's the default version. PR: 283792 --- net/bctoolbox/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'net/bctoolbox') diff --git a/net/bctoolbox/Makefile b/net/bctoolbox/Makefile index ee8b63d969c9..847c7fb2583f 100644 --- a/net/bctoolbox/Makefile +++ b/net/bctoolbox/Makefile @@ -1,5 +1,6 @@ PORTNAME= bctoolbox DISTVERSION= 5.2.94 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= bofh@FreeBSD.org @@ -9,12 +10,12 @@ WWW= https://gitlab.linphone.org/BC/public/bctoolbox LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -DEPRECATED= Depends on expired security/mbedtls +DEPRECATED= Depends on expired security/mbedtls2 EXPIRATION_DATE=2025-03-31 -BUILD_DEPENDS= mbedtls>=2.3.0_2:security/mbedtls +BUILD_DEPENDS= mbedtls2>=2.3.0_2:security/mbedtls2 LIB_DEPENDS= libbcunit.so:devel/bcunit \ - libmbedtls.so:security/mbedtls + libmbedtls.so:security/mbedtls2 USES= cmake compiler:c++17-lang USE_GITLAB= yes -- cgit v1.3