Date: Sun, 5 Jan 2025 15:51:35 GMT From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0d4d956bfccb - main - lang/gauche: undeprecate the port against the TLS option. Message-ID: <202501051551.505FpZxm067179@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=0d4d956bfccb1e3cffcadf84a5ebfc41604f8899 commit 0d4d956bfccb1e3cffcadf84a5ebfc41604f8899 Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2025-01-05 15:50:44 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2025-01-05 15:50:44 +0000 lang/gauche: undeprecate the port against the TLS option. --- lang/gauche/Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile index b4e7a638acac..ea7c5e0b960f 100644 --- a/lang/gauche/Makefile +++ b/lang/gauche/Makefile @@ -41,7 +41,7 @@ GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm GDBM_CONFIGURE_ON= --with-dbm=gdbm,ndbm GDBM_CONFIGURE_OFF= --with-dbm=ndbm -TLS_LIB_DEPENDS= libmbedtls.so:security/mbedtls2 +TLS_LIB_DEPENDS= libmbedtls.so:security/mbedtls3 TLS_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss TLS_CONFIGURE_ON= --with-ca-bundle=${LOCALBASE}/share/certs/ca-root-nss.crt TLS_CONFIGURE_OFF= --with-tls=no @@ -82,11 +82,4 @@ 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/mbedtls2 -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?202501051551.505FpZxm067179>