aboutsummaryrefslogtreecommitdiff
path: root/net/bctoolbox
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2025-01-02 15:24:10 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2025-01-02 16:31:07 +0000
commit5e762dcd493ecca7a26edae08db4ebebf8f9a5d6 (patch)
treeb29c62723c4bef1d79f597e64a62345d1936ee1b /net/bctoolbox
parent687c9a46bd95cc08855f300e20db068008854d3a (diff)
Diffstat (limited to 'net/bctoolbox')
-rw-r--r--net/bctoolbox/Makefile7
1 files changed, 4 insertions, 3 deletions
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