git: 7d165ac1dcaa - main - net/pichi: expire on 2025-03-31 for security/mbedtls

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Wed, 01 Jan 2025 14:01:37 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7d165ac1dcaa7f57b62f9bcb0cb91ec6895e950a

commit 7d165ac1dcaa7f57b62f9bcb0cb91ec6895e950a
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-01-01 13:58:44 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-01-01 14:01:12 +0000

    net/pichi: expire on 2025-03-31 for security/mbedtls
---
 net/pichi/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net/pichi/Makefile b/net/pichi/Makefile
index 2fc8b2a4981e..6ebb44ea2ab8 100644
--- a/net/pichi/Makefile
+++ b/net/pichi/Makefile
@@ -63,6 +63,8 @@ TRANSPARENT_CMAKE_BOOL=		TRANSPARENT_PF
 .if ${PORT_OPTIONS:MSTATIC}
 BUILD_DEPENDS+=	brotli>=1.0.0:archivers/brotli \
 			boringssl>=0.0.0.0.2022.12.22.01:security/boringssl
+DEPRECATED=	Depends on expired security/mbedtls
+EXPIRATION_DATE=2025-03-31
 .else
 LIB_DEPENDS+=	libbrotlicommon.so:archivers/brotli \
 			libbrotlidec.so:security/boringssl \