git: 1da879c29149 - main - lang/io{,-devel}: Return to pool and mark deprecated

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Tue, 08 Sep 2026 08:58:25 UTC
The branch main has been updated by arrowd:

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

commit 1da879c2914924c9b998694add15ca83a6498c9e
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2026-09-08 08:56:55 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2026-09-08 08:56:58 +0000

    lang/io{,-devel}: Return to pool and mark deprecated
    
    PR:             298293
    Approved by:    gahr (maintainer)
---
 lang/io-devel/Makefile | 7 +++++--
 lang/io/Makefile       | 6 ++++--
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/lang/io-devel/Makefile b/lang/io-devel/Makefile
index b70986c1e250..aa1c40e6b4cd 100644
--- a/lang/io-devel/Makefile
+++ b/lang/io-devel/Makefile
@@ -1,16 +1,19 @@
 PORTNAME=	io
 PORTVERSION=	20240207
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	lang
 PKGNAMESUFFIX=	-devel
 
-MAINTAINER=	gahr@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Small prototype-based programming language (devel version)
 WWW=		https://iolanguage.org/
 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+DEPRECATED=	Umaintained downstream, does not build with CMake 4
+EXPIRATION_DATE=2026-11-30
+
 CONFLICTS=	io
 
 USES=		cmake:noninja compiler:c11
diff --git a/lang/io/Makefile b/lang/io/Makefile
index 4d9aa773b32f..0467d9e4a398 100644
--- a/lang/io/Makefile
+++ b/lang/io/Makefile
@@ -1,9 +1,9 @@
 PORTNAME=	io
 PORTVERSION=	2017.09.06
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	lang
 
-MAINTAINER=	gahr@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Small prototype-based programming language
 WWW=		https://iolanguage.org
 
@@ -11,6 +11,8 @@ LICENSE=	BSD3CLAUSE
 
 BROKEN_armv6=		fails to compile: ucontext.h: expected parameter declarator
 BROKEN_armv7=		fails to compile: Coro.c:392:2: no member named 'arm_r0' in 'mcontext_t'
+DEPRECATED=		Umaintained downstream, does not build with CMake 4
+EXPIRATION_DATE=	2026-11-30
 
 CONFLICTS=	io-devel