Date: Wed, 6 Nov 2024 15:56:08 GMT From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 16577400db6b - main - devel/qca: switch to botan3 instead of deprecated botan2 Message-ID: <202411061556.4A6Fu8aN018878@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=16577400db6bfe9f6c6e37ca963cc41217d7c2e5 commit 16577400db6bfe9f6c6e37ca963cc41217d7c2e5 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2024-11-06 15:54:24 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2024-11-06 15:54:24 +0000 devel/qca: switch to botan3 instead of deprecated botan2 --- devel/qca/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/qca/Makefile b/devel/qca/Makefile index d8c2c8fb614f..de331fd84b04 100644 --- a/devel/qca/Makefile +++ b/devel/qca/Makefile @@ -42,7 +42,7 @@ OPTIONS_DEFAULT=GNUPG OPENSSL OPTIONS_SUB= yes BOTAN_DESC= Build with Botan crypto library -BOTAN_LIB_DEPENDS= libbotan-2.so:security/botan2 +BOTAN_LIB_DEPENDS= libbotan-3.so:security/botan3 BOTAN_CMAKE_ON= -DWITH_botan_PLUGIN=yes GCRYPT_LIB_DEPENDS= libgcrypt.so:security/libgcrypt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411061556.4A6Fu8aN018878>