git: 7e50eb8c31f9 - main - net/cloud-init-devel: Deprecate and set expiration date to 2026-03-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 23 Feb 2026 00:22:35 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7e50eb8c31f9ca852763feb6145af0df9e5f9515
commit 7e50eb8c31f9ca852763feb6145af0df9e5f9515
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2026-02-22 23:26:49 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2026-02-23 00:22:11 +0000
net/cloud-init-devel: Deprecate and set expiration date to 2026-03-31
Currently unmaintained and years behind net/cloud-init
Reference: https://reviews.freebsd.org/D48959
---
net/cloud-init-devel/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/net/cloud-init-devel/Makefile b/net/cloud-init-devel/Makefile
index 2485724dbe3b..13a4d4a52254 100644
--- a/net/cloud-init-devel/Makefile
+++ b/net/cloud-init-devel/Makefile
@@ -10,6 +10,9 @@ MAINTAINER= freebsd@igalic.co
COMMENT= Init scripts for use on cloud images, development version
WWW= https://cloud-init.io/
+DEPRECATED= Outdated and no longer maintained, consider migrating to net/cloud-init
+EXPIRATION_DATE=2026-03-31
+
LICENSE= APACHE20 GPLv3
LICENSE_COMB= dual
LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-Apache2.0