diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-03-18 17:24:05 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-03-19 16:00:56 +0000 |
commit | a2d038483ff7044d554a63f1902d215bad2d73a1 (patch) | |
tree | f3f0e126c195f6858e9d792ad4644af8b1054588 /net/bctoolbox/Makefile | |
parent | a448823a1c405abbc18288482ac8fb8ed61668df (diff) | |
download | ports-a2d038483ff7044d554a63f1902d215bad2d73a1.tar.gz ports-a2d038483ff7044d554a63f1902d215bad2d73a1.zip |
net/bctoolbox: Update version 5.1.38=>5.2.37
Diffstat (limited to 'net/bctoolbox/Makefile')
-rw-r--r-- | net/bctoolbox/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/bctoolbox/Makefile b/net/bctoolbox/Makefile index 7dc10b37fdb5..e2b34adb2df2 100644 --- a/net/bctoolbox/Makefile +++ b/net/bctoolbox/Makefile @@ -1,6 +1,5 @@ PORTNAME= bctoolbox -DISTVERSION= 5.1.38 -PORTREVISION= 1 +DISTVERSION= 5.2.37 CATEGORIES= net MAINTAINER= bofh@FreeBSD.org @@ -14,11 +13,11 @@ BUILD_DEPENDS= mbedtls>=2.3.0_2:security/mbedtls LIB_DEPENDS= libbcunit.so:devel/bcunit \ libmbedtls.so:security/mbedtls -USES= cmake compiler:c++11-lib +USES= cmake compiler:c++17-lang USE_GITLAB= yes GL_SITE= https://gitlab.linphone.org/BC GL_ACCOUNT= public -GL_COMMIT= 32ea3c32d3352400d49d89fcbc36ca7006a532d9 +GL_COMMIT= 02c84d3563ee054a977f5f2d8357d94d095145a5 USE_LDCONFIG= yes CMAKE_ARGS= -DENABLE_STATIC=NO -DENABLE_STRICT=NO \ |