Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jan 2026 12:00:42 +0000
Message-ID:  <6968d6ea.3a6a7.7ec744d5@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

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

commit c06401b594d7d7c9bc50153b2f8bc2858c60a3a5
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-01-15 11:45:28 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-01-15 11:54:11 +0000

    net/py-DTLSSocket: Change USE_PYTHON from cython to cython0
    
    PR:             291778
---
 net/py-DTLSSocket/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/py-DTLSSocket/Makefile b/net/py-DTLSSocket/Makefile
index eb630e3bb5d6..db58b05cbbee 100644
--- a/net/py-DTLSSocket/Makefile
+++ b/net/py-DTLSSocket/Makefile
@@ -15,6 +15,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	autoconf>0:devel/autoconf
 
 USES=		python
-USE_PYTHON=	autoplist cython distutils
+USE_PYTHON=	autoplist cython0 distutils
 
 .include <bsd.port.mk>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6968d6ea.3a6a7.7ec744d5>