From: Matthieu Herrb Subject: [distfile moving] devel/libstdthreads To: ports@openbsd.org Date: Sat, 31 May 2025 18:42:57 +0200 Hi, gitlab.tetaneutral.net is moving to code.tetaneutral.net (using forgejo). Update SITE (and tarball re-rolled). ok ? Should this also be committed to -stable ? Index: Makefile =================================================================== RCS file: /local/cvs/ports/devel/libstdthreads/Makefile,v diff -u -p -u -r1.3 Makefile --- Makefile 2 Sep 2024 16:39:12 -0000 1.3 +++ Makefile 31 May 2025 16:40:33 -0000 @@ -2,12 +2,15 @@ COMMENT = C11 standard threads library DISTNAME = libstdthreads-${V} V = 0.3.2 +REVISION = 0 CATEGORIES = devel -SITES = https://gitlab.tetaneutral.net/mherrb/libstdthreads/-/archive/${V}/ +SITES = https://code.tetaneutral.net/mherrb/libstdthreads//archive/ SHARED_LIBS += stdthreads 0.0 # 0.0 + +WRKDIST = ${WRKDIR}/libstdthreads # BSD 2-Clause PERMIT_PACKAGE = Yes Index: distinfo =================================================================== RCS file: /local/cvs/ports/devel/libstdthreads/distinfo,v diff -u -p -u -r1.1.1.1 distinfo --- distinfo 2 Sep 2023 08:30:00 -0000 1.1.1.1 +++ distinfo 31 May 2025 16:40:33 -0000 @@ -1,2 +1,2 @@ -SHA256 (libstdthreads-0.3.2.tar.gz) = CSBXoa1pznriISBwdoa2vU0C2riGKF7PhUR5K24hyWg= -SIZE (libstdthreads-0.3.2.tar.gz) = 6376 +SHA256 (libstdthreads-0.3.2.tar.gz) = qM6Qrvd20qPB1Nvt+e0FJzWx/ccvFDmweFwM8qo1WSc= +SIZE (libstdthreads-0.3.2.tar.gz) = 6359 -- Matthieu Herrb