Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jan 2025 14:01:29 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2e2c4ce5e693 - main - lang/gauche: expire on 2025-03-31 for security/mbedtls
Message-ID:  <202501011401.501E1TuA072315@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2e2c4ce5e69372634f01b19376ad72a166addbad

commit 2e2c4ce5e69372634f01b19376ad72a166addbad
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-01-01 13:55:52 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-01-01 14:01:11 +0000

    lang/gauche: expire on 2025-03-31 for security/mbedtls
---
 lang/gauche/Makefile | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile
index f2f40f947e5c..22ac01e2d91e 100644
--- a/lang/gauche/Makefile
+++ b/lang/gauche/Makefile
@@ -81,4 +81,11 @@ post-install:
 	@${CHMOD} u-w ${STAGEDIR}${PREFIX}/lib/gauche-${ABI_VERSION}/${PORTVERSION}/${CONFIGURE_TARGET}/${i}
 .endfor
 
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MTLS}
+DEPRECATED=	Depends on expired security/mbedtls
+EXPIRATION_DATE=2025-03-31
+.endif
+
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501011401.501E1TuA072315>