git: 1e6377a18387 - main - devel/etcd32: Deprecate

From: Mateusz Piotrowski <0mp_at_FreeBSD.org>
Date: Thu, 08 May 2025 15:48:21 UTC
The branch main has been updated by 0mp:

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

commit 1e6377a183874b394077af38b1a72e11936913a2
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2025-05-08 15:46:19 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2025-05-08 15:46:48 +0000

    devel/etcd32: Deprecate
    
    https://etcd.io/docs/v3.2/
    
    PR: 286671
---
 devel/etcd32/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/etcd32/Makefile b/devel/etcd32/Makefile
index f01cc45192b6..7f16a7befee4 100644
--- a/devel/etcd32/Makefile
+++ b/devel/etcd32/Makefile
@@ -13,6 +13,9 @@ WWW=		https://github.com/etcd-io/etcd
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	EOLed upstream, switch to a newer version
+EXPIRATION_DATE=	2025-07-08
+
 USES=		cpe go
 USE_GITHUB=	yes
 GH_ACCOUNT=	coreos