Date: Sat, 26 Oct 2024 17:40:56 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d7d0d39091c5 - main - devel/cloudabi*: Deprecate and set expiration date to 2024-11-30 Message-ID: <202410261740.49QHeuLf089855@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410261740.49QHeuLf089855>