git: d7d0d39091c5 - main - devel/cloudabi*: Deprecate and set expiration date to 2024-11-30

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sat, 26 Oct 2024 17:40:56 UTC
The branch main has been updated by diizzy:

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

commit d7d0d39091c5c798d76f677303107c256a043459
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-10-26 17:07:00 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-10-26 17:07:55 +0000

    devel/cloudabi*: Deprecate and set expiration date to 2024-11-30
    
    Unmaintained upstream since 2020
    
    Reference:
    https://github.com/NuxiNL/cloudabi
    
    PR:             281864
    Approved by:    portmgr (maintainer timeout, 2+ weeks)
---
 devel/cloudabi-toolchain/Makefile | 3 +++
 devel/cloudabi/Makefile           | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/devel/cloudabi-toolchain/Makefile b/devel/cloudabi-toolchain/Makefile
index b732de58a276..421e7b00acec 100644
--- a/devel/cloudabi-toolchain/Makefile
+++ b/devel/cloudabi-toolchain/Makefile
@@ -11,6 +11,9 @@ WWW=		https://github.com/NuxiNL/cloudlibc
 
 LICENSE=	MIT
 
+DEPRECATED=	Unmaintained upstream since 2020
+EXPIRATION_DATE=2024-11-30
+
 RUN_DEPENDS=	clang${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} \
 		lld${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} \
 		pkgconf:devel/pkgconf
diff --git a/devel/cloudabi/Makefile b/devel/cloudabi/Makefile
index 03ce4a2a79ab..bb1eb3719b1c 100644
--- a/devel/cloudabi/Makefile
+++ b/devel/cloudabi/Makefile
@@ -10,6 +10,9 @@ WWW=		https://github.com/NuxiNL/cloudabi
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Unmaintained upstream since 2020
+EXPIRATION_DATE=2024-11-30
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	NuxiNL